Framer guide

How to block EU visitors from a Framer site

After GDPR, a number of US-only businesses made a blunt call: rather than run consent banners and data-processing agreements for a market they don't serve, they block EU traffic entirely. If that's your call, here's how to do it on Framer, and what it does and doesn't buy you.

Updated July 2026 · 5 min read

Works on any Framer site
Not legal advice. GDPR applies based on whom you target and whose data you process, not purely on where requests come from. Geoblocking the EU is strong evidence you don't offer services to that market, and some well-known US publishers use exactly this approach, but only a lawyer can tell you if it's sufficient for your situation.

What "blocking the EU" means

You block the 27 EU member states. For the full EEA (where GDPR also applies) add Iceland, Liechtenstein, and Norway. The UK is no longer in the EU but has its own near-identical UK GDPR, so most people who geoblock for this reason include the UK as well, call it 31 countries. Switzerland has its own data law (FADP) and is a judgment call.

Setting it up on Framer

Framer has no geoblocking setting, so this comes from a plugin. With Bouncer:

  1. Install Bouncer from the Framer marketplace.
  2. Add the EU/EEA countries (and the UK if you're including it) to the block list. Or flip it around and allowlist only the countries you actually serve, simpler, and nothing slips through.
  3. Write an honest block screen: "Due to European data-protection regulations, this site is not available in your region." Your logo, your styling.
  4. Publish. Enforcement is server-side per visit; update the country list anytime without republishing.

Two honest caveats

VPNs: an EU visitor on a US VPN will get through an IP-based block. For a GDPR-motivated block this mostly doesn't matter, someone actively circumventing your regional notice is a very different posture than you marketing to them, but you can also enable VPN & proxy blocking to tighten it.

It's a business trade-off: you're giving up all EU traffic, including harmless readers. If the EU is (or might become) a real market, proper GDPR compliance is worth more than a wall. Geoblocking fits when the market is genuinely out of scope and compliance overhead is pure cost.

Bouncer, pick the countries, style the notice, publish. Server-side enforcement, free plan available.
View Bouncer on Framer

Common questions

Does geoblocking the EU exempt me from GDPR?

Not automatically. It shows you don't offer services to the EU market, which materially reduces exposure for US-only businesses, but applicability depends on your targeting and data practices. Confirm with counsel.

Do I still need a cookie banner if I block the EU?

That's between you and your lawyer, other jurisdictions (UK, California, Brazil) have their own rules. Blocking the EU only addresses the EU.

Can I block the EU on just part of my site?

Yes, rules can target specific pages, e.g. gate a data-heavy app page while leaving a static homepage worldwide.