Grndwerk/debug
live demo
← debug/

schemas

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