Fill in your brand, category, marketing URL and app subdomain, plus the subpaths you use for docs, blog and changelog. The generator produces a SaaS-specific llms.txt with explicit Allow directives for your docs/blog/changelog/pricing pages and Disallow rules for /app/, /dashboard/, /admin/, /api/, /auth/, /settings/, /billing/ and the other 15 paths that SaaS apps typically expose. Copy, upload to the marketing site root, validate.
Why SaaS needs its own template
Docs beat homepage. When a developer asks "how do I integrate X with Y", the answer should link to your /docs/ page, not the homepage. The template tells crawlers this explicitly.
Changelog is citation gold. A public /changelog/ gives AI assistants a time-stamped record of what changed. Recency + specificity = higher citation rate.
App paths leak state. /app/, /dashboard/, /settings/ return per-user content or 302 to login. Crawlers indexing them waste crawler budget and produce broken citations.
Integrations are long-tail. /integrations/shopify/, /integrations/hubspot/ pages match specific user intents. The template makes sure they're discoverable.
How to install
1. Host at the marketing domain root
Upload llms.txt to the root of your marketing site (e.g. wavelength.com/llms.txt). Not the app subdomain - the marketing site is what AI assistants should index.
2. Next.js marketing site
Drop llms.txt into your /public/ directory - Next.js serves it at the root automatically. For more control, create a route handler at src/app/llms.txt/route.ts that returns the content with text/plain.
3. Static site (Webflow, Framer, etc.)
Most hosted site builders have a 'custom code' or 'static files' section that lets you upload root-level files. If yours doesn't, add a Cloudflare worker rule that serves /llms.txt from KV storage.
4. Verify
Run curl -I https://your-domain.com/llms.txt and confirm HTTP 200 with Content-Type: text/plain. Check the app subdomain separately - it should NOT have its own llms.txt.
Geolify GEO packages bundle every tool on this site into a 14-day done-for-you build - llms.txt, schema, entity strength, content overhaul, citations and the measurement stack. From $499.