Vanilla Essence Candle | Aromatherapy Soy Candle – Relax & Uplift
(function () { var PRODUCT_PATH = "/products/vanilla-essence-candle"; // ✅ must match your handle var SITE = "https://safispa.com"; var CANONICAL = SITE + PRODUCT_PATH; // Run ONLY on this product page (handles trailing slashes) var p = (window.location && window.location.pathname ? window.location.pathname : "").replace(/\/+$/, ""); if (p !== PRODUCT_PATH) return; function q(sel){ return document.querySelector(sel); } function addToHead(el){ (document.head || document.getElementsByTagName("head")[0]).appendChild(el); return el; } function upsertMetaName(name, content){ if (!content) return; var el = q('meta[name="' + name + '"]'); if (!el) { el = document.createElement("meta"); el.setAttribute("name", name); addToHead(el); } el.setAttribute("content", content); } function upsertMetaProp(prop, content){ if (!content) return; var el = q('meta[property="' + prop