Marech for Webflow Sites
One embed monitors AI-scraper traffic across every page — and if you front Webflow with Cloudflare, you can block scrapers at the edge too.
How Marech protects a Webflow site
Webflow's site-wide custom code makes monitoring a one-paste job — the snippet lands in the <head>of every page automatically. On Webflow's own hosting that's as far as it goes, but if you point your domain through Cloudflare you can add a Worker that blocks scrapers before they reach Webflow.
Monitoring — the snippet
One line of JavaScript in your <head>. It reports scraper traffic to your dashboard and overlays JS-running bots. Works on Webflow in ~2 minutes.
Blocking — the edge check
A server-side check (a Cloudflare Worker at the edge) returns a 403 to scrapers before your content is served — the only thing that stops non-JS scrapers.
Before you begin
You'll need a couple of things ready. The monitoring step needs only the first two.
- A Marech account — start a free trial (no credit card).
- Access to edit your Webflow site's theme, settings, or code.
Install the monitoring snippet
One line of JavaScript that reports scraper traffic to your dashboard. Works on every Webflow plan and takes about ~2 minutes.
Turn on real blocking (optional)
Stops non-JS scrapers before your content is served, using a Cloudflare Worker at the edge. Needs a Marech API key and a block policy.
Verify it's blocking. With the Worker live, a fake GPTBot request returns a 403 while a normal browser loads your published Webflow site.
curl -A "GPTBot/1.0" -I https://yoursite.com/