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:
@@ -18,14 +18,14 @@ $authors = [
|
||||
'role' => 'Data Intelligence Experts',
|
||||
'bio' => 'Our editorial team comprises data scientists, engineers, and industry analysts with over 50 combined years of experience in AI automation, data pipelines, and business intelligence across UK industries.',
|
||||
'linkedin' => null,
|
||||
'expertise' => ['Web Scraping', 'Data Analytics', 'Business Intelligence', 'GDPR Compliance'],
|
||||
'expertise' => ['AI Automation', 'Data Analytics', 'Business Intelligence', 'GDPR Compliance'],
|
||||
'image' => '/assets/images/authors/team-avatar.svg'
|
||||
],
|
||||
'James Wilson' => [
|
||||
'role' => 'Senior Data Architect',
|
||||
'bio' => 'James is a Senior Data Architect with 12+ years of experience in enterprise web scraping and business intelligence. He holds a Master\'s degree in Computer Science from Imperial College London and is an AWS Solutions Architect Professional.',
|
||||
'bio' => 'James is a Senior Data Architect with 12+ years of experience in enterprise AI Automation and business intelligence. He holds a Master\'s degree in Computer Science from Imperial College London and is an AWS Solutions Architect Professional.',
|
||||
'linkedin' => 'https://linkedin.com/company/ukaiautomation',
|
||||
'expertise' => ['Enterprise Architecture', 'Web Scraping', 'Cloud Solutions', 'Data Pipelines'],
|
||||
'expertise' => ['Enterprise Architecture', 'AI Automation', 'Cloud Solutions', 'Data Pipelines'],
|
||||
'image' => '/assets/images/authors/james-wilson.svg'
|
||||
],
|
||||
'Dr. Rachel Singh' => [
|
||||
@@ -36,10 +36,10 @@ $authors = [
|
||||
'image' => '/assets/images/authors/rachel-singh.svg'
|
||||
],
|
||||
'Michael Thompson' => [
|
||||
'role' => 'Technical Lead - Web Scraping',
|
||||
'bio' => 'Michael specializes in large-scale web scraping infrastructure and has designed data collection systems for FTSE 100 companies. He has 10+ years of experience in Python, Scrapy, and distributed systems.',
|
||||
'role' => 'Technical Lead - AI Automation',
|
||||
'bio' => 'Michael specializes in large-scale AI Automation infrastructure and has designed data collection systems for FTSE 100 companies. He has 10+ years of experience in Python, Scrapy, and distributed systems.',
|
||||
'linkedin' => 'https://linkedin.com/company/ukaiautomation',
|
||||
'expertise' => ['Python', 'Scrapy', 'Distributed Systems', 'Web Scraping'],
|
||||
'expertise' => ['Python', 'Scrapy', 'Distributed Systems', 'AI Automation'],
|
||||
'image' => '/assets/images/authors/michael-thompson.svg'
|
||||
],
|
||||
'Sarah Chen' => [
|
||||
|
||||
Reference in New Issue
Block a user