SEO & AEO Analysis

Search engine optimization and AI engine optimization analysis.

Vergate analyzes your site for both traditional SEO (Google, Bing) and AI Engine Optimization (AEO) — how well your content works for AI-powered search and assistants like ChatGPT, Claude, and Perplexity.

#Speed

Takes 5-15 seconds. Uses Playwright to render your page (capturing JS-injected content like React/Vue SPAs) and raw HTTP for auxiliary resources.

#SEO Checks (20 checks)

CategoryWhat's Checked
Meta TagsTitle, description, canonical, Open Graph, Twitter Cards
HeadingsH1 presence, heading hierarchy
ImagesAlt text, lazy loading, format
LinksInternal/external links, anchor text
SitemapXML sitemap presence and validity
Robotsrobots.txt rules, crawl directives
Structured DataJSON-LD schema markup
MobileViewport meta, responsive design signals
PerformanceLoad time signals that affect rankings

#AEO Checks (26 checks)

AEO checks how well your site works for AI crawlers and assistants:

CategoryWhat's Checked
Bot AccessGPTBot, ClaudeBot, PerplexityBot access in robots.txt
Structured DataJSON-LD for AI context extraction
Content StructureClear headings, lists, tables for AI parsing
Citation QualityAuthoritative claims, source attribution
llms.txtAI-friendly site description file
FAQ SchemaFAQ structured data for AI answers

#SEO vs AEO Mode

Run in either seo mode (traditional search) or aeo mode (AI search). Each has its own scoring and recommendations.

#API Usage

Run SEO analysis
POST /api/v1/seo
Authorization: Bearer pk_...

{
  "url": "https://example.com",
  "mode": "seo"
}
Tip. Run both seo and aeo modes to get the full picture. Traditional SEO and AI optimization require different strategies.

#Why Playwright?

Many modern sites (React, Vue, Next.js) inject content via JavaScript. A plain HTTP request misses this content. Playwright renders your page in a real browser, capturing everything — including meta tags, structured data, and content that only appears after JS execution.