From 15b430e503c39c2f929373801b3b246990d2d436 Mon Sep 17 00:00:00 2001 From: Peter Foster Date: Sat, 21 Mar 2026 12:38:27 +0000 Subject: [PATCH] Fix schema address and footer LinkedIn link - Organization schema: replace fake London address with Norfolk - Update geo coordinates to North Walsham, Norfolk - Footer: change LinkedIn from personal peter-foster profile to company page --- includes/footer.php | 2 +- includes/schema/organization-schema.php | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/includes/footer.php b/includes/footer.php index 2983bb7..383fefa 100644 --- a/includes/footer.php +++ b/includes/footer.php @@ -51,7 +51,7 @@

diff --git a/includes/schema/organization-schema.php b/includes/schema/organization-schema.php index ab6f6b7..e9978d7 100644 --- a/includes/schema/organization-schema.php +++ b/includes/schema/organization-schema.php @@ -25,15 +25,15 @@ $organizationSchema = [ 'email' => 'info@ukaiautomation.co.uk', 'address' => [ '@type' => 'PostalAddress', - 'streetAddress' => 'Professional Data Services Centre', - 'addressLocality' => 'London', - 'addressRegion' => 'England', - 'postalCode' => 'EC1A 1BB', + 'streetAddress' => '', + 'addressLocality' => 'North Walsham', + 'addressRegion' => 'Norfolk', + 'postalCode' => 'NR28', 'addressCountry' => 'GB' ], 'geo' => [ '@type' => 'GeoCoordinates', - 'latitude' => 51.5074, + 'latitude' => 52.8269, 'longitude' => -0.1278 ], 'areaServed' => [