Grndwerk/debug
live demo
← debug/

schemas

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