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