url_metadata
Fetch a public HTTPS URL and extract title, description, OpenGraph, Twitter Card, JSON-LD, hreflang, headers, and element counts. SSRF-protected with redirect validation.
Instructions
Fetch a public HTTPS URL and extract structured page metadata: title, description, keywords, canonical, language, charset, full OpenGraph dictionary, Twitter Card, favicon (absolute URL), hreflang map, JSON-LD blocks, response headers and counts (h1/h2/images/links/scripts). SSRF-protected: refuses private/loopback/link-local/cloud-metadata addresses and re-validates every redirect. 2 MB body cap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | http:// or https:// URL to fetch. | |
| timeout | No | ||
| user_agent | No | Override the User-Agent header. | |
| follow_redirects | No |