Score Index › Figma
This site
57/100
Average across all scans
41/100
AI Search Ready threshold
90/100
Gap to close
33 pts
Score breakdown
Agent Permissions
1/7 checks passed
Content Discoverability
3/5 checks passed
Structured Data
4/5 checks passed
Pricing Transparency
3/4 checks passed
Agent Infrastructure
3/11 checks passed
Trust & Identity
4/5 checks passed
Issues found
GPTBot (ChatGPT) is blocked
GPTBot is blocked. ChatGPT cannot learn from your site , competitors who allow it get recommended instead.
Fix: In your robots.txt, add: User-agent: GPTBot Allow: / Place above any catch-all Disallow rules.
ClaudeBot (Anthropic) is blocked
ClaudeBot appears blocked. Claude won't have fresh data about your products.
Fix: Add both Anthropic crawlers to your robots.txt: User-agent: ClaudeBot Allow: / User-agent: anthropic-ai Allow: /
PerplexityBot is blocked
PerplexityBot appears blocked. You won't show up when people use Perplexity to research your category.
Fix: Add to your robots.txt: User-agent: PerplexityBot Allow: /
Google-Extended (Gemini) is blocked
Google-Extended appears blocked. Your content won't appear in Google's Gemini responses or AI Overviews , a large and growing traffic source.
Fix: Add to your robots.txt: User-agent: Google-Extended Allow: / Google-Extended is the crawl identity used for Gemini, AI Overviews, and other Google AI products. Blocking it removes you from Google's AI answers.
No Content-Signal header
No Content-Signal header. AI systems have to guess whether they're allowed to use your content for training, search, or as agent input. Declaring your policy proactively builds trust with AI platforms.
Fix: Add a Content-Signal HTTP response header to tell AI systems your content permissions: Content-Signal: ai-train=yes, search=yes, ai-input=yes In Next.js (next.config.js): headers: async () => [{ source: '/(.*)', headers: [{ key: 'Content-Signal', value: 'ai-train=yes, search=yes, ai-input=yes' }] }] This header is part of the emerging Content Signals standard (contentsignals.org) adopted by Cloudflare and others. It declares explicitly what AI can do with your content.
What's working
robots.txt exists and accessible
XML sitemap
Sitemap declared in robots.txt
Canonical tags present
What about your site?
Most sites we scan score higher than 57/100. Where do you stand?
Run a free scan on your site and see exactly what AI agents find when they evaluate you. Takes under 60 seconds.
What the Faro score measures
The Faro AI readiness score tells you how well an AI agent — acting on behalf of a buyer — can navigate, understand, and evaluate a business. A score of 80+ means the site is genuinely AI-navigable. Below 40 means key signals are missing and the site risks being skipped during agent evaluations.
The scan checks six categories: agent permissions (robots.txt, GPTBot, ClaudeBot), discoverability (sitemap, llms.txt, canonical), structured data (JSON-LD, schema markup), pricing transparency, agent infrastructure (API docs, agents.json), and content readability. Each category contributes to the total score of 100.
The average score across all sites Faro has scanned is 41/100. Even well-resourced companies frequently block AI crawlers, omit structured data, or serve pricing in formats that agents cannot parse. These are fixable gaps — and the Faro scan tells you exactly where to start.