diff --git a/replace/google-analytics.md b/replace/google-analytics.md
index 4727699542fd3a64dfa537887aab87c6d0ad9caf..48db25bd2ea9d4717051853609bbb9bc72df709e 100644
--- a/replace/google-analytics.md
+++ b/replace/google-analytics.md
@@ -1,37 +1,57 @@
 ---
-title: "Google Analytics"
+product: "Google Analytics"
 type: "Analytics"
 layout: replace
 ---
 
-# Google Analytics
+# Replace Google Analytics
 
 ## Freshlytics
 
 A self-hosted privacy-friendly analytics service. It aims to be reliable, friendly to use and easy to deploy.
 
-{% include replace_info.html home_page:"https://freshlytics.gitbook.io/docs/" source:"https://github.com/sheshbabu/freshlytics" license:"MIT" %}
+{% infobox %}
+  - **Website**: [Gitbook](https://freshlytics.gitbook.io/docs/)
+  - **Source code**: [GitHub](https://github.com/sheshbabu/freshlytics)
+  - **License**: [MIT](https://github.com/sheshbabu/freshlytics/blob/master/LICENSE)
+{% endinfobox %}
 
 ## Plausible
 
 Plausible is a lightweight and open-source website analytics tool. It does not use cookies and fully complies with the GDPR, CCPA and PECR.
 
-{% include replace_info.html home_page:"https://plausible.io" source:"https://github.com/plausible/analytics" license:"MIT" %}
+{% infobox %}
+  - **Website**: plausible.io
+  - **Source code**: [GitHub](https://github.com/plauible/analytics)
+  - **License**: [MIT](https://github.com/plausible/analytics/blob/master/LICENSE.md)
+{% endinfobox %}
 
 ## Matomo
 
 Matomo, formely Piwik, is a powerful web analytics tool that runs on a PHP/MySQL webserver. It gives you and your business 100% data ownership, and also complies with the GDPR.
 
-{% include replace_info.html home_page:"https://matomo.org" source:"https://github.com/matomo-org/matomo" license:"GPLv3" %}
+{% infobox %}
+  - **Website**: matomo.org
+  - **Source code**: [GitHub](https://github.com/matomo-org/matomo)
+  - **License** [GPLv3](https://github.com/matomo-org/matomo/blob/4.x-dev/LICENSE)
+{% endinfobox %}
 
 ## GoatCounter
 
 GoatCounter is an open source web analytics platform available as a hosted service (free for non-commercial use) or self-hosted app. It aims to offer easy to use and meaningful privacy-friendly web analytics as an alternative to Google Analytics or Matomo.
 
-{% include replace_info.html home_page:"https://www.goatcounter.com" source:"https://github.com/zgoat/goatcounter" license:"Custom EUPL" %}
+{% infobox %}
+  - **Website**: goatcounter.com
+  - **Source code**: [GitHub](https://github.com/zgoat/goatcounter)
+  - **License**: [Custom EUPL](https://github.com/zgoat/goatcounter/blob/master/LICENSE)
+{% endinfobox %}
 
 ## Satisfy for Wordpress
 
 Statify provides a straightforward and compact access to the number of site views for Wordpress. It is privacy-friendly as it uses neither cookies nor a third party.
 
-{% include replace_info.html home_page:"https://wordpress.org/plugins/statify" source:"https://plugins.trac.wordpress.org/browser/statify/" license:"Not found" %}
+{% infobox %}
+  - **Website**: [WordPress](https://wordpress.org/plugins/statify)
+  - **Source code**: [WordPress](https://plugins.trac.wordpress.org/browser/statify/)
+  - **License**: [GPLv3](https://plugins.trac.wordpress.org/browser/statify/trunk/LICENSE)
+{% endinfobox %}