Grndwerk/debug
live demo
← debug/

schemas

3 schemas for faq
WebPageFAQPage for "faq page"
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "@id": "https://grndwerk.com/faq/#webpage",
  "url": "https://grndwerk.com/faq",
  "name": "faq page",
  "description": "Preview schema for archetype: faq",
  "inLanguage": "en-US",
  "isPartOf": {
    "@id": "https://grndwerk.com/#website"
  },
  "breadcrumb": {
    "@id": "https://grndwerk.com/faq/#breadcrumb"
  }
}
FAQPageFAQPage with 1 questions
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "@id": "https://grndwerk.com/faq/#faq",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What areas do you service?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "We service the greater metro area including surrounding suburbs."
      }
    }
  ]
}
BreadcrumbListBreadcrumb with 2 items
{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "@id": "https://grndwerk.com/faq/#breadcrumb",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "name": "Home",
      "item": "https://grndwerk.com"
    },
    {
      "@type": "ListItem",
      "position": 2,
      "name": "faq",
      "item": "https://grndwerk.com/faq"
    }
  ]
}