Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content
This commit is contained in:
@@ -10,19 +10,19 @@
|
||||
$organizationSchema = [
|
||||
'@context' => 'https://schema.org',
|
||||
'@type' => 'Organization',
|
||||
'@id' => 'https://ukdataservices.co.uk/#organization',
|
||||
'name' => 'UK Data Services',
|
||||
'legalName' => 'UK Data Services Limited',
|
||||
'url' => 'https://ukdataservices.co.uk',
|
||||
'@id' => 'https://ukaiautomation.co.uk/#organization',
|
||||
'name' => 'UK AI Automation',
|
||||
'legalName' => 'UK AI Automation Ltd',
|
||||
'url' => 'https://ukaiautomation.co.uk',
|
||||
'logo' => [
|
||||
'@type' => 'ImageObject',
|
||||
'url' => 'https://ukdataservices.co.uk/assets/images/ukds-main-logo.png',
|
||||
'url' => 'https://ukaiautomation.co.uk/assets/images/ukaiautomation-logo.svg',
|
||||
'width' => 300,
|
||||
'height' => 100
|
||||
],
|
||||
'image' => 'https://ukdataservices.co.uk/assets/images/ukds-main-logo.png',
|
||||
'description' => 'Enterprise web scraping and data analytics services for UK businesses. Specialising in competitive intelligence, price monitoring, and GDPR-compliant data extraction.',
|
||||
'email' => 'info@ukdataservices.co.uk',
|
||||
'image' => 'https://ukaiautomation.co.uk/assets/images/ukaiautomation-logo.svg',
|
||||
'description' => 'Enterprise AI automation and data pipeline services for UK businesses. Specialising in competitive intelligence, price monitoring, and GDPR-compliant data extraction.',
|
||||
'email' => 'info@ukaiautomation.co.uk',
|
||||
'address' => [
|
||||
'@type' => 'PostalAddress',
|
||||
'streetAddress' => 'Professional Data Services Centre',
|
||||
@@ -63,8 +63,8 @@ $organizationSchema = [
|
||||
]
|
||||
],
|
||||
'sameAs' => [
|
||||
'https://www.linkedin.com/company/uk-data-services',
|
||||
'https://x.com/ukdataservices'
|
||||
'https://www.linkedin.com/company/ukaiautomation',
|
||||
'https://x.com/ukaiautomation'
|
||||
],
|
||||
'contactPoint' => [
|
||||
[
|
||||
@@ -81,7 +81,7 @@ $organizationSchema = [
|
||||
],
|
||||
[
|
||||
'@type' => 'ContactPoint',
|
||||
'email' => 'info@ukdataservices.co.uk',
|
||||
'email' => 'info@ukaiautomation.co.uk',
|
||||
'contactType' => 'customer service',
|
||||
'availableLanguage' => 'English',
|
||||
'areaServed' => 'GB'
|
||||
@@ -90,7 +90,7 @@ $organizationSchema = [
|
||||
'foundingDate' => '2013',
|
||||
'numberOfEmployees' => [
|
||||
'@type' => 'QuantitativeValue',
|
||||
'value' => '15'
|
||||
'value' => '1'
|
||||
]
|
||||
];
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user