From 4f56b3664a1776e69153f477aaeb87b9959566b3 Mon Sep 17 00:00:00 2001 From: Peter Date: Sat, 7 Jun 2025 11:03:22 +0100 Subject: [PATCH] Prepare for launch: Add Google Analytics, enhanced SEO, and go-live checklist --- GO-LIVE-CHECKLIST.md | 109 +++++++++++++++++++++++++ assets/images/icon-web-scraping-v2.svg | 61 ++++++++++++++ assets/images/icon-web-scraping.svg | 59 +++++++++++-- index.php | 59 +++++++++++-- 4 files changed, 277 insertions(+), 11 deletions(-) create mode 100644 GO-LIVE-CHECKLIST.md create mode 100644 assets/images/icon-web-scraping-v2.svg diff --git a/GO-LIVE-CHECKLIST.md b/GO-LIVE-CHECKLIST.md new file mode 100644 index 0000000..08d4f97 --- /dev/null +++ b/GO-LIVE-CHECKLIST.md @@ -0,0 +1,109 @@ +# UK Data Services - Go Live Checklist + +## 🚀 Pre-Launch Checklist + +### 1. Google Analytics Setup +**REQUIRED**: Replace tracking codes in `index.php` + +- [ ] **Get Google Analytics 4 Measurement ID** from your current site + - Log into [Google Analytics](https://analytics.google.com) + - Go to Admin → Property Settings → Data Streams + - Copy your Measurement ID (format: `G-XXXXXXXXXX`) + +- [ ] **Update tracking code** in `index.php` line ~52: + ```html + + + + + + + + + + + + + @@ -76,6 +117,12 @@ $canonical_url = "https://ukdataservices.co.uk/"; + + +