{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Katzengras [MHD 01/2023]", "description": "Der gesunde Leckerbissen für Ihren Vierbeiner", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2998/preview/2998-Katzengras-4700-old03---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2998/middle/2998-Katzengras-4700-old03---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.50, "maxPrice": 2.49, "price": 0.50, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kiepenkerl-katzengras/a-2998" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Katzengras Mini-Tiger-Gras [MHD 01/2025]", "description": "Schnelle Kultur, Katzefutterpflanze", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/162/preview/162-Katzengras-Mini-Tiger-Gras-88063---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/162/middle/162-Katzengras-Mini-Tiger-Gras-88063---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.50, "maxPrice": 2.99, "price": 1.50, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/sperli-samen-katzengras-sperli-s-mini-tiger-gras-30-g/a-162" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Katzengras", "description": "schnellwüchsige Verdauungshilfe für Katzen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1800/preview/1800-Katzengras-0223-ds---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1800/middle/1800-Katzengras-0223-ds---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.29, "maxPrice": 2.29, "price": 2.29, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/duerr-samen-katzengras/a-1800" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Katzengras (Saatscheibe)", "description": "Immer frisches Grün für die Hauskatzen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/3147/preview/3147-Katzengras--Saatscheibe--4704-old02---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/3147/middle/3147-Katzengras--Saatscheibe--4704-old02---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.99, "maxPrice": 2.99, "price": 2.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kiepenkerl-katzengras-saatscheibe/a-3147" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Katzengras Kleintierfutter [MHD 06/2020]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531343/preview/531343-Katzengras--Kleintierfutter.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531343/middle/531343-Katzengras--Kleintierfutter.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.32, "maxPrice": 1.59, "price": 0.32, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/katzengras-kleintierfutter-von-flora-elite/a-531343" } } ] } Suchergebnisse für: Katzengras | Samenhaus Samen & Sämereien

Suchergebnisse für Katzengras (22 Treffer)

22 Ergebnisse gefunden
​ ​ ​ ​ ​ ​
Filter
var showPopupDelay = 3000; var showPopupLiveTime = 3; 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();});