Protect your Webflow site at the edge
Point your Webflow custom domain through Cloudflare, deploy a Worker, and get instant bot detection, AI crawler tracking, and human-only analytics. Zero impact on your Webflow site performance.
The Problem
Webflow sites are blind to bots
Webflow doesn't give you visibility into bot traffic, AI crawlers, or spam. Your analytics are inflated, your forms get spammed, and you have no idea which AI engines are scraping your content.
47% of your traffic is bots
Webflow analytics count every visitor — including scrapers, crawlers, and malicious bots. Your real traffic numbers could be half of what you see.
Inflated analytics, wrong decisions
When bots inflate your page views and bounce rates, you make decisions based on fake data. Conversion rates look worse than they are.
AI crawlers use your content
ChatGPT, Claude, Gemini, and Perplexity crawl your Webflow site daily. You have zero visibility into what they're taking and how they cite you.
How It Works
Webflow + Cloudflare + Ometrix
Point DNS to Cloudflare
Add your Webflow custom domain to Cloudflare. Point your DNS through Cloudflare's network (free tier works).
Deploy the Worker
Copy your personalized Cloudflare Worker code from Ometrix and deploy it in your Cloudflare dashboard.
Traffic flows through the edge
Every request to your Webflow site passes through the Worker. Bots are detected and filtered before reaching Webflow.
Monitor in Ometrix
See human-only analytics, blocked bots, AI crawler activity, and form spam stats in your Ometrix dashboard.
What You Get
Complete visibility for your Webflow site
Everything Webflow 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, scrapers, and spam crawlers are blocked before they reach your Webflow site. Reduce server load and protect your content.
AI Crawler Tracking
Track when ChatGPT, Claude, Gemini, and Perplexity crawl your Webflow pages. See which content they access and how often.
Human-Only Analytics
Filter out all bot traffic and see what real humans do on your site. Accurate page views, bounce rates, and conversion tracking.
Form Spam Protection
Block spam bots from submitting your Webflow forms. Reduce fake leads and keep your form data clean without CAPTCHAs.
// Cloudflare Worker for Webflow
// Deployed at the edge — zero latency
export default {
async fetch(request, env) {
// Detect bots before reaching Webflow
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 Webflow
return fetch(request);
}
};Worker auto-updates with latest bot signatures. No maintenance required.
Works with any Webflow plan
Whether you're on Webflow's free plan or Enterprise, the Cloudflare Worker integration works the same. All you need is a custom domain pointed through Cloudflare.
- Compatible with Webflow free, Basic, CMS, Business, and Enterprise plans
- Works with Cloudflare free tier — no paid plan required
- Zero impact on Webflow site speed or CMS performance
- Auto-updating bot database — no maintenance needed
- Full analytics dashboard in Ometrix
Pricing
Start protecting your Webflow 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
No credit card required
Pro
Most popularFor growing projects
billed Monthlyly
Business
For ambitious organizations
billed Monthlyly
Questions about Webflow + Cloudflare integration
No. Your Webflow site stays on Webflow. You just point your custom domain's DNS through Cloudflare (free). Cloudflare acts as a proxy — all traffic flows through it before reaching Webflow, allowing the Worker to filter bots.
You need a custom domain on Webflow (available on paid plans) to point DNS through Cloudflare. 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 even reaches Webflow. Legitimate traffic passes through with zero added latency.
Yes. The Worker doesn't interfere with Webflow's built-in analytics. Ometrix provides a separate, bot-free analytics layer so you can compare real vs. inflated numbers.
Once the Worker is deployed, Ometrix automatically detects and logs AI crawlers like ChatGPT (GPTBot), Claude (ClaudeBot), Gemini, and Perplexity. You'll see which pages they visit and how often.
Yes. The Worker identifies spam bots before they can submit your Webflow forms. This reduces fake submissions without adding CAPTCHAs or reCAPTCHA that hurt conversion rates.
Ready to protect your Webflow site?
Deploy Cloudflare Workers in 5 minutes. Get bot protection, AI crawler tracking, and clean analytics for your Webflow site.