Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save carolinecblaker/a22898f90ed981d3bec098c16a374fb7 to your computer and use it in GitHub Desktop.
Save carolinecblaker/a22898f90ed981d3bec098c16a374fb7 to your computer and use it in GitHub Desktop.
Wp page schema
{"@context":"https://schema.org",
"@graph":[{
"@type":"Organization",
"@id":"https://www.wh1.com/#organization",
"name":"Warehouse1",
"url":"https://www.wh1.com/",
"sameAs":[
"https://www.facebook.com/warehouse1",
"https://www.instagram.com/warehouse1kc/",
"https://www.linkedin.com/company/warehouse1/",
"https://www.youtube.com/user/Warehouse1KansasCity/videos",
"https://twitter.com/warehouse1"
],
"logo":{
"@type":"ImageObject",
"@id":"https://www.wh1.com/#logo",
"inLanguage":"en-US","url":"https://www.wh1.com/wp-content/uploads/2015/05/logo-right.jpg",
"width":141,
"height":109,
"caption":"Warehouse1"
},
"image":{"@id":"https://www.wh1.com/#logo"}
},{
"@type":"WebSite",
"@id":"https://www.wh1.com/#website",
"url":"https://www.wh1.com/",
"name":"Warehouse1",
"description":"",
"publisher":{"@id":"https://www.wh1.com/#organization"},
"potentialAction":[{
"@type":"SearchAction",
"target":"https://www.wh1.com/?s={search_term_string}",
"query-input":"required name=search_term_string"
}],
"inLanguage":"en-US"
},{
"@type":"ImageObject",
"@id":"https://www.wh1.com/services/installation/#primaryimage",
"inLanguage":"en-US","url":"https://www.wh1.com/wp-content/uploads/2019/02/installation-services.jpg",
"width":1000,"height":150
},{
"@type":"WebPage",
"@id":"https://www.wh1.com/services/installation/#webpage",
"url":"https://www.wh1.com/services/installation/",
"name":"Warehouse Installation - Pallet Rack Installation & More | WH1","isPartOf":{"@id":"https://www.wh1.com/#website"},
"primaryImageOfPage":{
"@id":"https://www.wh1.com/services/installation/#primaryimage"},
"datePublished":"2020-05-01T01:45:00+00:00",
"dateModified":"2020-11-16T21:07:53+00:00",
"description":"Warehouse1 specializes in installing new warehouse equipment and retrofitting existing facilities. We specialize in pallet rack, shelving installation & more.",
"breadcrumb":{"@id":"https://www.wh1.com/services/installation/#breadcrumb"},
"inLanguage":"en-US",
"potentialAction":[{
"@type":"ReadAction",
"target":["https://www.wh1.com/services/installation/"]
}]
},{
"@type":"BreadcrumbList",
"@id":"https://www.wh1.com/services/installation/#breadcrumb",
"itemListElement":[{
"@type":"ListItem",
"position":1,
"item":{
"@type":"WebPage",
"@id":"https://www.wh1.com/",
"url":"https://www.wh1.com/",
"name":"Home"
}
},{
"@type":"ListItem",
"position":2,
"item":{
"@type":"WebPage",
"@id":"https://www.wh1.com/services/",
"url":"https://www.wh1.com/services/",
"name":"Material Handling Consulting & Rental Services"
}
},{
"@type":"ListItem",
"position":3,
"item":{
"@type":"WebPage",
"@id":"https://www.wh1.com/services/installation/",
"url":"https://www.wh1.com/services/installation/",
"name":"Warehouse Installation Services"
}
}
]}
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment