Paste your URL. Get a clear report on why Google, ChatGPT, Claude, and Perplexity can't find your site — and the exact steps to fix it.
No signup required for first scan
Choose a goal, scan the site, then paste the fixes into any AI coding tool.
Or start with a focused report:
Get found on Google
Find out why you're invisible to search engines. Core Web Vitals, indexability, structured data.
Run SEO report →Protect your site
Scan headers, SSL, exposed credentials, and privacy compliance in 60 seconds.
Run Security report →Get cited by ChatGPT & Claude
Check if AI crawlers can read your site. Generate llms.txt, schema.org, and FAQ markup.
Run AI Visibility report →Drop any live URL. Vercel, Netlify, or a custom domain. No setup or browser extension needed.
Fast truth checks run first, then deeper analysis follows for performance and noisier heuristics.
Each issue has a plain-English explanation and one ready-to-paste prompt you can use in any AI coding tool.
A complete breakdown of every issue with context, severity, and ready-to-use AI prompts.
vercel.com has no llms.txt or ai.txt. AI assistants like ChatGPT, Perplexity, and Claude cannot discover the site's content boundaries — limiting citations and AI-driven traffic.
Add Content-Security-Policy to next.config.ts:
headers: [{ key: 'Content-Security-Policy',
value: "default-src 'self'; script-src 'self'" }]
This fixes the critical security issue immediately.Real scan of vercel.com · Updated May 2026
Every check that matters before your app goes live.
Real Lighthouse mobile run in a headless browser. Core Web Vitals and composite performance score.
Complete meta audit. OG tags, Twitter cards, canonical, robots.txt, sitemap, structured data.
20+ security checks: HTTPS, HTTP headers, SSL/TLS grading, exposed .env files, API key detection, SPF/DMARC, cookie flags, mixed content, trackers, and privacy.
Viewport meta tag, favicon, Apple touch icon, web manifest, and clickable phone numbers. Ensures correct rendering and home screen appearance.
GEO + AEO audit: checks whether ChatGPT, Claude, Perplexity, and Google AI Overview can find, parse, and cite your site. Covers llms.txt, AI crawlers, structured data, question headings, and answer-first signals.
5 static checks for screen readers, keyboard navigation, and WCAG basics. Lighthouse also measures an overall accessibility score.
Every issue comes with a plain-English explanation and a ready-to-paste prompt. Use it in any AI coding tool and fix the problem directly in the codebase.
Fix the missing Content-Security-Policy header
in my Next.js app.
Start with Content-Security-Policy-Report-Only:
{
key: 'Content-Security-Policy-Report-Only',
value: [
"default-src 'self'",
"script-src 'self'",
"object-src 'none'",
"base-uri 'self'",
"frame-ancestors 'none'",
].join('; ')
}
Check production reports, add nonces or SRI,
then switch to enforcing CSP.Start free. Upgrade when you need more.
FREE
Try it out
PRO
For solo founders
Cancel anytime
AGENCY
For teams auditing client sites
Free scan — see what Google, ChatGPT, Claude, and Perplexity actually see when they look at your site.