{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Insektenhotel Lavendel", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562160/preview/562160-Insektenhotel-Lavendel-2000-2354---1_1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562160/middle/562160-Insektenhotel-Lavendel-2000-2354---1_1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 14.95, "maxPrice": 14.95, "price": 14.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/insektenhotel-lavendel-insektenhotels-von-flortus/a-562160" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Insektenhäuschen Marienkäfer", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554817/preview/554817-Insektenhaeuschen-Marienkaefer-2000-0757---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554817/middle/554817-Insektenhaeuschen-Marienkaefer-2000-0757---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 8.95, "maxPrice": 8.95, "price": 8.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/insektenhaeuschen-marienkaefer-insektenhotels-von-flortus/a-554817" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Insektenhotels, Vogelfutterhaus und Vogelhaus Vogelvilla Set", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/555063/preview/555063-Insektenhotels--Vogelfutterhaus-und-Vogelhaus-Vogelvilla-Set-2000-0791-BUNDLE---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/555063/middle/555063-Insektenhotels--Vogelfutterhaus-und-Vogelhaus-Vogelvilla-Set-2000-0791-BUNDLE---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 49.99, "maxPrice": 49.99, "price": 49.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/insektenhotels-vogelfutterhaus-und-nistkasten-set-fuer-tiere-von-flortus/a-555063" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Insektenhäuschen Bienen", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554819/preview/554819-Insektenhaeuschen-Bienen-2000-0759---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554819/middle/554819-Insektenhaeuschen-Bienen-2000-0759---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 8.95, "maxPrice": 8.95, "price": 8.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/insektenhaeuschen-bienen-insektenhotels-von-flortus/a-554819" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Insektenhotel Set", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/555062/preview/555062-Insektenhotel-Set-2000-0790-BUNDLE---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/555062/middle/555062-Insektenhotel-Set-2000-0790-BUNDLE---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 34.99, "maxPrice": 34.99, "price": 34.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/insektenhotel-set-insektenhotels-von-flortus/a-555062" } } ] } Suchergebnisse für: insektenhotel | Samenhaus Samen & Sämereien

Suchergebnisse für insektenhotel (19 Treffer)

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