From f21e80793b1106d857de8e9ea1a6b6dc9b83f8ad Mon Sep 17 00:00:00 2001 From: Peter Foster Date: Sat, 21 Mar 2026 12:39:37 +0000 Subject: [PATCH] Fix legalName in organization schema to DataNorfolk Limited --- includes/schema/organization-schema.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/schema/organization-schema.php b/includes/schema/organization-schema.php index e9978d7..ba99dd0 100644 --- a/includes/schema/organization-schema.php +++ b/includes/schema/organization-schema.php @@ -12,7 +12,7 @@ $organizationSchema = [ '@type' => 'Organization', '@id' => 'https://ukaiautomation.co.uk/#organization', 'name' => 'UK AI Automation', - 'legalName' => 'UK AI Automation Ltd', + 'legalName' => 'DataNorfolk Limited', 'url' => 'https://ukaiautomation.co.uk', 'logo' => [ '@type' => 'ImageObject',