From 3d709d623efcffbc007bc305bce3a3aea323a5e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=B6hler?= Date: Mon, 16 Feb 2026 17:41:07 +0100 Subject: [PATCH] Fix structured data product warning --- index.html | 32 +++++--------------------------- 1 file changed, 5 insertions(+), 27 deletions(-) diff --git a/index.html b/index.html index 06056b1..d8ed4f7 100644 --- a/index.html +++ b/index.html @@ -87,33 +87,11 @@ "priceRange": "€€", "currenciesAccepted": "EUR", "paymentAccepted": "Cash, EC-Karte", - "hasOfferCatalog": { - "@type": "OfferCatalog", - "name": "Feinkost-Sortiment", - "itemListElement": [ - { - "@type": "Offer", - "itemOffered": { - "@type": "Product", - "name": "Allgäuer Bio-Heumilchkäse" - } - }, - { - "@type": "Offer", - "itemOffered": { - "@type": "Product", - "name": "Bodensee-Weine" - } - }, - { - "@type": "Offer", - "itemOffered": { - "@type": "Product", - "name": "Bio-Kaffee" - } - } - ] - } + "knowsAbout": [ + "Allgäuer Bio-Heumilchkäse", + "Bodensee-Weine", + "Bio-Kaffee" + ] }