Bonsoir
J'utilise toweb V8 depuis 4 ans
Je viens de changer ma balise dans la section "head", l'ancienne n'étant plus à jour avec google analytic.
après la publication voilà comment apparait mon site apparait sur le net
Quelqu'un saurait il me dire pourquoi?
D'avance merci
Problème d'affichage du site après publication
- Modifié
Bonsoir laptiteboite
Contrôle ta balise, il semble qu'il y ait une erreur à la fin, il manque un ">" à </script>
Ce qu'il y a dans le Head
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-LVZ6HZS4V3');
</script
Ce qu'il doit y avoir
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-LVZ6HZS4V3');
</script>
Edit : je vois en plus que cette balise apparaît deux fois
5 mois plus tard
Ghost a verrouillé la discussion.