Webflow
Why isn't my Webflow site showing up in AI answers?
Webflow ships static HTML that AI crawlers read easily, so the usual causes are a robots.txt rule you wrote yourself, publishing only to the noindexed .webflow.io staging domain, or design-led pages where the copy is a headline and three feature cards with no answerable prose. Check access, then publish real text on your custom domain.
What Webflow lets you control
AI visibility is mostly decided by what the platform will and won't let you change. Here's where Webflow stands.
- Sitemap
- https://yourdomain.com/sitemap.xml — Webflow auto-generates it when auto-sitemap is on in Site Settings → SEO. Turning it off to hand-write one is the usual cause of a stale sitemap.
- robots.txt
- You can edit it. Site Settings → SEO has a robots.txt editor — full control, including AI user-agents.
- Rendering
- Webflow publishes static HTML, so crawlers see the full text without running JavaScript.
- Hiding a page
- Per page: Page Settings → SEO → "Exclude this page from site search results / add noindex". CMS templates carry it for every item at once.
- Custom head code
- Site Settings → Custom Code for sitewide <head>, or Page Settings → Custom Code per page. Both are on paid site plans.
- llms.txt
- Serve it from a page with a custom URL or via a reverse proxy on your own domain; Webflow's robots.txt editor can point crawlers at it.
What stops a Webflow site being cited
- The .webflow.io domain carries a noindex Webflow adds for you. Nothing published only there will ever be cited.
- Webflow's robots.txt editor is a foot-gun: a Disallow added during a redesign stays after launch. Read the live file.
- Design-first Webflow pages often have almost no body text — a hero line, feature cards, a testimonial. There's nothing for an assistant to quote.
- Rich-text fields in the CMS are where your actual prose lives. If a template renders only a summary field, the full answer never reaches the HTML.
- Webflow adds no FAQ or HowTo schema. Anything beyond basic Open Graph has to go in through Custom Code.
How to make your Webflow site quotable by AI assistants
- 1Publish to your custom domain, not just the .webflow.io subdomain.
- 2Open Site Settings → SEO, read the live robots.txt, and remove any Disallow left over from the build.
- 3Add real answer-first prose to your key templates: H2 as the question, first sentence as the answer.
- 4Inject FAQ JSON-LD through Page Settings → Custom Code on the pages that answer questions.
- 5Verify in Bing Webmaster Tools and push new CMS items through IndexNow the moment they publish.
Check what ChatGPT, Claude, and Perplexity actually see when they fetch your page — crawler access, extractable answers, structured data — then fix the gaps we find.
Check if AI can find your siteWebflow and AI search: common questions
Can AI crawlers read a Webflow site?
Yes. Webflow publishes static HTML, so assistants get your full text without executing JavaScript — an advantage over app-style builders.
Why is my Webflow site invisible to search and AI?
The most common cause is publishing only to the .webflow.io staging domain, which Webflow noindexes deliberately. Publish to your connected custom domain.
How do I add FAQ schema in Webflow?
Page Settings → Custom Code, in the head section, with a JSON-LD block. For CMS templates you can build the JSON-LD from CMS fields so every item gets its own schema.
Getting Webflow into Google is a different job
AI assistants and Google use different indexes and reward different things. The companion guide covers sitemaps, indexing settings, and crawl speed for Webflow.
Webflow indexing guideOther platforms
Why isn't my Framer site showing up in AI answers?
Framer pre-renders to static HTML, so AI crawlers can read your site — which means the gap is almost always content, not technology.
Why isn't my WordPress site showing up in AI answers?
WordPress gives you full control, which means the blockers are usually self-inflicted: a robots.txt rule that disallows AI user-agents, a caching or firewall…
Why isn't my Squarespace site showing up in AI answers?
Squarespace sites are usually reachable by AI crawlers — the blocker is almost always extractability, not access.
27 platform guides · see them all