{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "BIO Genoveser Basilikum", "description": "Beliebtes, aromatisches Würzkraut der Mittelmeerküche", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543935/preview/543935-BIO-Genoveser-Basilikum-2000-0187---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543935/middle/543935-BIO-Genoveser-Basilikum-2000-0187---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.69, "maxPrice": 1.69, "price": 1.69, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/genoveser-basilikum-bio-basilikumsamen-von-flortus/a-543935" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Genoveser Basilikum (100 Tütchen)", "description": "Beliebtes, aromatisches Würzkraut der Mittelmeerküche", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543973/preview/543973-Bio-Genoveser-Basilikum--100-Tuetchen-_3.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543973/middle/543973-Bio-Genoveser-Basilikum--100-Tuetchen-_3.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 159.00, "maxPrice": 159.00, "price": 159.00, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/genoveser-basilikum-100-tuetchen-bio-basilikumsamen-von-flortus/a-543973" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Basilikum Genovese Classico", "description": "ein ‘Muss’ in der italienischen Küche, einfache Anzucht auf der Fensterbank oder im Freiland", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1723/preview/1723-Basilikum-Genovese-Classico.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1723/middle/1723-Basilikum-Genovese-Classico.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.39, "maxPrice": 3.39, "price": 3.39, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/thompson-morgan-basilikum-genovese-classico/a-1723" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Basilikum Großblättriger Genoveser", "description": "Sehr beliebtes Gewürz für viele Speisen und Tees.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2235/preview/2235-Basilikum-Grossblaettriger-Genoveser-0170-ds---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2235/middle/2235-Basilikum-Grossblaettriger-Genoveser-0170-ds---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.19, "maxPrice": 1.19, "price": 1.19, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/duerr-samen-basilikum-grossblaettriges-genoveser/a-2235" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BIO Kitchengarden Basilikum Genovese", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562264/preview/562264-BIO-Kitchengarden-Basilikum--Genovese-18027310-bz---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562264/middle/562264-BIO-Kitchengarden-Basilikum--Genovese-18027310-bz---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 7.39, "maxPrice": 7.39, "price": 7.39, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kitchengarden-basilikum-genovese-bio-anzuchtsets-von-baza/a-562264" } } ] } Suchergebnisse für: basilikum genovese | Samenhaus Samen & Sämereien

Suchergebnisse für basilikum genovese (36 Treffer)

36 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();});