{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Trocken-Rasen Mantelsaat Vital (1,1 kg)", "description": "Loretta Trocken-Rasen ist sowohl für sonnige als auch trockene Bereiche geeignet.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548074/preview/548074-Trocken-Rasen-Mantelsaat-Vital--1-1-kg--57744---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548074/middle/548074-Trocken-Rasen-Mantelsaat-Vital--1-1-kg--57744---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 29.99, "maxPrice": 29.99, "price": 29.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/trocken-rasen-mantelsaat-vital-1-1-kg-trockenrasen-von-loretta/a-548074" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Rasen-Reparatur Mantelsaat Vital (600 g)", "description": "Schadhafte und lückige Flächen im Garten sind mit der Rasen-Reparatur von Loretta kein Problem. Ohne Umgraben werden Schadstellen innerhalb kürzester Zeit geschlossen.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548076/preview/548076-Rasen-Reparatur-Mantelsaat-Vital--600-g--57768---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548076/middle/548076-Rasen-Reparatur-Mantelsaat-Vital--600-g--57768---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 17.99, "maxPrice": 17.99, "price": 17.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/rasen-reparatur-mantelsaat-vital-600-g-reparaturrasen-von-loretta/a-548076" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Sportrasen 10 kg [MHD 12/2024]", "description": "kurz wachsend", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/877/preview/877-Loretta-Sport-fuer-Sportanlagen-und-Fertigrasen--10-.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/877/middle/877-Loretta-Sport-fuer-Sportanlagen-und-Fertigrasen--10-.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 47.50, "maxPrice": 94.99, "price": 47.50, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/loretta-sport-fuer-sportanlagen-und-fertigrasen-10-kg/a-877" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Super-Rasen (600 g)", "description": "Loretta Super-Rasen ist für alle Flächen geeignet. Eine schnelle Regeneration nach starken Belastungen ist gewährleistet.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548072/preview/548072-Super-Rasen--600-g--57718---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548072/middle/548072-Super-Rasen--600-g--57718---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 17.99, "maxPrice": 17.99, "price": 17.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/super-rasen-600-g-superrasen-von-loretta/a-548072" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Trocken-Rasen Mantelsaat Vital (600 g)", "description": "Loretta Trocken-Rasen ist sowohl für sonnige als auch trockene Bereiche geeignet.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548073/preview/548073-Trocken-Rasen-Mantelsaat-Vital--600-g--57748---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548073/middle/548073-Trocken-Rasen-Mantelsaat-Vital--600-g--57748---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 17.99, "maxPrice": 17.99, "price": 17.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/trocken-rasen-mantelsaat-vital-600-g-trockenrasen-von-loretta/a-548073" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller Loretta Rasensamen (10 Treffer)

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