seo_crawl_and_extract
Crawl a live URL or parse a local HTML file to extract SEO metadata: title, meta description, headings, canonical, JSON-LD, OpenGraph/Twitter, links, and images. Use for single-page audits.
Instructions
Crawls a live URL via HTTP or parses a local HTML/template file to extract raw SEO metadata: Title, Meta Description, Headings (H1-H6), Canonical URL, JSON-LD Schemas, OpenGraph/Twitter cards, links, and images.
USAGE GUIDELINES:
Use to extract structured page metadata before running specialized audits or when analyzing a single page.
Do NOT use for multi-page batch crawling; use 'seo_audit_sitemap_multipage' instead.
Do NOT use to discover framework architecture; use 'seo_discover_project' instead.
BEHAVIORAL TRANSPARENCY:
Read-only data extraction.
Issues HTTP GET requests for live URLs. Reads local files directly without modifying them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Target live URL (e.g. "https://example.com") or local source/HTML file path (e.g. "./index.html"). | |
| pageType | No | Optional override for page classification (e.g. "homepage", "service", "product", "blog", "location"). Inferred automatically if omitted. |