diff --git a/README.md b/README.md
index 9afa2baa..e9086a01 100644
--- a/README.md
+++ b/README.md
@@ -186,6 +186,8 @@ paige:
finteza: # finteza.com
account_id: "123456"
script_url: "https://example.com/script.js"
+ hotjar: # hotjar.com
+ account_id: "123456"
matomo: # matomo.org
account_id: "123456"
host_url: "https://example.com"
diff --git a/layouts/partials/paige-script.html b/layouts/partials/paige-script.html
index c546cac6..2b417dbe 100644
--- a/layouts/partials/paige-script.html
+++ b/layouts/partials/paige-script.html
@@ -55,6 +55,19 @@ fz("register","website","{{ .account_id }}");
{{ end }}
+{{ with .Site.Params.paige.analytics.hotjar }}
+
+
+{{ end }}
{{ with .Site.Params.paige.analytics.matomo }}