breadcrumb >> list
(function () { var path = window.location.pathname; // Only inject on the Capt-Air homepages var isHome = path === "/" || path === "/en/" || path === "/fr/"; if (!isHome) return; // Prevent duplicates if the snippet loads twice if (document.getElementById("schema-product-offer-catalog")) return; var schema = ` `; // Inject near where this snippet is printed if (document.currentScript && document.currentScript.insertAdjacentHTML) { document.currentScript.insertAdjacentHTML("afterend", schema); } else { // Fallback: append to
document.head.insertAdjacentHTML("beforeend", schema); } })(); Aller au contenu