From 24c314b8d1854cce377e1502c58ce21323b57af3 Mon Sep 17 00:00:00 2001 From: Peter Foster Date: Sat, 11 Apr 2026 17:43:55 +0000 Subject: [PATCH] seo: auto-optimize titles and descriptions (2026-04-11) --- about.php | 14 ++++++++-- faq.php | 79 +++++++++++++++++++++++++++++++++++++++++++++++++---- index.php | 2 +- quote.php | 2 +- sitemap.xml | 8 +++--- 5 files changed, 91 insertions(+), 14 deletions(-) diff --git a/about.php b/about.php index 1dec32e..ea26ca4 100644 --- a/about.php +++ b/about.php @@ -3,7 +3,7 @@ header('Strict-Transport-Security: max-age=31536000; includeSubDomains'); $page_title = "Bespoke AI Automation Consultants | UK Legal & Consulting"; -$page_description = "We help UK legal & consulting firms automate data, documents & research with bespoke AI. 10+ years experience. Discover our approach — free consultation."; +$page_description = "We help UK legal & consulting firms automate data, documents & research with bespoke AI. 10+ years experience. Book a free consultation today."; $canonical_url = "https://ukaiautomation.co.uk/about"; // Breadcrumb navigation @@ -341,7 +341,17 @@ $breadcrumbs = [ - + + +