Check the llms.txt map a site offers to AI
check_llms_txtChecks a site's llms.txt for correct format and follows its links to verify they resolve, preventing silent rot and wrong AI citations.
Instructions
Read a site's /llms.txt, check it against the format (one H1 naming the site, a summary, sections of links) and follow its links to see whether each still leads to a page, a redirect or nothing. This file rots silently because no human ever opens it. Use it when someone asks whether their llms.txt is correct, why an assistant quotes the wrong pages, or before publishing a new one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The site to check, for example example.com | |
| maxLinks | No | How many links to follow. Default 20. |