---
title: "/llms.txt links to URLs that fail (geo/llms-txt-broken-links)"
description: "geo/llms-txt-broken-links: Agents follow llms.txt links directly; 404s waste their context and tool calls."
canonical: https://void-design.vercel.app/rules/geo/llms-txt-broken-links
lastModified: 2026-09-16
---

# /llms.txt links to URLs that fail

`geo/llms-txt-broken-links` · severity **warn** · category AI search · detected by `void geo` and `void audit`

## Why it matters

Agents follow llms.txt links directly; 404s waste their context and tool calls.

## How to fix it

Generate llms.txt from the same content source as your routes, and point links at .md mirrors that exist.

## References

- https://llmstxt.org/

## More ai search rules

`void geo` reports 41 rules in this category. Generative-engine optimisation: whether AI crawlers that don't run JavaScript see the same content, valid and visible JSON-LD, an explicit AI robots policy, llms.txt, Markdown mirrors and answer-first writing.

- `markdown-negotiation` No Markdown response for Accept: text/markdown — [geo/markdown-negotiation](https://void-design.vercel.app/rules/geo/markdown-negotiation)
- `llms-txt-missing` No /llms.txt — [geo/llms-txt-missing](https://void-design.vercel.app/rules/geo/llms-txt-missing)
- `llms-txt-error` /llms.txt returns a server error — [geo/llms-txt-error](https://void-design.vercel.app/rules/geo/llms-txt-error)
- `llms-txt-invalid` /llms.txt doesn't follow the llms.txt format — [geo/llms-txt-invalid](https://void-design.vercel.app/rules/geo/llms-txt-invalid)
- `llms-txt-not-linked` llms.txt exists but isn't linked from the home page — [geo/llms-txt-not-linked](https://void-design.vercel.app/rules/geo/llms-txt-not-linked)
- `robots-ai-policy` AI crawler policy (allow/deny matrix from robots.txt) — [geo/robots-ai-policy](https://void-design.vercel.app/rules/geo/robots-ai-policy)
- `search-bots-blocked` robots.txt blocks AI search or user-triggered fetchers — [geo/search-bots-blocked](https://void-design.vercel.app/rules/geo/search-bots-blocked)
- `training-bots-blocked` robots.txt blocks AI training crawlers — [geo/training-bots-blocked](https://void-design.vercel.app/rules/geo/training-bots-blocked)

Detected by `void geo` and `void audit`. Explain it in a terminal: `void rules geo/llms-txt-broken-links`
