Web Design

Website Cookie Compliance in 2026: A Practical Guide

A practical guide to website cookie compliance: which cookies need consent, banner rules regulators enforce, EU, UK, US and Turkey differences, a checklist.

Emrah KaragözEmrah KaragözFounderSeptember 21, 202617 min read

Website cookie compliance means three things: no non-essential cookie or tracker loads until a visitor actively agrees, rejecting takes the same effort as accepting, and your cookie notice describes what the site really does. Under the GDPR, penalties reach €20 million or 4% of global turnover; in the UK, £17.5 million or 4%.

Most website cookie compliance failures are technical, not legal. The banner looks fine, but the analytics tag and the ad pixel fire before anyone clicks anything. That is exactly what France's regulator found at Shein. In September 2025 the CNIL fined Shein €150 million and Google €325 million over cookie practices, the largest cookie penalties it has ever issued.

Two popular predictions also turned out wrong. Chrome did not kill third-party cookies: in April 2025 Google confirmed it would keep them and drop its planned standalone prompt. And the EU has not abolished cookie banners. The reform proposal is still stuck in negotiation, as you'll see below. Consent remains the working rule for 2026.

We build websites for companies in Turkey and abroad, so this guide covers the practical side: what to block, how to design the banner, and how the rules differ by region. It is general information, not legal advice. Have a privacy lawyer review your notices before launch.

What's in this guide

Two laws work together in Europe. The ePrivacy Directive says you need consent before you store or read anything on a visitor's device, unless the storage is strictly necessary for a service the visitor asked for. The GDPR then defines what valid consent looks like.

The first rule is broader than the word "cookie" suggests. It covers pixels, local storage, SDKs and device fingerprinting. It also applies whether or not the data counts as personal. If a script touches the device for a purpose the visitor didn't request, you need a legal ground for it.

Valid consent has four properties. You can test any banner against them:

  • Prior. Nothing non-essential runs before the visitor chooses.
  • Informed. The visitor can see who sets the cookie, why, and for how long.
  • Freely given and specific. Each purpose gets its own choice, and saying no carries no penalty.
  • Reversible. Withdrawing consent takes the same effort as giving it.

The European Data Protection Board spells out the grey areas in its guidelines on consent. Scrolling or continuing to browse does not count as consent. A hard cookie wall, where visitors accept everything or leave, does not produce a free choice either.

The dividing line is purpose, not technology. Ask one question per cookie: did the visitor request the function this cookie supports? If yes, you usually don't need consent. If the cookie serves your marketing or measurement goals, you usually do.

Cookie purposeExampleConsent needed?
Session and cartBasket contents, multi-step formNo
AuthenticationLogged-in sessionNo
SecurityFirewall, rate limiting, fraud checksNo
Load balancingRouting requests across serversNo
Consent recordRemembering the banner choiceNo
Interface preferenceLanguage, themeNo in most cases
First-party analyticsAggregate stats on your own serverDepends on region and setup
Third-party analyticsHosted tools that receive visitor dataYes in the EU and Turkey
Advertising and retargetingAd pixels, remarketing tagsYes (opt-out model in the US)
Social plugin trackingLike buttons that track non-membersYes

Two mistakes sit at opposite ends. The common one is loading analytics and ad tags under the "necessary" label. The less obvious one is asking consent for cookies that don't need it. If you put the shopping cart behind a consent toggle, visitors who decline get a broken site, and regulators treat that as misleading design.

The analytics row deserves care, because it is where regions differ most. We cover it in its own section below.

Website cookie compliance follows your visitors, not your server location. A Turkish exporter with German customers and a US retailer with French traffic both fall under EU rules for those visitors.

RegionModelAnalyticsReject on first layerMaximum penalty
EUOpt-inConsent in most casesExpected by most regulators€20M or 4% of turnover
UKOpt-in with new exceptionsExempt only if the statistical-purpose conditions holdExpected£17.5M or 4% of turnover
US (California and similar states)Opt-outAllowed by defaultNot requiredSet by each state law
TurkeyOpt-inFirst-party only, under conditionsEqual buttons expectedUp to TRY 17,092,242

European Union. Enforcement has moved from notices to design. The EDPB's Cookie Banner Taskforce report records that a vast majority of authorities treat a banner without a reject option on the consent layer as an infringement. The same report confirms that pre-ticked boxes never produce valid consent.

United Kingdom. The Data (Use and Access) Act 2025 changed two things. Fines under the cookie rules rose to UK GDPR levels. The Act also added consent exceptions, and the ICO finalised its guidance on them on 29 April 2026. The statistical purposes exception has strict conditions: the sole purpose must be improving your service, the output must be aggregate, and you must offer clear information plus a "simple and free" way to object. The ICO states plainly that it never covers online advertising.

United States. No federal cookie law exists. California and the states that followed it use an opt-out model: you may track by default, but you must let people stop the sale or sharing of their data. Browser signals matter more each year. California's AB 566, signed in October 2025, requires browsers to offer a built-in opt-out signal from 1 January 2027. If you serve US visitors, make sure your site reads the Global Privacy Control signal today.

Turkey. The data protection authority follows the EU's opt-in logic and publishes unusually concrete banner examples. We cover it in detail further down, since it is the market we know best.

What about the EU reform? The Commission proposed the Digital Omnibus on 19 November 2025, including one-click refusal and browser-level signals. According to the European Parliament's legislative tracker, lawmakers tabled more than 1,750 amendments to the draft report in July 2026. The Council cancelled its vote on a negotiating mandate, and trilogues have not started. Build your website cookie compliance for the rules that exist now.

These rules hold up across the EU, the UK and Turkey. If you meet them, you meet the strictest common standard.

  1. Show accept and reject together. Put both buttons on the first layer with the same size, colour weight and font. A "Manage options" link as the only way to refuse fails the test.
  2. Start with everything off. Optional categories load unticked. The visitor turns them on; you never turn them on for the visitor.
  3. Block before consent. Tags wait for a "granted" state. A banner that appears while trackers already run is decoration.
  4. Drop implied consent wording. "By using this site you accept cookies" has no legal effect under opt-in regimes.
  5. Skip the cookie wall. Don't hide content from visitors who decline. "Consent or pay" models exist, but regulators judge them case by case and look for a genuinely fair alternative.
  6. Split the purposes. Analytics, personalisation and advertising each get a separate toggle on the second layer.
  7. Keep withdrawal one click away. A small persistent icon or a footer link reopens the panel on every page. The EDPB taskforce names this as a good solution.
  8. Don't nag. Remember a refusal for a sensible period. Asking again on every visit wears people down until they give in, and regulators notice that pattern.

Why do regulators care about button design? Because design decides the outcome. Researchers at MIT, UCL and Aarhus University scraped 680 consent pop-ups from the UK's top 10,000 sites for a CHI 2020 paper. Only 11.8% met minimal legal requirements. Removing the reject button from the first screen raised consent by 22 to 23 percentage points.

The Shein case shows the same problem from the enforcement side. According to the CNIL, advertising cookies landed on devices as soon as visitors arrived. Trackers also kept running after people clicked "Reject all". A banner that doesn't control the tags behind it protects nobody.

The banner is also part of your interface. It has to work with a keyboard and a screen reader, and it needs enough contrast; our web accessibility guide covers the details. A banner that loads late and pushes content down will also hurt your layout stability score.

The technical part most sites get wrong

A consent tool gives you an interface. It doesn't automatically know your scripts. Someone has to map every tag to a category and make the tag wait. The classic failure is a tracker that sits outside that mapping, usually because a marketing plugin added it later.

Test your website cookie compliance yourself in five minutes:

  1. Open the site in a private window with developer tools on.
  2. Before touching the banner, check the cookie list and the network tab. You should see only essential entries.
  3. Click "Reject all" and browse three pages. The list should stay the same.
  4. Click the withdrawal icon, accept everything, and confirm the tags now fire.
  5. Withdraw again and confirm they stop.

Google Consent Mode. Google requires consent signals for European Economic Area traffic if you use its ads and measurement products; its help page lists the ad_user_data and ad_personalization parameters. Consent Mode passes the visitor's choice to Google tags. Treat it as plumbing, not as a legal shield: your banner still has to collect a valid choice first.

Embedded content. A YouTube video, a map, a chat widget or a social feed can set third-party cookies the moment the page loads. The cleanest fix is click-to-load. Show a preview image, and load the real embed only when the visitor presses play. You solve the consent question and speed up the page in one move.

Consent records. Keep proof. Your tool should log the date, the categories chosen and the banner version shown. When you change the banner text or the cookie list, bump the version.

Every third-party script also costs loading time. After a tag clean-up, measure the gain with our free site analysis tool. Our guide to speeding up your website explains the performance side.

Once reject becomes as easy as accept, a real share of visitors will decline. The study above shows how much design used to inflate consent. Your analytics numbers will drop, and that drop is the honest figure. Plan for it instead of fighting it.

You have three workable routes:

  • Consent-based analytics. Keep your current tool, collect valid consent, and accept partial data. Use modelled or aggregated reporting to fill gaps.
  • Privacy-first measurement. Switch to a cookieless or self-hosted tool that produces aggregate statistics only. In the UK this can fit the statistical purposes exception if you also meet the information and objection conditions. In Turkey the guideline treats first-party analytics the same way, under similar conditions. In the EU, check your national regulator's position first.
  • Fewer tools. Remove what nobody reads. Corporate sites often carry tags from campaigns and tools that ended long ago.

Whatever you pick, update the cookie notice to match. A notice that lists tools you removed, or misses ones you added, is a website cookie compliance gap of its own.

Forms, newsletters and other data your site collects

Website cookie compliance is one part of a wider duty. Your contact form, quote request and newsletter signup collect personal data directly, and the same regulators look at them.

Three habits cover most of the risk:

  • Tell people at the point of collection. Put a short privacy note and a link next to the submit button. You don't need consent to answer an enquiry; a request for a quote already gives you a legal ground. A forced "I agree" checkbox adds friction without adding protection.
  • Separate marketing permission. If you plan to send newsletters, add a distinct, unticked checkbox. Never make it a condition for submitting the form.
  • Ask for less. Every extra field raises both your risk and your abandonment rate. Our landing page guide covers the conversion side.

What happens after submission counts too. Send form data over HTTPS, limit who receives it by email, and set a deletion rule for old enquiries. The basics are in our website security guide.

Serving visitors in Turkey: what KVKK adds

If your site targets Turkish visitors, Turkey's data protection law (KVKK) applies alongside whatever you do for Europe. The authority published the current edition of its cookie guideline in July 2025. The document is in Turkish and includes annotated good and bad banner examples.

The core rules will feel familiar. The guideline asks for "Accept all", "Reject all" and "Preferences" buttons with equal colour, size and font. Optional cookies start switched off. Implied consent through continued browsing appears in the annex as a bad example. First-party analytics may run without consent only if it produces anonymous statistics, avoids cross-site tracking and shares nothing with third parties.

Two points differ from the EU and catch foreign site owners out.

Cross-border transfers. Analytics and ad tools hosted outside Turkey move visitor data abroad. Since the 2024 reform, the usual route is a standard contract. You must notify the authority within five business days of signing. Skipping that notification carries its own fine, from TRY 90,308 to TRY 1,806,177 in 2026.

Fines come from the data security clause. The authority's official fine table sets the 2026 range for security failures at TRY 256,357 to TRY 17,092,242. In decision 2022/229, the board fined an e-commerce company TRY 800,000 for running non-essential cookies without consent. A second decision fined a gaming platform TRY 300,000 for offering no cookie notice or consent at all. The board issued both under the security clause, not the lighter disclosure clause.

Enforcement is active. The authority's 2025 annual report counts 12,512 complaints and TRY 352.5 million in fines across 876 organisations. Marketing messages follow a separate regime: commercial emails and SMS need a distinct opt-in, and you must register it in the national permission registry (İYS).

We run our own site in Turkish and English with separate cookie policy and privacy policy pages. If you are planning a second language, our multilingual website guide covers the structural side.

Use this list when you launch a new site or audit an existing one. Pair it with our SEO launch checklist for the technical launch steps.

  • Scan the site and list every cookie, pixel and third-party script.
  • Classify each one by purpose, lifetime and owner.
  • Remove tags, pixels and embeds nobody uses.
  • Show accept and reject with equal weight on the first layer.
  • Start all optional categories switched off.
  • Verify in developer tools that nothing optional loads before consent or after a refusal.
  • Add a persistent icon or footer link to reopen the consent panel.
  • Publish a cookie notice that matches the real cookie list.
  • Add a privacy note and link next to every form.
  • Collect marketing permission with a separate, unticked checkbox.
  • Read browser opt-out signals such as GPC if you serve US visitors.
  • Review the list whenever you add a tool, and at least once a year.

The first seven items are engineering work. The rest is legal and editorial. Projects fail when the two sides never meet, and the usual result is a well-written policy sitting on top of a banner that blocks nothing.

Frequently Asked Questions

You need one if your site sets non-essential cookies for visitors in the EU, the UK or Turkey. A site that uses only strictly necessary cookies, such as a session or security cookie, needs a cookie notice but not a consent banner. In US states with opt-out laws, you need a clear way to opt out instead.

Yes, for EU and Turkish visitors. Google Analytics sends visitor data to a third party, so it falls outside the narrow exemptions for first-party audience measurement. In the UK, the statistical purposes exception applies only when the data stays aggregate and you offer clear information and a free way to object.

Is a "Reject all" button legally required?

EU law doesn't name a specific button, but the EDPB's taskforce report records that a vast majority of authorities treat a missing reject option on the consent layer as an infringement. Turkey's guideline asks for accept, reject and preferences buttons of equal size and colour. In practice, a banner without an equal reject option can't collect valid consent.

A hard cookie wall, where visitors accept all cookies or lose access, does not produce freely given consent under EDPB guidance. "Consent or pay" models sit in a grey area. Regulators assess them case by case and look for a fair alternative.

Not yet, and not entirely. The Commission proposed the reform in November 2025, but as of the Parliament's August 2026 update, lawmakers had tabled over 1,750 amendments and trilogues had not started. Even the draft keeps consent for advertising cookies, so plan around today's rules.

Not on its own. A plugin supplies the banner, but someone must map each script to a category and confirm the blocking works. Test it by rejecting all cookies and checking your browser's developer tools for trackers that still load.

Open the site in a private window, inspect cookies and network requests before clicking the banner, then again after rejecting. Only essential cookies should appear in both cases. Compare what you find with your cookie notice, and repeat the test after every new tool or plugin.

Website cookie compliance is a routine, not a one-off legal text. It lives in tag settings, form design and the list of tools your marketing team adds over time. A site whose banner really blocks, whose forms ask only what they need, and whose notices describe the real data flow lowers both the fine risk and the visitor's distrust.

In our web design projects we set up consent management, form structure and tag architecture as part of the pre-launch checklist, and we work with the client's legal adviser on the notices. To review your site's cookie and form setup together, get in touch.

#website cookie compliance#cookie consent#cookie banner#gdpr#kvkk#privacy

Need professional help with this?

Talk to our team about your project — same-day response, free quote.

Share this post

Related Articles