Framer guide

How to restrict a Framer site to one country

Sometimes the requirement isn't "block these countries", it's "only this country gets in". A local service, a licensed product, a regional launch. That's allowlist geoblocking, and here's how to do it on Framer.

Updated July 2026 · 4 min read

Works on any Framer site

Blocklist vs. allowlist

A blocklist names the countries to keep out and admits everyone else. An allowlist flips the default: you name the countries allowed in, and the rest of the world is blocked. When access should be the exception, a US-only offer, a UK-licensed product, a Swiss-only client portal, the allowlist is the right shape, because you can't forget to block a country you never thought of.

Common reasons to do this

Setting it up on Framer

Framer has no visitor-access settings, so the allowlist comes from a plugin. With Bouncer:

  1. Install Bouncer from the Framer marketplace.
  2. Switch the rule to allowlist mode and select your country (or several, e.g. US + Canada).
  3. Style the block screen everyone else will see: your logo and a clear message like "This service is only available in the United States."
  4. Optionally block VPNs too. An allowlist is IP-based, so add VPN & proxy detection if people routing in from outside actually matters.
  5. Publish. Rules are enforced server-side on the live site and can be changed anytime without republishing.
yourclinic.com

Available in the US only

This service is currently offered to visitors in the United States.

Contact us
An allowlist block screen everyone outside your chosen countries sees, styled to your site.
SEO note: Google crawls almost entirely from US IP addresses. Keep the US on your allowlist if you want the site indexed; if you legally can't, accept that blocked pages won't be crawled from blocked regions.
Bouncer, allowlist or blocklist by country, VPN detection, branded block screen. Free plan available.
View Bouncer on Framer

Common questions

Can I allow more than one country?

Yes, the allowlist takes any set of countries. Pick one or twenty; everyone outside the list is blocked.

Can I restrict just one page instead of the whole site?

Yes. Rules can apply to the full site or to specific pages, for example a members page restricted to one market while the homepage stays worldwide.

What do blocked visitors see?

A block screen you design: your logo, colours and copy. Not a bare 403 error.