Documentation
Getting Started with SEOScanHQ
Everything you need to know about running AI SEO audits, understanding your results, and improving your AI search visibility.
Getting Started
SEOScanHQ helps you understand how AI search engines view your website. Follow these three steps to run your first scan:
Create a free account
Sign up at seoscanhq.com/sign-up with your email or Google account. No credit card required. The free plan includes 5 scans per month with 22 core AI SEO checks.
Run your first scan
Navigate to the New Scan page, enter any URL, and click "Scan". Our engine runs all checks in parallel, and you will see results in under 30 seconds.
Understand your results
Your scan report shows an overall AI readiness score (0-100), individual category scores, and detailed pass/fail results for each check. Every failed check includes an explanation of why it matters and how to fix it.
Scan Categories
SEOScanHQ organizes its checks into 6 categories. Each category covers a distinct aspect of AI search readiness.
For in-depth information about what AI search engines look for in each category, read our AI SEO Guide.
Understanding Scores
Your AI readiness score is calculated on a 0-100 scale. Here is how it works:
Overall Score
Your overall score is a weighted average of your 6 category scores. The weights reflect each category's relative importance for AI search visibility:
| Category | Weight | Why |
|---|---|---|
| AI Crawlers | 25% | If AI crawlers cannot access your site, nothing else matters |
| AI Readability | 20% | llms.txt and content structure directly impact AI comprehension |
| Structured Data | 20% | Machine-readable markup is essential for AI parsing |
| Technical SEO | 15% | Foundation that supports all other categories |
| Social Meta | 10% | Provides additional context for AI systems |
| Content Quality | 10% | Influences how AI evaluates content authority |
Score Ranges
Plans & Limits
SEOScanHQ offers three plans to fit different needs. All plans include access to the same scan engine -- the difference is in the number of checks and features available.
Free
- Core AI crawler checks
- Basic llms.txt detection
- JSON-LD presence & validity
- Essential technical SEO
- OpenGraph & Twitter Cards
- Semantic HTML check
- Basic reporting
Plus
Popular- Everything in Free, plus:
- All 12+ AI crawler checks
- llms.txt validation & completeness
- FAQ & HowTo Schema checks
- Page speed & image optimization
- Content readability & freshness
- PDF export
- Priority support
Pro
- Everything in Plus, plus:
- llms-full.txt analysis
- Product, Review & Speakable Schema
- Knowledge Graph compatibility
- Internal & external link analysis
- Readability score & entity analysis
- White-label PDF reports
- API access
- Custom integrations
See the full feature comparison on our Pricing page.
API Reference
The SEOScanHQ API allows Pro plan users to programmatically trigger scans and retrieve results. This is ideal for agencies managing multiple client sites, CI/CD pipelines, or building custom integrations.
Quick Start
- 1
Generate an API key
Navigate to Settings > API Keys in your dashboard or visit the API Keys page.
- 2
Trigger a scan
Send a POST request to /api/scan with your URL and API key.
- 3
Retrieve results
Poll the scan status endpoint or use webhooks to receive results when the scan completes.
Example: Trigger a Scan
curl -X POST https://seoscanhq.com/api/scan \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com"}'Example: Retrieve Results
curl https://seoscanhq.com/api/scan/SCAN_ID \
-H "Authorization: Bearer YOUR_API_KEY"
# Response
{
"id": "scan_abc123",
"url": "https://example.com",
"status": "completed",
"score": 78,
"categories": {
"ai_crawlers": { "score": 92, "passed": 11, "total": 13 },
"ai_readability": { "score": 60, "passed": 3, "total": 6 },
"structured_data": { "score": 80, "passed": 8, "total": 10 },
...
}
}Note: API access is available exclusively on the Pro plan. Visit Settings > API Keys to generate your key.
Frequently Asked Questions
How long does a scan take?
Most scans complete in under 30 seconds. Complex sites with many pages may take slightly longer. You will see real-time progress as each check completes.
Do I need to install anything?
No. SEOScanHQ is a cloud-based tool. Simply enter your URL and we handle the rest. No code changes, plugins, or installations required.
How are scores calculated?
Each check is worth points based on its impact on AI visibility. Your total score is a weighted average across all 6 categories. Category weights are: AI Crawlers (25%), AI Readability (20%), Structured Data (20%), Technical SEO (15%), Social Meta (10%), Content Quality (10%).
Can I scan competitors' websites?
Yes. SEOScanHQ scans any publicly accessible website. This is a great way to benchmark your AI SEO against competitors and identify opportunities.
What happens after my free scans run out?
You will be notified when you reach your monthly limit. You can wait for the next billing cycle, upgrade to Plus for 50 scans/month, or go Pro for unlimited scans.
Do you store my scan data?
Yes, scan results are stored in your account so you can track progress over time. Data is encrypted at rest and we never share it with third parties. You can delete scan data at any time from your dashboard.
Can I export scan results?
Plus and Pro users can export scan results as PDF reports. Pro users also get white-label PDF exports and API access for programmatic retrieval of scan data.
How often should I scan my site?
We recommend scanning after any significant content or configuration change. At minimum, scan monthly to catch regressions. Plus and Pro plans include enough scans for regular monitoring.