SEO: Ajout Google Analytics pour tracking performances

This commit is contained in:
MARTIN Julien 2025-06-19 12:14:06 +02:00
parent b45a6268f4
commit e6ad57f72e

View File

@ -59,6 +59,16 @@
</script> </script>
<link rel="stylesheet" href="{{ `/css/style.css` | relURL }}"> <link rel="stylesheet" href="{{ `/css/style.css` | relURL }}">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-65J8GVLCRH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-65J8GVLCRH');
</script>
</head> </head>
<body> <body>
<header> <header>