---
name: robots-txt
description: Publish robots.txt with User-agent rules
---

# Fix: robotsTxt

**Probe:** `GET /robots.txt` — pass if HTTP 200, textish Content-Type, and body contains `User-agent:`.

**Add** `/robots.txt` (text/plain):

```
User-agent: *
Allow: /
```

Spec: https://www.rfc-editor.org/rfc/rfc9309.html
