Hallo
ich möchte den Google Gütesiegel Code
https://support.google.com/trustedstoresm…n&rd=1#floating
auf jede Seite einfügen. Der sieht wie folgt aus:
<!-- BEGIN: Google Zertifizierte Händler -->
<script type="text/javascript">
var gts = gts || [];
gts.push(["id", "11111"]);
gts.push(["badge_position", "BOTTOM_RIGHT"]);
gts.push(["locale", "PAGE_LANGUAGE"]);
gts.push(["google_base_offer_id", "ITEM_GOOGLE_SHOPPING_ID"]);
gts.push(["google_base_subaccount_id", "ITEM_GOOGLE_SHOPPING_ACCOUNT_ID"]);
gts.push(["google_base_country", "ITEM_GOOGLE_SHOPPING_COUNTRY"]);
gts.push(["google_base_language", "ITEM_GOOGLE_SHOPPING_LANGUAGE"]);
(function() {
var gts = document.createElement("script");
gts.type = "text/javascript";
gts.async = true;
gts.src = "https://www.googlecommerce.com/trustedstores/api/js";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(gts, s);
})();
</script>
<!-- END: Google Zertifizierte Händler -->
Ich bin auf eine Seite gegangen und dann auf bearbeiten und habe diesen Code unter Text (Visuel/Text) eingetragen und gespeichert. Leider wird nichts angezeigt.
Mache ich was falsch?