Missing robots.txt
robots.txt tells crawlers which areas they may access and where your sitemap lives.
What it is
This check flags sites that return no robots.txt at the root.
Why it matters for SEO
Without robots.txt, crawl directives are undefined; while crawling still works, you lose a useful control point and the sitemap hint.
Example
GET /robots.txt -> 404 Not Found
How to fix
- Add a
robots.txtat the domain root. - Allow what should be crawled; disallow only what must not be.
- Include a
Sitemap:line. - Re-crawl to confirm robots.txt is served.