Find out why your siteisn't getting found.

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.

02

Pick one and we will bias the scan summary and fix guidance toward that outcome.

No signup required for first scan

AI-ready fixes

Choose a goal, scan the site, then paste the fixes into any AI coding tool.

Cursor
Claude Code
Windsurf
Codex
Gemini
v0, Bolt, Lovable and more

Or start with a focused report:

0+
automated checks
0
categories covered
sites scanned
AI
fix prompt per issue
How it works

Three steps to ship-ready

01

Paste your URL

Drop any live URL. Vercel, Netlify, or a custom domain. No setup or browser extension needed.

02

90+ checks run

Fast truth checks run first, then deeper analysis follows for performance and noisier heuristics.

03

Get AI fix prompts

Each issue has a plain-English explanation and one ready-to-paste prompt you can use in any AI coding tool.

The report

Not just scores. Actionable fixes

A complete breakdown of every issue with context, severity, and ready-to-use AI prompts.

shipready.app/report/vercel-com-demo
Live example
71SCORE
Good
Performance74
🔍SEO & Social89
🛡️Security63
📱Mobile91
🤖AI Visibility46
Accessibility82
CriticalNo llms.txt found

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

What we check

90+ checks across 6 categories

Every check that matters before your app goes live.

Performance

Real Lighthouse mobile run in a headless browser. Core Web Vitals and composite performance score.

LCP < 2.5sCLS < 0.1INP < 200msFCP < 1.8sPerformance score

SEO & Social

Complete meta audit. OG tags, Twitter cards, canonical, robots.txt, sitemap, structured data.

Title & descriptionOG image & tagsCanonical URLSitemap.xmlTwitter card

Security

20+ security checks: HTTPS, HTTP headers, SSL/TLS grading, exposed .env files, API key detection, SPF/DMARC, cookie flags, mixed content, trackers, and privacy.

CSP headerHSTSX-Frame-OptionsSSL/TLS certExposed .env

Mobile

Viewport meta tag, favicon, Apple touch icon, web manifest, and clickable phone numbers. Ensures correct rendering and home screen appearance.

Viewport metaFaviconApple touch iconWeb manifestPhone links

AI Visibility

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.

Schema.org JSON-LDllms.txtAI crawlersFAQ schemaAnswer-first signalDate freshnessOrg entity

Accessibility

5 static checks for screen readers, keyboard navigation, and WCAG basics. Lighthouse also measures an overall accessibility score.

Images alt textForm labelsButton labelsSkip navigationLang attribute
The key difference

Not just what is wrong, but how to fix it

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.

  • One prompt per issue. No Stack Overflow hunting
  • Tailored for Next.js, React, and modern web apps
  • Works with Cursor · Claude Code · Windsurf · and more
fix_prompt.txtready to paste
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.
Paste into your builder chat
Pricing

Simple, transparent

Start free. Upgrade when you need more.

FREE

Try it out

$0
  • 3 scans / month
  • All category scores
  • Issue descriptions
  • AI prompts blurred
Most popular

PRO

For solo founders

$14/mo
  • Unlimited scans
  • All AI fix prompts
  • PDF export
  • Weekly monitoring + digest

Cancel anytime

Coming soon

AGENCY

For teams auditing client sites

$39/mo
  • 10 monitored domains
  • MCP Server for AI agents
  • Team seats + white-label PDF
  • Priority support + API
Coming soon
FAQ

Common questions

Is your site getting found?

Free scan — see what Google, ChatGPT, Claude, and Perplexity actually see when they look at your site.

02

Pick one and we will bias the scan summary and fix guidance toward that outcome.