Expand description
§indexflow-seo
A high-performance, lightweight Technical SEO quality gate & GEO (Generative Engine Optimization) auditor.
§Features
- Zero-dependency HTML evaluation (HTTP Status, Canonical, noindex, Title, H1, Meta Description)
- JSON-LD (Schema.org) structured data extraction and entity mapping (
@graph, array@type) - OpenGraph & Twitter Card social meta parsing
- AI Search Engine Bot directive auditing (GPTBot, Perplexity, Claude, Google-Extended)
- Non-redirecting fast HTTP prober client (Redirects treated as gate issues)
Re-exports§
pub use canonical::canonical_matches_page;pub use canonical::normalize_url;pub use evaluator::evaluate_html;pub use extractor::decode_basic_entities;pub use extractor::inspect_html;pub use probe::SeoProbeClient;pub use models::*;
Modules§
- canonical
- Canonical URL equivalence.
- evaluator
- extractor
- Zero-panic HTML inspector.
- models
- probe
- Non-following HTTP probe. 3xx is surfaced as a gate failure (the caller asked us not to mask redirect chains). Response bodies are streamed with a hard cap so a hostile 2 GiB HTML document cannot OOM the auditor.