Platform Robots.txt Guides

Webflow Robots.txt: How We Configure Rules, Sitemap and AI Signals

Our workflow for Webflow SEO → Indexing, publishing robots.txt changes, avoiding duplicate sitemap lines, testing crawler rules, and separating Content-Signal from crawl access.

By Robots.txt Tools Editorial TeamLast verified 2026-09-132 min read

Editorial method: this guide documents the review workflow used by the Robots.txt Tools Editorial Team. Procedural first-person wording describes that method; it is not a claim of client work or personal case history.

Webflow Robots.txt: How We Configure Rules, Sitemap and AI Signals

In Webflow, we treat robots.txt as part of the publishing workflow. The relevant controls live under Site settings → SEO → Indexing, but only the published response matters to crawlers.

We inspect production before editing

We open https://example.com/robots.txt and compare it with Webflow settings. We look for broad Disallow rules, a sitemap reference using the wrong domain, and duplicate Sitemap: lines.

We check the automatic sitemap behavior

Webflow normally adds the site sitemap reference. Before adding another line manually, we verify whether it is already present. In reverse-proxy or multi-site architectures, Webflow also documents options for removing the automatic sitemap reference so a different root-domain sitemap can be used; plan and architecture requirements still need to be checked.

Save is not enough: we publish

Our sequence is edit → save → publish → fetch /robots.txt from the production domain. If the public response is still old, we investigate publishing, domain routing, and cache before rewriting the rules again.

Content-Signal is a separate mechanism

Webflow exposes a Content-Signal HTTP header for AI content-usage preferences. We keep that concept separate from robots.txt. A crawler-access decision and a provider/content-usage preference are not the same control and should not be mixed in one policy model.

We test bot-specific groups carefully

User-agent: Googlebot
Allow: /

User-agent: *
Disallow: /

A configuration like this can block many legitimate crawlers. We validate it and test representative URLs with the robots.txt tester before release.

Private previews still need access control

Robots.txt is public. Confidential Webflow previews need authentication or another real access-control layer. If a public page should stay out of search, we review page indexing/noindex controls rather than assuming a crawl block is equivalent.

Our Webflow release checklist

  1. open the production file;
  2. review SEO → Indexing;
  3. save and publish;
  4. avoid duplicate sitemap references;
  5. verify the canonical domain;
  6. test crawler-specific groups;
  7. keep Content-Signal separate from robots.txt;
  8. protect private previews with real access control;
  9. inspect the live file with the checker.

We change only rules we can justify and always verify the response Webflow actually publishes.

Related guides