{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Bio-Sellerieknolle Alba", "description": "Mittelgroß, rundlich mit einer hellen, glatte Haut", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536968/preview/536968-Knollen-Sellerie-Alba.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536968/middle/536968-Knollen-Sellerie-Alba.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/sellerieknolle-alba-bio-selleriesamen-von-arche-noah/a-536968" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Bio-Salattomate Stupice", "description": "Sehr frühe Reife und schwacher Wuchs", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536987/preview/536987-Salatparadeiser-Stupice.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536987/middle/536987-Salatparadeiser-Stupice.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/salattomate-stupice-bio-salattomatensamen-von-arche-noah/a-536987" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Bio-Dill Gumpenstein", "description": "Frühreif und robust", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536950/preview/536950-Dill-Gumpenstein.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536950/middle/536950-Dill-Gumpenstein.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/dill-gumpenstein-dillsamen-von-arche-noah-saatgut/a-536950" } } , { "@type": "ListItem", "position": 4, "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": 5, "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" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller Arche Noah (50 Treffer)

50 Ergebnisse gefunden
​ ​ ​ ​ ​ ​
Filter
var showPopupDelay = 2000; var showPopupLiveTime = 1; 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();});