Sample report
A real report generated by our audit engine for a demo domain.
acme.example
https://acme.example/Audited in 0.0s · 21 crawlers evaluated · 4 findings
AI bot access
Allowed vs blocked across all evaluated crawlers
Readiness by category
How each scoring area performs
Score breakdown
Points earned per weighted category
What we check
Each area of your AI-visibility score — open the ⓘ for what it means and how to improve it.
- AI Bot Access
- robots.txt Strategy
- llms.txt Readiness
- Content Accessibility
- Structured Data
- Technical SEO
- HTTP Health & Performance
- Sitemap & Discovery
- GEO/AEO Readiness
AI & search crawler access
Per-bot verdict from robots.txt analysis
| Bot | Provider | Access | Risk | Reason |
|---|---|---|---|---|
| GPTBot | OpenAI | Blocked | critical | Blocked by "disallow: /" in matched group |
| ChatGPT-User | OpenAI | Allowed | none | Allowed by robots.txt (matched group permits crawling) |
| OAI-SearchBot | OpenAI | Allowed | none | Allowed by robots.txt (matched group permits crawling) |
| ClaudeBot | Anthropic | Allowed | none | Allowed by robots.txt (matched group permits crawling) |
| Claude-Web | Anthropic | Allowed | none | Allowed by robots.txt (matched group permits crawling) |
| PerplexityBot | Perplexity | Allowed | none | Allowed by robots.txt (matched group permits crawling) |
| Perplexity-User | Perplexity | Allowed | none | Allowed by robots.txt (matched group permits crawling) |
| Google-Extended | Allowed | none | Allowed by robots.txt (matched group permits crawling) | |
| Googlebot | Allowed | none | Allowed by robots.txt (matched group permits crawling) | |
| Bingbot | Microsoft | Allowed | none | Allowed by robots.txt (matched group permits crawling) |
| CCBot | Common Crawl | Blocked | high | Blocked by "disallow: /" in matched group |
| Applebot | Apple | Allowed | none | Allowed by robots.txt (matched group permits crawling) |
| Applebot-Extended | Apple | Allowed | none | Allowed by robots.txt (matched group permits crawling) |
| Meta-ExternalAgent | Meta | Allowed | none | Allowed by robots.txt (matched group permits crawling) |
| FacebookBot | Meta | Allowed | none | Allowed by robots.txt (matched group permits crawling) |
| Bytespider | ByteDance | Allowed | none | Allowed by robots.txt (matched group permits crawling) |
| Amazonbot | Amazon | Allowed | none | Allowed by robots.txt (matched group permits crawling) |
| YouBot | You.com | Allowed | none | Allowed by robots.txt (matched group permits crawling) |
| Diffbot | Diffbot | Allowed | none | Allowed by robots.txt (matched group permits crawling) |
| DuckAssistBot | DuckDuckGo | Allowed | none | Allowed by robots.txt (matched group permits crawling) |
| Omgilibot | Webz.io | Allowed | none | Allowed by robots.txt (matched group permits crawling) |
Findings
What we observed on your site
- Critical1 high-value AI crawler(s) are blockedBlocked: GPTBot. These power AI search and citations.
- WarningNo llms.txt foundAn llms.txt gives AI assistants a curated map of your site and citation guidance.
- WarningMissing schema: WebSite, WebPage, BreadcrumbListSchema.org markup helps AI engines understand entities and trust your content.
- Warningrobots.txt and meta robots disagreeConflicting crawl/index signals confuse crawlers — align them.
Recommended fixes
Prioritized, with paste-ready snippets below
- criticalUnblock high-value AI crawlerseasy
Your robots.txt blocks GPTBot. Unless this is intentional, allow them.
- mediumPublish an llms.txteasy
Add this file at /llms.txt to guide AI assistants to your best content.
- mediumAdd WebSite JSON-LDeasy
Place this in a <script type="application/ld+json"> tag in <head>.
- lowAdd BreadcrumbList JSON-LDeasy
Place this in a <script type="application/ld+json"> tag in <head>.
Generated for you
Copy these directly into your site to close the gaps above
# Acme
> Acme Analytics — Real-time dashboards
This file helps AI assistants and answer engines understand, navigate, and accurately cite Acme.
## Important pages
- [Home](https://acme.example/): Overview of Acme.
- [About](https://acme.example/about): Who we are and our expertise.
- [Contact](https://acme.example/contact): How to reach us.
## Resources
- [Blog](https://acme.example/blog): Articles and guides.
- [Sitemap](https://acme.example/sitemap.xml): Full list of indexable URLs.
## Content usage policy
You may cite and summarize this content with attribution to Acme and a link to the source page.
## Preferred citation
When referencing this site, cite "Acme" and link to the specific source URL.
Last updated: 2026-06-16
User-agent: GPTBot
Allow: /# Acme
> Acme Analytics — Real-time dashboards
This file helps AI assistants and answer engines understand, navigate, and accurately cite Acme.
## Important pages
- [Home](https://acme.example/): Overview of Acme.
- [About](https://acme.example/about): Who we are and our expertise.
- [Contact](https://acme.example/contact): How to reach us.
## Resources
- [Blog](https://acme.example/blog): Articles and guides.
- [Sitemap](https://acme.example/sitemap.xml): Full list of indexable URLs.
## Content usage policy
You may cite and summarize this content with attribution to Acme and a link to the source page.
## Preferred citation
When referencing this site, cite "Acme" and link to the specific source URL.
Last updated: 2026-06-16
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Acme",
"url": "https://acme.example",
"potentialAction": {
"@type": "SearchAction",
"target": "https://acme.example/search?q={query}",
"query-input": "required name=query"
}
}{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://acme.example"
}
]
}