webpage
A web page. Base type for search result. Also used for browser history and as a generic container when reading arbitrary URLs.
| Metadata | Value |
|---|---|
| Plural | webpages |
| Subtitle field | url |
| Identity | url |
Fields
Section titled “Fields”| Field | Type |
|---|---|
visitCount | integer |
lastVisitUnix | integer |
contentType | string |
error | string |
Prior art
Section titled “Prior art”External standards this shape draws from or aligns with. See Shape design principles for how prior art informs shape design.
- schema.org/WebPage — Our URL-as-identity matches schema.org’s @id/url convention; contentType ≈ encodingFormat.
- HTTP semantics (RFC 9110) — Our contentType is the Content-Type response header; error ≈ non-2xx status text.
- Chrome history / WebExtensions History API — Practical source. Our visitCount/lastVisitUnix lift from the history API’s VisitItem structure.
Skills that produce this shape
Section titled “Skills that produce this shape”- brave-browser —
list_webpages,search_webpages - firecrawl —
read_webpage - exa —
read_webpage - curl —
read_webpage