diff --git a/_src/_includes/scripts.html b/_src/_includes/scripts.html
index b6ddf62..860b721 100644
--- a/_src/_includes/scripts.html
+++ b/_src/_includes/scripts.html
@@ -47,6 +47,9 @@ if (!_dntEnabled()) {
});
{% endif %}
+ // IP Anonymization
+ ga('set', 'anonymizeIp', true);
+
// Send initial pageview
ga('send', 'pageview');