Grndwerk/debug
live demo
← debug/

schemas

4 schemas for home
OrganizationOrganization schema for Grndwerk
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "@id": "https://grndwerk.com/#organization",
  "name": "Grndwerk",
  "legalName": "Grndwerk",
  "description": "Grndwerk drops structured data, llms.txt, and AEO signals into any Next.js project. Edit one file. Schemas, metadata, and AI visibility follow.",
  "slogan": "Make your Next.js site visible to AI, not just Google.",
  "url": "https://grndwerk.com",
  "logo": "https://grndwerk.com/icon/icon.svg",
  "image": "https://grndwerk.com/og.jpg",
  "foundingDate": "2025",
  "email": "hello@grndwerk.com",
  "sameAs": [
    "https://x.com/grndwerk",
    "https://github.com/grndwerk"
  ]
}
WebSiteWebSite entity for the site
{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "@id": "https://grndwerk.com/#website",
  "name": "Grndwerk",
  "description": "Grndwerk drops structured data, llms.txt, and AEO signals into any Next.js project. Edit one file. Schemas, metadata, and AI visibility follow.",
  "url": "https://grndwerk.com",
  "inLanguage": "en-US",
  "publisher": {
    "@id": "https://grndwerk.com/#organization"
  }
}
WebPageWebPage for "home page"
{
  "@context": "https://schema.org",
  "@type": "WebPage",
  "@id": "https://grndwerk.com/home/#webpage",
  "url": "https://grndwerk.com/home",
  "name": "home page",
  "description": "Preview schema for archetype: home",
  "inLanguage": "en-US",
  "isPartOf": {
    "@id": "https://grndwerk.com/#website"
  },
  "breadcrumb": {
    "@id": "https://grndwerk.com/home/#breadcrumb"
  },
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      "h2",
      ".speakable"
    ]
  }
}
BreadcrumbListBreadcrumb with 2 items
{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "@id": "https://grndwerk.com/home/#breadcrumb",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "name": "Home",
      "item": "https://grndwerk.com"
    },
    {
      "@type": "ListItem",
      "position": 2,
      "name": "home",
      "item": "https://grndwerk.com/home"
    }
  ]
}