{
  "@context": "https://schema.org",
  "@type": "ItemList",
  "name": "Namenswerk Katalog",
  "url": "https://namenswerk.at/shop/",
  "numberOfItems": 1,
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "item": {
        "@type": "Product",
        "@id": "https://namenswerk.at/shop/p/christbaumanhaenger-glas-erstes-weihnachten/",
        "name": "Christbaumanhänger Glas \"Dein erstes Weihnachten\"",
        "description": "Kristallglas mit den echten Fußabdrücken deines Babys, Wunschtext und Datum.",
        "sku": "christbaumanhaenger-glas-erstes-weihnachten",
        "brand": {
          "@type": "Brand",
          "name": "Namenswerk"
        },
        "category": "Weihnachten, Taufe, Metall & Glas",
        "material": "Glas",
        "url": "https://namenswerk.at/shop/p/christbaumanhaenger-glas-erstes-weihnachten/",
        "image": "https://namenswerk.at/assets/produkt-christbaumanhaenger-glas.webp",
        "offers": {
          "@type": "Offer",
          "priceCurrency": "EUR",
          "price": "24.90",
          "availability": "https://schema.org/InStock",
          "itemCondition": "https://schema.org/NewCondition",
          "url": "https://namenswerk.at/shop/p/christbaumanhaenger-glas-erstes-weihnachten/",
          "shippingDetails": [
            {
              "@type": "OfferShippingDetails",
              "shippingDestination": {
                "@type": "DefinedRegion",
                "addressCountry": "AT"
              },
              "shippingRate": {
                "@type": "MonetaryAmount",
                "value": "4.90",
                "currency": "EUR"
              },
              "deliveryTime": {
                "@type": "ShippingDeliveryTime",
                "transitTime": {
                  "@type": "QuantitativeValue",
                  "minValue": 4,
                  "maxValue": 7,
                  "unitCode": "DAY"
                }
              }
            },
            {
              "@type": "OfferShippingDetails",
              "shippingDestination": {
                "@type": "DefinedRegion",
                "addressCountry": "DE"
              },
              "shippingRate": {
                "@type": "MonetaryAmount",
                "value": "8.90",
                "currency": "EUR"
              },
              "deliveryTime": {
                "@type": "ShippingDeliveryTime",
                "transitTime": {
                  "@type": "QuantitativeValue",
                  "minValue": 5,
                  "maxValue": 9,
                  "unitCode": "DAY"
                }
              }
            }
          ]
        },
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "Personalisierung",
            "value": "Gravur"
          },
          {
            "@type": "PropertyValue",
            "name": "Schriftarten",
            "value": "Klassisch, Monumental, Modern, Handschrift, Kalligrafie"
          }
        ]
      }
    }
  ]
}