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:

1

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.

2

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.

3

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.

AI Crawlers
Up to 13 checks

Checks whether your robots.txt allows or blocks major AI crawlers including GPTBot, ClaudeBot, PerplexityBot, Google-Extended, ChatGPT-User, OAI-SearchBot, and more. Also validates robots.txt syntax and crawl-delay directives.

AI Readability
Up to 6 checks

Verifies the presence, format validity, and completeness of your llms.txt file. Also checks llms-full.txt, AI content declarations, and overall content readability for AI systems.

Structured Data
Up to 10 checks

Analyzes your JSON-LD markup, validates Schema.org types, and checks for high-value schemas like FAQPage, HowTo, Organization, Product, Review, Speakable, and Knowledge Graph compatibility.

Technical SEO
Up to 12 checks

Evaluates your sitemap, canonical URLs, HTTPS configuration, title and meta descriptions, heading structure, mobile viewport, hreflang, page speed, and internal/external link health.

Social Meta
Up to 5 checks

Reviews your OpenGraph tags, Twitter Card configuration, OG completeness, author information, and publish date metadata for social sharing and AI context.

Content Quality
Up to 6 checks

Assesses semantic HTML usage, content length, content freshness, readability score, Q&A patterns, and entity analysis to evaluate how well AI systems can parse your content.

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:

CategoryWeightWhy
AI Crawlers25%If AI crawlers cannot access your site, nothing else matters
AI Readability20%llms.txt and content structure directly impact AI comprehension
Structured Data20%Machine-readable markup is essential for AI parsing
Technical SEO15%Foundation that supports all other categories
Social Meta10%Provides additional context for AI systems
Content Quality10%Influences how AI evaluates content authority

Score Ranges

90-100
Excellent
70-89
Good
50-69
Needs Work
0-49
Critical

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

$0forever
22 checks5 scans/month
  • 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
$19/month
40 checks50 scans/month
  • 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

$49/month
50 checksUnlimited scans
  • 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. 1

    Generate an API key

    Navigate to Settings > API Keys in your dashboard or visit the API Keys page.

  2. 2

    Trigger a scan

    Send a POST request to /api/scan with your URL and API key.

  3. 3

    Retrieve results

    Poll the scan status endpoint or use webhooks to receive results when the scan completes.

Example: Trigger a Scan

cURL
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
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.

Learn More