| Structured
    Data | [
  {
    "@context": "https://schema.org",
    "@graph": [
      {
        "@type": "BreadcrumbList",
        "@id": "https://juleweb.dk/#breadcrumblist",
        "itemListElement": [
          {
            "@type": "ListItem",
            "@id": "https://juleweb.dk#listItem",
            "position": 1,
            "name": "Home"
          }
        ]
      },
      {
        "@type": "Organization",
        "@id": "https://juleweb.dk/#organization",
        "name": "Juleweb.dk",
        "description": "Vi elsker julen",
        "url": "https://juleweb.dk/",
        "logo": {
          "@type": "ImageObject",
          "url": "https://juleweb.dk/wp-content/uploads/2017/12/Logo.jpg",
          "@id": "https://juleweb.dk/#organizationLogo"
        },
        "image": {
          "@id": "https://juleweb.dk/#organizationLogo"
        },
        "sameAs": [
          "https://www.instagram.com/juleweb.dk/",
          "https://www.youtube.com/user/Juleweb"
        ]
      },
      {
        "@type": "WebPage",
        "@id": "https://juleweb.dk/#webpage",
        "url": "https://juleweb.dk/",
        "name": "Juleweb.dk",
        "inLanguage": "da-DK",
        "isPartOf": {
          "@id": "https://juleweb.dk/#website"
        },
        "breadcrumb": {
          "@id": "https://juleweb.dk/#breadcrumblist"
        },
        "datePublished": "2021-02-11T20:27:04+01:00",
        "dateModified": "2021-02-11T20:27:05+01:00"
      },
      {
        "@type": "WebSite",
        "@id": "https://juleweb.dk/#website",
        "url": "https://juleweb.dk/",
        "name": "Juleweb.dk",
        "description": "Vi elsker julen",
        "inLanguage": "da-DK",
        "publisher": {
          "@id": "https://juleweb.dk/#organization"
        }
      }
    ]
  }
] |