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
This commit is contained in:
Peter Foster
2026-03-21 12:38:27 +00:00
parent 171633d0e8
commit 15b430e503
2 changed files with 6 additions and 6 deletions

View File

@@ -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' => [