{
  "@context": "https://schema.org",
  "@type": "WebPage",
  "name": "Home",
  "description": "Welcome to our website.",
  "url": "https://example.com/",
  "publisher": {
    "@type": "Organization",
    "name": "Example Organization",
    "url": "https://example.com/",
    "sameAs": []
  },
  "mainEntity": {
    "@type": "WebPage",
    "name": "Home"
  },
  "breadcrumb": {
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "item": {
          "@name": "Home",
          "@id": "https://example.com/"
        }
      }
    ]
  },
  "potentialAction": []
}