{
  "@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/",
    "logo": {
      "@type": "ImageObject",
      "url": "https://example.com/logo.png"
    },
    "sameAs": [
      "https://twitter.com/example",
      "https://facebook.com/example",
      "https://linkedin.com/company/example"
    ]
  },
  "mainEntity": {
    "@type": "WebPage",
    "name": "Home",
    "description": "Welcome to our website."
  },
  "breadcrumb": {
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://example.com/"
      }
    ]
  },
  "potentialAction": [
    {
      "@type": "SearchAction",
      "target": "https://example.com/search?q={search_term_string}",
      "query-input": "required name=search_term_string"
    }
  ]
}