Example
An evidence-backed finding, end to end
A useful report connects an observed problem to evidence, bounded impact, an implementable fix, and repeatable verification.
Sample finding
HighOAI-SearchBot is blocked
- Why it matters
- This rule can prevent OpenAI’s search crawler from retrieving public pages.
- Evidence
User-agent: OAI-SearchBot
Disallow: /- Affected URL
- https://example.com/
- How to fix
- Confirm the block is intentional. If search access is desired, remove the matching block or allow only intended public paths.
- How to verify
- Publish the policy, rerun the crawler-access audit, and confirm the matching rule changed.
access.robots.blocked · v1.0.0 · deterministic