{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "TerraVital Litericht&SchattenRasen Samen-Mix (450 g) [MHD 12/2024]", "description": "Rasensamen-Mischung für schattige Problemzonen. Stärker als Moos, anpassungsfähig an alle Standorte", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536612/preview/536612-TerraVital-LichtundSchattenRasen-Samen-Mix--450-g--01244---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536612/middle/536612-TerraVital-LichtundSchattenRasen-Samen-Mix--450-g--01244---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 7.50, "maxPrice": 14.99, "price": 7.50, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/neudorff-terravital-licht-schattenrasen-samen-mix-450-g/a-536612" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Rasennachsaat [MHD 01/2024]", "description": "Reparaturmischung, Mantelsaat", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537620/preview/537620-Rasennachsaat-RM100-sp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537620/middle/537620-Rasennachsaat-RM100-sp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.30, "maxPrice": 2.59, "price": 1.30, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/rasennachsaat-rasensamen-von-samen-pfann/a-537620" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Heimtier - und Ostergras [MHD 01/2025]", "description": "schnellwüchsiges, zartes Gras", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537621/preview/537621-Heimtier--und-Ostergras-RM101-sp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537621/middle/537621-Heimtier--und-Ostergras-RM101-sp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.59, "maxPrice": 1.99, "price": 1.59, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/heimtier-und-ostergras-grassamen-von-samen-pfann/a-537621" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Greenline Spiel + Sport (2,5 kg) [MHD 12/2024]", "description": "Geenline Spiel + Sport eignet sich ideal zur Anlage einer neuen, belastbaren Rasenfläche. Er ist robust und regenerationsstark, ideal zum Spielen, Toben und Entspannen.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548065/preview/548065-Greenline-Spiel---Sport--2-5-kg--58921---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548065/middle/548065-Greenline-Spiel---Sport--2-5-kg--58921---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 10.50, "maxPrice": 20.99, "price": 10.50, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/greenline-spiel-sport-2-5-kg-rasensamen-von-feldsaaten-freudenberger/a-548065" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Sportrasen (500 g) [MHD 12/2024]", "description": "Oast Sportrasen ist für stark strapazierte Hausgärten sowie Sport- und Spielflächen geeignet.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548084/preview/548084-Sportrasen--500-g--go-59802---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548084/middle/548084-Sportrasen--500-g--go-59802---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.00, "maxPrice": 7.99, "price": 4.00, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/sportrasen-500-g-rasensamen-von-gruene-oase/a-548084" } } ] } 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();});