{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Bio-Schildampfer", "description": "Wächst sehr üppig und ist laufend übers Jahr beerntbar", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536988/preview/536988-Schildampfer-HG111.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536988/middle/536988-Schildampfer-HG111.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.15, "maxPrice": 4.15, "price": 4.15, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/schildampfer-schildampfersamen-von-arche-noah-saatgut/a-536988" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Bio-Weißkraut Oststeirerkraut", "description": "Mit lockerem, mittelgroßem Kopf", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536997/preview/536997-Weisskraut-Oststeirerkraut.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536997/middle/536997-Weisskraut-Oststeirerkraut.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.15, "maxPrice": 4.15, "price": 4.15, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/weisskraut-oststeirerkraut-bio-weisskrautsamen-von-arche-noah/a-536997" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Bio-Basilikum Albahaca", "description": "Glänzende grün-violett überlaufende Blätter - Sehr aromatisch!", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536945/preview/536945-Basilikum-Albahaca.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536945/middle/536945-Basilikum-Albahaca.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.15, "maxPrice": 4.15, "price": 4.15, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/basilikum-albahaca-basilikumsamen-von-arche-noah-saatgut/a-536945" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Bio-Gemüsepaprika Ochsenhorn", "description": "Ertragreich und für den Freilandanbau gut geeignet", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536958/preview/536958-Gemuesepaprika-Ochsenhorn.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536958/middle/536958-Gemuesepaprika-Ochsenhorn.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.15, "maxPrice": 4.15, "price": 4.15, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/gemuesepaprika-ochsenhorn-paprikasamen-von-arche-noah/a-536958" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Bio-Gemüsepaprika Roter Augsburger", "description": "Für den Freilandanbau sehr gut geeignet", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536960/preview/536960-Gemuesepaprika-Roter-Augsburger.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536960/middle/536960-Gemuesepaprika-Roter-Augsburger.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.15, "maxPrice": 4.15, "price": 4.15, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/gemuesepaprika-roter-augsburger-bio-paprikasamen-von-arche-noah/a-536960" } } ] } Suchergebnisse für: arche | Samenhaus Samen & Sämereien
Filter
var showPopupDelay = 3000; var showPopupLiveTime = 3; function showPopup() { setTimeout(function() { $('#popup').modal('show'); }, showPopupDelay); } function setPopupDisplayTime() { try { localStorage.setItem('popupLastShown', new Date().getTime().toString()); } catch (e) { console.error('Local storage is not available:', e); } } function shouldShowPopup() { try { const lastShown = localStorage.getItem('popupLastShown'); if (!lastShown) { return true; } const currentTime = new Date().getTime(); const timeDifference = currentTime - parseInt(lastShown, 10); const daysSinceLastShown = timeDifference / (1000 * 3600 * 24); const daysBeforeShowingAgain = showPopupLiveTime; return daysSinceLastShown >= daysBeforeShowingAgain; } catch (e) { console.error('Error checking popup display condition:', e); return true; } } function handlePopupDisplay() { if (shouldShowPopup()) { showPopup(); setPopupDisplayTime(); } } $(document).ready(function(){handlePopupDisplay();});