Skip to main content

Module analyzers

Module analyzers 

Source
Expand description

SEO analysis engine with pluggable analyzers (title, meta, links, etc.).

Defines the Analyzer trait and provides 28+ built-in analyzers covering HTTP status, redirects, canonical URLs, meta tags, headings, links, images, structured data, security, accessibility, and more.

Structs§

AccessibilityAnalyzer
AnalysisContext
Context for analyzing a page, bundling parsed HTML with HTTP metadata.
AnalyzerRegistry
Registry of SEO analyzers that can be run against crawled pages.
CanonicalUrlValidator
ContentQualityAnalyzer
EcommerceSignalsAnalyzer
EnhancedReadabilityAnalyzer
EntityAnalyzer
Finding
A finding/issue detected by an analyzer.
HeadingHierarchyAnalyzer
HreflangValidator
HttpStatusAnalyzer
ImageAnalyzer
ImageInfo
Detailed image information for analysis.
InternationalSeoAnalyzer
KeywordAnalyzer
LinkAnalyzer
LinkInfo
Per-page link analysis summary.
MetaTagAnalyzer
MobileFriendlinessChecker
RedirectChainAnalyzer
RobotsRule
A parsed robots.txt rule.
RobotsTxtAnalyzer
SecurityHeaderAnalyzer
SitemapAnalyzer
SitemapEntry
Known sitemap entries for validation.
SocialMediaAnalyzer
SslCertificateInfo
Pre-fetched TLS certificate information for offline validation.
SslCertificateValidator
StructuredDataValidator
WordCountAnalyzer

Traits§

Analyzer
Trait for page analyzers.