Structured Data op pagina niveau wordt alleen toegevoegd aan één specifieke pagina.
Gebruik dit wanneer een pagina een eigen type content vertegenwoordigt.
Zo kan op de Over-ons pagina wordt het schema type AboutPage worden gebruikt.
Voorbeeld: AboutPage
{
"@context": "https://schema.org",
"@type": "AboutPage",
"name": "Over Ons",
"description": "Hier komt de omschrijving.",
"url": "https://www.website.nl/over-ons",
"mainEntity": {
"@type": "Organization",
"name": "Mijn bedrijf",
"url": "https://www.website.nl",
"logo": "https://www.website.nl/logo.png",
"foundingDate": "2010",
"sameAs": [
"https://www.linkedin.com/company/mijnbedrijf",
"https://www.facebook.com/mijnbedrijf"
]
}
}