Fix legalName in organization schema to DataNorfolk Limited
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user