Webflow

seo Webflow

Platform crawler rendering and indexing Webflow hosted websites for optimization

About this crawler

Webflow is a web crawler identified by the regular-expression pattern Webflow in the User-Agent request header. It is categorised as seo. Use the regex above to detect, log, allow, or block Webflow traffic in your web server, CDN edge rules, or robots.txt.

Block-rate · top 25k sites

No block-rate data for this crawler.

Technical details

Name
Webflow
Pattern
Webflow
Tags
seo
Reference
https://datadome.co/bots/webflow-bot/
Added
2026/04/17
Instances
1 known sample(s)

Sample User-Agent strings

Webflow 1.0 - Site Screenshot

Block this crawler

robots.txt — disallow Webflow:

User-agent: Webflow Disallow: /

Apache .htaccess — return 403:

RewriteEngine On RewriteCond %{HTTP_USER_AGENT} Webflow [NC] RewriteRule .* - [F,L]

Nginx — return 403 inside a server block:

if ($http_user_agent ~* "Webflow") { return 403; }
← back to all crawlers