← All docs

llms.txt format

geodeck generates a Markdown index at /llms.txt per domain, plus an expanded /llms-full.txt on the Pro plan.

Spec

We follow the llmstxt.org proposal: an H1 with the site name, a blockquote summary, then H2-grouped link lists. AI crawlers fetch this instead of HTML.

Example

# Acme Corp

> Acme is a B2B SaaS that ships logistics dashboards.

## Product
- [Pricing](https://acme.com/pricing): Two plans, starts at €19/month.
- [API](https://acme.com/api): REST + webhooks.

## Resources
- [Docs](https://acme.com/docs)
- [Changelog](https://acme.com/changelog)

Refresh cadence

Files regenerate on every webhook publish event and at most once every 60 seconds per domain. Cached at the edge for 5 minutes.

Markdown Mirror (Pro)

With the Pro plan, each tracked URL is mirrored as Markdown at /llms-full.txt so crawlers receive the full body in a single fetch.