Ometrix
Integration
Integration

Block bots at the edge

Cloudflare Workers integration for instant bot detection and filtering. Zero latency, zero infrastructure. Works with Webflow, Framer, and any Cloudflare-protected site.

Zero latency5 min setupAuto-updates

Platforms

Works with your favorite platforms

Deploy on Webflow, Framer, Squarespace, Wix, Shopify, or any custom site. If you use Cloudflare, it works.

Webflow

Native integration for Webflow sites. Protect your forms and analytics.

Framer

Perfect for Framer sites and portfolios. Keep your data clean.

Squarespace

Deploy on any Squarespace site with Cloudflare proxy.

Wix

Works with Wix sites using Cloudflare CDN.

Shopify

Protect your Shopify store from fraudulent traffic.

Custom Sites

Any website behind Cloudflare Workers.

How It Works

From deployment to protection

1

Copy Worker Code

Get your personalized Cloudflare Worker code from the Ometrix dashboard.

2

Deploy to Cloudflare

Paste the code in your Cloudflare Workers dashboard. Takes 2 minutes.

3

Connect Domain

Add your domain and the Worker starts filtering bots immediately.

4

Monitor Results

View blocked bots, traffic quality, and analytics in your Ometrix dashboard.

Capabilities

Enterprise-grade bot filtering

All the power of a sophisticated bot detection system, deployed at the edge with zero complexity.

Edge Blocking

Block malicious bots before they reach your origin server. Save bandwidth and reduce server load.

zero latencyedge computinginstant blocking

Zero Latency

No additional requests or redirects. Bot detection happens at the Cloudflare edge.

no overheadinstant responseedge detection

Bot Database

Auto-updated database of known AI crawlers, scrapers, and malicious bots. Always current.

AI crawlersscrapersauto-updates

Universal Compatibility

Works with any website using Cloudflare. No platform-specific limitations.

any platformCloudflare Workersuniversal

Comparison

Edge vs Traditional

Processing
Server-side (slow)
Edge (instant)
Bandwidth
Full bandwidth used
Bot traffic blocked
Server Load
Bots hit your server
Bots blocked at edge
Setup Time
Hours of coding
5 minutes
ometrix-worker.js
// Cloudflare Worker for Ometrix
// Add to your Cloudflare Workers

export default {
  async fetch(request, env) {
    // Bot detection at the edge
    const botCheck = await detectBot(request);

    if (botCheck.isMalicious) {
      return new Response('Blocked', {
        status: 403,
        headers: {
          'X-Ometrix-Bot': botCheck.botType
        }
      });
    }

    // Forward to origin
    return fetch(request);
  }
};

// Auto-updates bot database
// No maintenance required

code.note

Deploy in minutes, not hours

No complex infrastructure. No servers to maintain. Just copy, paste, and protect.

  • deployment.benefit1
  • deployment.benefit2
  • deployment.benefit3
  • deployment.benefit4
  • deployment.benefit5

Pricing

Start blocking bots for free

Cloudflare Workers integration is free. Upgrade for advanced analytics and features.

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 Cloudflare integration

Cloudflare Workers is a serverless platform that lets you run JavaScript at the edge. Our integration uses Workers to detect and block bots before they reach your server, reducing load and improving performance.

Yes, you need a free Cloudflare account with your site's traffic proxied through Cloudflare. The Workers plan is free and sufficient for our integration.

No. Bot detection happens at the Cloudflare edge before the request reaches your server. Legitimate traffic experiences zero latency. Bot traffic is blocked instantly.

Any website that uses Cloudflare. This includes Webflow, Framer, Squarespace, Wix, Shopify, WordPress, and custom sites. If you can put Cloudflare in front of it, it works.

Copy your personalized Worker code from Ometrix, paste it into your Cloudflare Workers dashboard, and deploy. Full step-by-step instructions are provided.

Yes. The Worker fetches the latest bot signatures from Ometrix automatically. No manual updates required.

Ready to block bots at the edge?

Deploy Cloudflare Workers integration in minutes. Zero infrastructure, instant protection.

View all integrations