Ometrix
Framer
Framer + Cloudflare

Protect your Framer site at the edge

Point your Framer custom domain through Cloudflare, deploy a Worker, and get instant bot detection, AI crawler tracking, and human-only analytics. Zero impact on your Framer site performance.

Works with all Framer plansZero latency5 min setup

The Problem

Framer sites have no bot visibility

Framer doesn't give you visibility into bot traffic or AI crawlers. Your analytics are inflated, and you have no idea which AI engines are scraping your portfolio or landing pages.

Bots inflate your visitor count

Scrapers, crawlers, and malicious bots count as visitors in your analytics. Your real traffic could be significantly lower than what you see in Framer.

No way to see real human traffic

Framer doesn't distinguish between humans and bots. When 47% of web traffic is bots, your analytics are misleading and your decisions are based on inflated numbers.

AI crawlers scrape your designs

ChatGPT, Claude, Gemini, and Perplexity crawl your Framer site. They index your content with zero transparency — you don't know what they take or how they use it.

How It Works

Framer + Cloudflare + Ometrix

1

Point DNS to Cloudflare

Add your Framer custom domain to Cloudflare. Point your DNS through Cloudflare's network (free tier works).

2

Deploy the Worker

Copy your personalized Cloudflare Worker code from Ometrix and deploy it in your Cloudflare dashboard.

3

Traffic flows through the edge

Every request to your Framer site passes through the Worker. Bots are detected and filtered before reaching Framer.

4

Monitor in Ometrix

See human-only analytics, blocked bots, and AI crawler activity in your Ometrix dashboard.

What You Get

Complete visibility for your Framer site

Everything Framer doesn't offer natively — bot detection, AI crawler tracking, and clean human analytics — powered by Cloudflare Workers at the edge.

Bot Blocking at the Edge

Malicious bots and scrapers are blocked before they reach your Framer site. Protect your content and keep your analytics clean.

edge blockingbot detectionscraper protection

AI Crawler Tracking

Track when ChatGPT, Claude, Gemini, and Perplexity crawl your Framer pages. See which content they access and how often.

ChatGPT trackingClaude monitoringAI crawlers

Human-Only Analytics

Filter out all bot traffic and see what real humans do on your site. Accurate page views, bounce rates, and session data.

bot-free analyticsreal visitorsaccurate data

Portfolio & Design Protection

Know exactly who visits your Framer portfolio — real prospects vs. bots scraping your designs. Protect your creative work.

portfolio protectiondesign scrapingcreative assets
cloudflare-worker.js
// Cloudflare Worker for Framer
// Deployed at the edge — zero latency

export default {
  async fetch(request, env) {
    // Detect bots before reaching Framer
    const bot = await detectBot(request);

    // Track AI crawlers (ChatGPT, Claude...)
    if (bot.isAICrawler) {
      await trackAICrawl(request, bot, env);
    }

    // Block malicious bots
    if (bot.isMalicious) {
      return new Response('Blocked', {
        status: 403
      });
    }

    // Forward clean traffic to Framer
    return fetch(request);
  }
};

Worker auto-updates with latest bot signatures. No maintenance required.

Works with any Framer plan

Whether you're on Framer's free plan or a paid plan, the Cloudflare Worker integration works the same. All you need is a custom domain pointed through Cloudflare.

  • Compatible with all Framer plans (free and paid)
  • Works with Cloudflare free tier — no paid plan required
  • Zero impact on Framer site speed or animations
  • Auto-updating bot database — no maintenance needed
  • Full analytics dashboard in Ometrix

Pricing

Start protecting your Framer site for free

The Cloudflare Worker integration is free with any Ometrix plan. Upgrade for advanced AI analytics and bot rules.

Free

To discover the platform

Gratuit

No credit card required

0 prompts/month
10,000 page views
25,000 crawler events
Basic analytics (OS, Device, Location)
1 project
1 user

Pro

Most popular

For growing projects

99/month

billed Monthlyly

750 prompts/month
100,000 page views
Unlimited crawler events
Unlimited locations
Bot Analytics (keywords, AI queries)
Category scoring
Data transformation
Email support
Unlimited users

Business

For ambitious organizations

250/month

billed Monthlyly

2,250 prompts/month
Unlimited page views
Everything unlimited
Advanced API + webhooks
Guaranteed SLA
24/7 priority support
Dedicated onboarding

Questions about Framer + Cloudflare integration

No. Your Framer site stays on Framer. You just point your custom domain's DNS through Cloudflare (free). Cloudflare acts as a proxy — all traffic flows through it before reaching Framer, allowing the Worker to filter bots.

You need a custom domain on Framer to point DNS through Cloudflare. Custom domains are available on Framer's paid plans. The Cloudflare account and Worker integration are free.

No. Cloudflare Workers run at the edge in 300+ data centers worldwide. Bot detection happens in milliseconds before the request reaches Framer. Your animations, interactions, and site speed are completely unaffected.

Yes. Once the Worker is deployed, Ometrix automatically detects AI crawlers like ChatGPT (GPTBot), Claude (ClaudeBot), Gemini, and Perplexity. You'll see which portfolio pages they visit and how often.

Framer's analytics count all visitors including bots. Ometrix filters out bot traffic to show you only real human visitors. You also get AI crawler tracking and bot blocking, which Framer doesn't offer.

It gives you full visibility into who's scraping your site and blocks malicious scrapers. You can see exactly which bots access your portfolio pages and block unwanted crawlers.

Ready to protect your Framer site?

Deploy Cloudflare Workers in 5 minutes. Get bot protection, AI crawler tracking, and clean analytics for your Framer site.