No reachable robots.txt at the site root. Publish one so agents can discover your crawl policy and sitemap.
Remediation
Failing: robots_txt.present
robots_txt.presentmediumauto-fix available
Generated fix
Generated fixnew file→ https://trueaccord.com/robots.txt
AgentSpeed couldn't find a /robots.txt at the site root. Even an allow-all file signals intent to AI agents and unblocks the rest of the discoverability checks (sitemap, llms.txt, content signals).
# robots.txt for trueaccord.com # Allow all crawlers (including AI agents) by default. User-agent: * Allow: / Sitemap: https://trueaccord.com/sitemap.xml
save as
https://trueaccord.com/robots.txt- ›Save this exactly as `/robots.txt` at the apex (not under /public, /static, etc.).
- ›Make sure the file is served as `text/plain` with a 200 status. Many static hosts default to HTML rendering for unknown paths.
- ›If you intentionally want to block specific agents, add a `User-agent: <name>` block with `Disallow: /` instead of removing this file.
Why and how