homeaboutserviceListserviceDetaillocationlistingListlistingDetailproductcategoryarticlefaqcontactpolicylandingteamportfolio
2 schemas for landing
WebPageWebPage for "landing page"
{
"@context": "https://schema.org",
"@type": "WebPage",
"@id": "https://grndwerk.com/landing/#webpage",
"url": "https://grndwerk.com/landing",
"name": "landing page",
"description": "Preview schema for archetype: landing",
"inLanguage": "en-US",
"isPartOf": {
"@id": "https://grndwerk.com/#website"
},
"breadcrumb": {
"@id": "https://grndwerk.com/landing/#breadcrumb"
}
}BreadcrumbListBreadcrumb with 2 items
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"@id": "https://grndwerk.com/landing/#breadcrumb",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://grndwerk.com"
},
{
"@type": "ListItem",
"position": 2,
"name": "landing",
"item": "https://grndwerk.com/landing"
}
]
}