diff --git a/website/api/controllers/webhooks/receive-from-github.js b/website/api/controllers/webhooks/receive-from-github.js
index 8655ba08c6..d7425b0608 100644
--- a/website/api/controllers/webhooks/receive-from-github.js
+++ b/website/api/controllers/webhooks/receive-from-github.js
@@ -380,7 +380,7 @@ module.exports = {
}, baseHeaders).retry(), 'filename');// (don't worry, it's the whole path, not the filename)
// Create an array of paths that will determine if the "~ga4-annotation" label will be automatically added to this PR.
- let CHANGED_PATHS_THAT_CREATE_ANALYTICS_ANNOTATIONS = [ 'website/views/pages/homepage.ejs', 'website/views/pages/pricing.ejs', 'website/views/partials/primary-tagline.partial.ejs'];
+ let CHANGED_PATHS_THAT_CREATE_ANALYTICS_ANNOTATIONS = [ 'website/views/pages/homepage.ejs', 'website/views/pages/pricing.ejs', 'website/views/partials/primary-tagline.partial.ejs', 'website/views/pages/contact.ejs'];
let prShouldCreateGoogleAnalyticsAnnotation = false;
// For each changed file, decide what reviewer to request, if any…
diff --git a/website/views/pages/contact.ejs b/website/views/pages/contact.ejs
index db641f1236..3409e11d00 100644
--- a/website/views/pages/contact.ejs
+++ b/website/views/pages/contact.ejs
@@ -119,7 +119,7 @@