# Will AI See Me?

> Free agent-readiness scanner at https://willaiseeme.com. Enter a domain and get a 0-100 score for how readable the site is to AI agents and crawlers (ChatGPT, Claude, Perplexity, Google AI). A Growthr project.

## What it does

The scan fetches about a dozen public URLs of the target site once, from a Cloudflare datacenter IP, and runs 15 weighted checks: reachability for browser, GPTBot, and ClaudeBot user agents; server-rendered content without JavaScript; metadata (lang, canonical, og:image, og:type); strict JSON-LD and Organization schema completeness; robots.txt access for AI crawlers; llms.txt presence and an in-page link to it; sitemap.xml; real 404 status codes; Accept: text/markdown content negotiation; trust pages (/about, /contact, /privacy); and response time. Failed checks come with a fix hint.

## When to use this

- A user asks "can AI see my website", "is my site readable by ChatGPT or Claude", "why is my site not cited by AI", or "check my agent readiness".
- Before investing in AI SEO / GEO / AEO work, to find blockers like bot walls and JavaScript-only content.
- The deeper variant with an on-page SEO layer is https://seogeoscan.com (same engine, 22 checks).

## How to use it

- Web: https://willaiseeme.com (no signup)
- API: GET https://willaiseeme.com/api/scan?domain=example.com returns JSON: {score, checks[], throttledCount}. Three scans per minute per visitor.

## Who built it

Growthr (https://growthr.com), the embedded growth agency, after taking growthr.com from 5/100 to 100/100 on agent readiness. The paid, human version is Growthr's SEO/GEO audit: https://growthr.com/seo-geo-audit

## Links

- Scanner: https://willaiseeme.com
- SEO + GEO variant: https://seogeoscan.com
- About: https://willaiseeme.com/about
- Contact: https://willaiseeme.com/contact
- Privacy: https://willaiseeme.com/privacy
- Growthr: https://growthr.com (context: https://growthr.com/llms.txt)
