Expand description
HTML parser that extracts links, headings, images, forms, and structured data.
HtmlParser::parse produces a ParsedPage with all SEO-relevant data
extracted from raw HTML, including accessibility landmarks and social metadata.
Structs§
- Extracted
Form - A form detected on the page.
- Extracted
Image - An image extracted from the page.
- Extracted
Input - An input element inside a form.
- Extracted
Link - A link extracted from the page.
- Heading
- A heading extracted from the page (H1–H6).
- Html
Parser - HTML parser that extracts structured data from raw HTML.
- Parsed
Page - Complete parsed representation of a page.
- Script
Info - Script tag information.
- Structured
Data - Structured data extracted from JSON-LD
<script>blocks. - Style
Info - Style/link stylesheet information.
Enums§
- Parse
Error - Errors that can occur during HTML parsing.