Generate llms.txt in 10 seconds
Enter any website URL — we'll detect the platform (WordPress, Shopify, Webflow, or sitemap.xml) and produce a spec-compliant llms.txt.
How it works
- WordPress detection: if your site exposes
/wp-json, we pull posts and pages via REST API for a clean output. - Shopify and Webflow: we detect storefronts and CMS-driven sites and pull their structured catalogs.
- Sitemap fallback: if no CMS API is available, we try
/sitemap_index.xml,/sitemap.xml, or/wp-sitemap.xml. - HTML crawler: if there is no sitemap either, we crawl the homepage and extract internal links with anchor text.
- Spec compliance: output follows the llmstxt.org specification: H1 + blockquote + sections of links.