{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Zier- und Roboterrasen 500 g", "description": "Die Mischung ist speziell für Mähroboter sehr gut geeignet.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/540623/preview/540623-Zier--und-Roboterrasen-500-g-4504-DS---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/540623/middle/540623-Zier--und-Roboterrasen-500-g-4504-DS---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 9.99, "maxPrice": 9.99, "price": 9.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/zier-und-roboterrasen-500-g-rasensamen-von-duerr-samen/a-540623" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Natursymphonie für 30 m² (Dose) [MHD 01/2023]", "description": "Mehrjährige Wildblumenmischung mit Kräutern Bunte und duftende Naturoase Pflanzenhöhe 40 bis 120 cm", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/540353/preview/540353-Natursymphonie-fuer-30-m----Dose--4955---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/540353/middle/540353-Natursymphonie-fuer-30-m----Dose--4955---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.40, "maxPrice": 6.99, "price": 1.40, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/blumenmischung-natursymphonie-dose-von-kiepenkerl/a-540353" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Grasinsel Heimtier- und Ostergras [MHD 01/2021]", "description": "Saatgutmischung für die Anzucht von frischem Heimtierfutter oder Gras zur Dekoration", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542314/preview/542314-Grasinsel-Heimtier--und-Ostergras.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542314/middle/542314-Grasinsel-Heimtier--und-Ostergras.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.20, "maxPrice": 0.99, "price": 0.20, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/grasinsel-heimtier-und-ostergras-ostergrassamen-von-carl-pabst/a-542314" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Kleintier - Wiese [MHD 01/2024]", "description": "Futtermischung aus Gräsern und Klee", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/3003/preview/3003-Kleintier-Wiese-4721-old20---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/3003/middle/3003-Kleintier-Wiese-4721-old20---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.00, "maxPrice": 1.99, "price": 1.00, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/gemuesesamen-kleintier-wiese-mix-von-kiepenkerl/a-3003" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Schattenrasen (10 kg) [MHD 06/2020]", "description": "Eine feine, strapazierfähige Mischung mit geprüften Rasengräsern. Gut geeignet für halbschattige Rasenflächen. Diese Rasenmischung verkraftet auch direkte Sonneneinstrahlung und eignet sich bestens für die Problemzonen Ihres Gartens.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548091/preview/548091-Schattenrasen--10-kg--go-59900---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548091/middle/548091-Schattenrasen--10-kg--go-59900---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 24.60, "maxPrice": 122.99, "price": 24.60, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/schattenrasen-10-kg-rasensamen-von-gruene-oase/a-548091" } } ] } Suchergebnisse für: Zierrasen | Samenhaus Samen & Sämereien

Suchergebnisse für Zierrasen (58 Treffer)

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