diff --git a/app/views/layouts/crawler.html.erb b/app/views/layouts/crawler.html.erb
index 5e69ce91413..9ef563c5544 100644
--- a/app/views/layouts/crawler.html.erb
+++ b/app/views/layouts/crawler.html.erb
@@ -8,6 +8,7 @@
<%- unless customization_disabled? %>
<%= raw SiteCustomization.custom_head_tag(session[:preview_style]) %>
<%- end %>
+ <%= render_google_universal_analytics_code %>
<%= yield :head %>