What was broken
The client's Webflow site had no Organization or WebSite schema anywhere, and a request to /llms.txt returned Webflow's default 404. Webflow doesn't support uploading arbitrary static files to the site root, so the file simply didn't exist.
What we shipped
- Added a complete Organization + WebSite JSON-LD
@graphthrough Webflow's site-wide head code embed - Edited
robots.txtdirectly in Site Settings → SEO to explicitly allow major AI crawlers - Set up a lightweight reverse-proxy rule at the DNS layer so
/llms.txtresolves at the true root instead of a workaround subdomain
Timeline
-
45 min
Schema live,
robots.txtupdated, reverse-proxy rule shipped and verified. -
Ongoing
Re-audit confirms
llms.txtresolves cleanly and schema validates each fix plan cycle.
This is what happens to every fix in your plan: named down to the exact panel or workaround, then shipped by us.