Fix all UKDS SEO cross-contamination risks
- Remove old sitemaps pointing to ukdataservices.co.uk URLs - Delete llms.txt/llms-full.txt (had ukdataservices references) - Replace all web scraping text in PHP files with AI automation equivalents - Add noindex to legal boilerplate pages (privacy, terms, cookie, GDPR) to prevent duplicate content penalty - Fix OG/Twitter social card images from ukds-* filenames to ukaiautomation-* - Fix lead-capture.php to write logs to ukaiautomation directory - Fix sitemap.php, quote-handler, canonical.php, related-services component
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
* 'region' => 'Greater London',
|
||||
* 'latitude' => 51.5074,
|
||||
* 'longitude' => -0.1278,
|
||||
* 'services' => ['Web Scraping', 'Data Analytics']
|
||||
* 'services' => ['AI Automation', 'Data Analytics']
|
||||
* ];
|
||||
* include($_SERVER['DOCUMENT_ROOT'] . '/includes/schema/local-business-schema.php');
|
||||
*/
|
||||
@@ -33,7 +33,7 @@ function generateLocalBusinessSchema($city, $region, $services = [], $latitude =
|
||||
'@type' => 'LocalBusiness',
|
||||
'@id' => $baseUrl . '/locations/' . $citySlug . '#localbusiness',
|
||||
'name' => 'UK AI Automation - ' . $city,
|
||||
'description' => 'Professional web scraping, data extraction, and business intelligence services for ' . $city . ' businesses. GDPR-compliant data solutions across ' . $region . '.',
|
||||
'description' => 'Professional AI Automation, data extraction, and business intelligence services for ' . $city . ' businesses. GDPR-compliant data solutions across ' . $region . '.',
|
||||
'url' => $baseUrl . '/locations/' . $citySlug,
|
||||
'telephone' => '',
|
||||
'email' => 'info@ukaiautomation.co.uk',
|
||||
@@ -58,7 +58,7 @@ function generateLocalBusinessSchema($city, $region, $services = [], $latitude =
|
||||
'@id' => $baseUrl . '/#organization',
|
||||
'name' => 'UK AI Automation'
|
||||
],
|
||||
'image' => $baseUrl . '/assets/images/ukds-main-logo.png',
|
||||
'image' => $baseUrl . '/assets/images/ukaiautomation-logo.svg',
|
||||
'sameAs' => [
|
||||
'https://www.linkedin.com/company/ukaiautomation',
|
||||
'https://twitter.com/ukaiautomation'
|
||||
@@ -129,7 +129,7 @@ $locationConfigs = [
|
||||
'latitude' => 51.5074,
|
||||
'longitude' => -0.1278,
|
||||
'services' => [
|
||||
'Web Scraping',
|
||||
'AI Automation',
|
||||
'Data Analytics',
|
||||
'Financial Data Services',
|
||||
'Competitive Intelligence',
|
||||
@@ -150,7 +150,7 @@ $locationConfigs = [
|
||||
'longitude' => -2.2426,
|
||||
'services' => [
|
||||
'Data Analytics',
|
||||
'Web Scraping',
|
||||
'AI Automation',
|
||||
'Business Intelligence',
|
||||
'Price Monitoring',
|
||||
'Data Cleaning'
|
||||
@@ -170,7 +170,7 @@ $locationConfigs = [
|
||||
'longitude' => -1.8904,
|
||||
'services' => [
|
||||
'Data Services',
|
||||
'Web Scraping',
|
||||
'AI Automation',
|
||||
'Business Intelligence',
|
||||
'Data Cleaning',
|
||||
'Competitive Intelligence'
|
||||
@@ -190,7 +190,7 @@ $locationConfigs = [
|
||||
'longitude' => -3.1883,
|
||||
'services' => [
|
||||
'Data Analytics',
|
||||
'Web Scraping',
|
||||
'AI Automation',
|
||||
'Financial Data',
|
||||
'Business Intelligence'
|
||||
],
|
||||
@@ -208,7 +208,7 @@ $locationConfigs = [
|
||||
'longitude' => -3.1791,
|
||||
'services' => [
|
||||
'Data Services',
|
||||
'Web Scraping',
|
||||
'AI Automation',
|
||||
'Business Intelligence',
|
||||
'Data Cleaning'
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user