Grndwerk/debug
live demo
← debug/

schemas

3 schemas for article
WebPageWebPage for "article page"
{
  "@context": "https://schema.org",
  "@type": "WebPage",
  "@id": "https://grndwerk.com/article/#webpage",
  "url": "https://grndwerk.com/article",
  "name": "article page",
  "description": "Preview schema for archetype: article",
  "inLanguage": "en-US",
  "isPartOf": {
    "@id": "https://grndwerk.com/#website"
  },
  "breadcrumb": {
    "@id": "https://grndwerk.com/article/#breadcrumb"
  },
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      "h2",
      ".speakable"
    ]
  }
}
ArticleArticle — "Sample Article Headline"
1 warning
Author "organization" not found in SITE.people
{
  "@context": "https://schema.org",
  "@type": "Article",
  "@id": "https://grndwerk.com/article/#article",
  "headline": "Sample Article Headline",
  "description": "Preview schema for archetype: article",
  "url": "https://grndwerk.com/article",
  "image": "https://grndwerk.com/img/sample.jpg",
  "datePublished": "2026-05-25",
  "publisher": {
    "@type": "Organization",
    "@id": "https://grndwerk.com/#organization",
    "name": "Grndwerk",
    "logo": {
      "@type": "ImageObject",
      "url": "https://grndwerk.com/icon/icon.svg"
    }
  },
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "https://grndwerk.com/article/#webpage"
  }
}
BreadcrumbListBreadcrumb with 2 items
{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "@id": "https://grndwerk.com/article/#breadcrumb",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "name": "Home",
      "item": "https://grndwerk.com"
    },
    {
      "@type": "ListItem",
      "position": 2,
      "name": "article",
      "item": "https://grndwerk.com/article"
    }
  ]
}