Grndwerk/debug
live demo
← debug/

schemas

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