Structured Data op website niveau wordt automatisch toegevoegd aan alle pagina’s van de website.
Gebruik dit voor informatie die voor de gehele website geldt.
Bijvoorbeeld:
- Organization
- LocalBusiness
- WebSite
- Corporation
- ProfessionalService
Voorbeeld: LocalBusiness
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Mijn Bedrijf",
"url": "https://www.website.nl",
"telephone": "+31-123-123456",
"address": {
"@type": "PostalAddress",
"streetAddress": "Hoofdstraat 1",
"addressLocality": "Den Haag",
"postalCode": "1234AA",
"addressCountry": "NL"
}
}