User-agent: *
and Disallow:
to allow full crawler access.To help improve search engine indexing of your Webflow site, the robots.txt file must be correctly configured to allow crawlers access. Here’s how to make sure it’s done properly in Webflow.
robots.txt
Doesrobots.txt
file tells search engine bots (like Googlebot or Bingbot) which pages or folders they are allowed or disallowed to crawl.robots.txt
AttemptPlease paste the actual content of your robots.txt
file so I can evaluate it. Since you didn’t include it yet, here’s the most basic and SEO-friendly version to allow all crawlers full access:
User-agent: *Disallow:
robots.txt
in WebflowDisallow: /
— this blocks your entire website from being indexed.Disallow: /
and Allow: /home.html
unless for very specific reasons.robots.txt
.robots.txt
robots.txt
at:Disallow: /
.To maximize SEO success on your Webflow site:
User-agent: *
+ Disallow:
to allow all bots access.Once you provide the actual text of your current robots.txt
, I can give a more specific evaluation.