If your Webflow site isn’t being indexed by Google despite following guidelines, several technical or configuration issues could still be blocking it. Here’s how to troubleshoot and resolve common causes.
1. Check the Webflow Page Settings
- Go to Designer > Pages panel.
- Select each important page and scroll down to Page Settings.
- Ensure “Hide this page from search engines” is NOT enabled—this sets a
noindex tag that blocks indexing.
2. Verify Site-Wide SEO Settings
- Go to Project Settings > SEO tab.
- Make sure there's no global meta tag for 'noindex' set in the custom code areas (either in
<head> or before the </body> tag).
3. Check robots.txt Settings
- In Project Settings > SEO tab, look for the robots.txt content field.
- If it contains
Disallow: /, this blocks all pages. - Recommended default: allow crawling by not including restrictive rules, or only block specific admin pages if needed.
4. Review the Published Sitemap
- Go to
https://yourdomain.com/sitemap.xml. - It should be accessible and contain your major site URLs.
- If it’s missing, republish your site and ensure “Auto-generate sitemap” is enabled under SEO settings.
5. Test in Google Search Console
- Open Google Search Console for your domain.
- Use URL Inspection Tool to test if Google can access and render a specific page.
- It will show if the page is blocked by
robots.txt or carrying a noindex directive.
6. Confirm Your Domain is Indexed
- Do a site search: site:yourdomain.com on Google.
- If no results appear, indexing hasn’t occurred—possibly due to technical blockages or lack of crawl priority.
- Make sure your domain is correctly connected to Webflow and pointing to the right IPs: (a) 75.2.70.75, (b) 99.83.190.102.
7. Evaluate External Factors
- Check for manual actions or penalties in Google Search Console.
- Analyze your backlink profile—a completely new site with no inbound links may take longer to be indexed.
- Consider page speed, mobile-friendliness, and core web vitals, which influence crawl prioritization.
8. Resubmit Your Sitemap
- In Google Search Console, go to Sitemaps and submit
https://yourdomain.com/sitemap.xml. - This can trigger a faster crawl, especially for new or updated sites.
Summary
If your Webflow site isn’t being indexed, verify that pages aren’t set to noindex, robots.txt isn’t blocking access, your sitemap is active, and Google can crawl and render your pages. Use Google Search Console to diagnose issues and prompt a re-crawl.