A text file placed at the root of a domain that instructs search engine crawlers which pages or sections of a site they are allowed or disallowed from crawling.
A Webflow site's robots.txt disallows crawling of /staging-preview/ paths to prevent internal drafts from being indexed by Google.
Misconfigured robots.txt files that accidentally block CSS, JavaScript, or key page directories are found on 6.3% of websites — causing Google to be unable to render pages correctly and suppressing rankings despite otherwise good content, according to Moz's technical SEO audit data.
Robots exclusion protocol, Crawler instructions
-
Every website. The robots.txt file is one of the first things Googlebot checks when visiting your site — a misconfiguration can prevent the entire site from being indexed.
User-agent: *
Disallow: /admin/
Disallow: /private/
Allow: /
Sitemap: https://yourdomain.com/sitemap.xml
Webflow automatically generates a robots.txt file. Customise it via Project Settings → SEO → robots.txt. For staging sites (webflow.io subdomains), Webflow automatically adds a noindex header to prevent staging content from appearing in Google.
Answer