Core Checks
- llms.txt
Helps agents find a clear entry point for important pages, usage context, and crawl intent without reverse-engineering your full site structure.
- JSON-LD structured data
Reduces ambiguity by exposing entities and relationships in a machine-readable format that many search and assistant systems already parse reliably.
- API hints
Makes integration paths discoverable when agents need actions, not just reading. Without this, agents often fall back to brittle HTML interpretation.
- Machine-friendly content
Signals whether key pages can return markdown or JSON for reliable parsing and lower hallucination risk during extraction.
- Sitemap discoverability
Improves deterministic crawling and reduces missed important URLs, especially when site navigation is JS-heavy.