WebPage
Technical
WebPage
A single web page on a site. Helps Google understand the page type, last modified date, and author for better indexing.
Required Properties
name
url
Recommended Properties
description
datePublished
dateModified
author
isPartOf
breadcrumb
JSON-LD Example
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Core Web Vitals Guide 2026",
"url": "https://example.com/blog/core-web-vitals",
"description": "Complete guide to Core Web Vitals including LCP, CLS, FCP and INP",
"datePublished": "2026-01-01",
"dateModified": "2026-06-01",
"breadcrumb": {
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://example.com"
}
]
}
}
</script>Test your WebPage markup
Validate and generate WebPage JSON-LD for your site