← All docs

llms.txt and llms-full.txt

llms.txt gives supported AI tools a compact map of your site. geodeck generates /llms.txt for every verified domain, plus /llms-full.txt as a clean full-page copy. Google says llms.txt is not required for Google AI Search, but some tools can use cleaner page maps.

What does the llms.txt spec require?

We follow the llmstxt.org proposal: an H1 with the site name, a short summary, then grouped lists of important links. It is optional, but useful for tools that choose to read it.

What does a real llms.txt file look like?

# 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 + integrations.

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

How quickly does geodeck refresh the files?

Files rebuild on every webhook event and on the sitemap diff cron (daily). Responses are cached at the edge for up to 5 minutes (public CDN) or 10 minutes (shared cache).

What is the clean page copy?

Each tracked URL is saved as clean text in /llms-full.txt so supported AI tools can read the page without layout noise.

How do I get a 100/100 llms.txt score?

Geodeck generates your llms.txt automatically. Getting a perfect score means making sure the generated file is complete and well-structured. Here is exactly what to do:

  1. Verify your domain. Without a verified domain, geodeck cannot publish your llms.txt. Go to your dashboard, add a domain, and follow the DNS TXT verification steps. The file appears at geodeck.icu/api/llms/yourdomain.com once verified.
  2. Import your sitemap or add URLs. Go to the domain detail page → Index tab → Import Sitemap. Paste your sitemap URL and import. Geodeck needs at least 15 URL entries to fill the llms.txt sections and earn the full list-item score.
  3. Add page titles and summaries. Each URL in the llms.txt shows its title and a one-line summary. Geodeck pulls these from your page metadata. Ensure every tracked page has a unique <title> tag and a meta description (50–160 characters). Missing titles appear as blank entries and reduce file quality.
  4. Enable the Markdown Mirror (Agency plan). The llms-full.txt file earns 10 extra points. It is populated when geodeck mirrors your page content as Markdown. This happens automatically via the webhook integration or when you trigger a sitemap import. On the Agency plan, the full mirror is enabled by default.
  5. Keep the file size in range. The generated file should be between 200 bytes and 50,000 bytes to earn the size bonus. A file with 15–200 URLs and reasonable summaries hits this range naturally. If your sitemap has thousands of URLs, geodeck samples the most recent ones to stay in range.

Score 100/100: domain verified (llms.txt accessible), H1 present, blockquote summary present, 3+ sections, 15+ list items, llms-full.txt accessible, file size 200–50,000 bytes.

How is the llms.txt score calculated?

The score is 0–100 and measures how complete and well-structured your llms.txt file is. Each signal adds points:

  • File found and accessible (+20 pts) – the most important signal. Without it, the score is 0.
  • H1 heading with your site name (+15 pts) – geodeck generates this from your domain name automatically.
  • Blockquote summary paragraph (+15 pts) – geodeck uses your homepage meta description. Ensure it is present and 50–160 characters.
  • At least 1 section (+10 pts) – a section is an H2 heading grouping related links.
  • 3 or more sections (+10 pts) – geodeck groups your URLs by category when you have enough pages.
  • 5 or more list items (+10 pts) – each URL is a list item. Import at least 5 pages.
  • 15 or more list items (+5 pts) – import 15 or more pages for full coverage.
  • llms-full.txt accessible (+10 pts) – the clean full-page copy. Available on Agency plan or when webhook integration is active.

Keep reading the rest of the geodeck documentation, or jump to the platform pages.

Platform