{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "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": 2, "item": { "@type": "Product", "name": "BIO Bienen Hotel Edelwicke", "description": "Gartengeschenke für Balkon und Terrasse", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550287/preview/550287-BIO-Bienen-Hotel-Edelwicke-18027642-bz---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550287/middle/550287-BIO-Bienen-Hotel-Edelwicke-18027642-bz---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 11.99, "maxPrice": 11.99, "price": 11.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/bienen-hotel-edelwicke-bio-insektenhotels-von-baza/a-550287" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Insektenhaus für Bienen", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549694/preview/549694-Insektenhaus-fuer-Bienen-889123-bb---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549694/middle/549694-Insektenhaus-fuer-Bienen-889123-bb---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/insektenhaus-fuer-bienen-insektenhotels-von-buzzy-birds/a-549694" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Wildgärtner Freude Nützlingsquartiere für Wildbienen und Grabwespen", "description": "6 x 1 Stück", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548397/preview/548397-Wildgaertner-Freude-Nuetzlingsquartiere-fuer-Wildbienen-und-Grabwespen-00944---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548397/middle/548397-Wildgaertner-Freude-Nuetzlingsquartiere-fuer-Wildbienen-und-Grabwespen-00944---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 10.99, "maxPrice": 10.99, "price": 10.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/wildgaertner-freude-nuetzlingsquartiere-fuer-wildbienen-und-grabwespen-insektenhotel-von-neudorff/a-548397" } } , { "@type": "ListItem", "position": 5, "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" } } ] } Suchergebnisse für: bienenhotel | Samenhaus Samen & Sämereien
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();});