Skip to main content

Crate indexflow_seo

Crate indexflow_seo 

Source

Re-exports§

pub use canonical::canonical_matches_page;
pub use canonical::normalize_url;
pub use content::compute_word_count;
pub use content::extract_headings;
pub use evaluator::evaluate_html;
pub use extractor::inspect_html;
pub use extractor::RawHtmlInspection;
pub use gate::evaluate_gate_block;
pub use headers::parse_x_robots_header;
pub use headers::RobotsTokens;
pub use html_utils::decode_basic_entities;
pub use meta::count_images_missing_alt;
pub use meta::extract_html_lang;
pub use meta::extract_viewport;
pub use schema::extract_json_ld;
pub use schema::extract_video_objects;
pub use warnings::compute_warnings;
pub use probe::SeoProbeClient;
pub use models::*;

Modules§

canonical
Canonical URL equivalence.
content
evaluator
extractor
gate
headers
html_utils
meta
models
probe
schema
warnings