Fix Guide

How to Fix a Missing Robots.txt

/robots.txt is missing or unreachable.

Safe public URL scan. Results include technology evidence, SEO checks, security headers, accessibility basics, and a developer fix list.

Recommended fix

Publish a simple robots.txt file that allows crawlable sections and points to the sitemap.

This guide is designed to pair with a scanner report. Run a URL scan first, then follow the implementation steps.

Developer task

Create /robots.txt with User-agent: * and Sitemap: https://example.com/sitemap.xml.

Implementation steps

How to apply this fix

  1. Create a plain-text robots.txt at the site root.
  2. Add User-agent: * and only disallow paths that must stay out of search.
  3. Add a Sitemap: https://example.com/sitemap.xml line pointing to the live sitemap.
  4. Publish it at /robots.txt and confirm it returns HTTP 200 as text/plain.
Verify

Re-run the URL scan after deploying the change to confirm the issue clears and the Themerella Score updates.

Related guides

Continue the same website quality workflow.