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:
@@ -5,10 +5,10 @@
|
||||
*
|
||||
* Usage:
|
||||
* $serviceData = [
|
||||
* 'name' => 'Web Scraping Services',
|
||||
* 'description' => 'Professional web scraping services...',
|
||||
* 'url' => 'https://ukaiautomation.co.uk/services/web-scraping',
|
||||
* 'serviceType' => 'Web Scraping',
|
||||
* 'name' => 'AI Automation Services',
|
||||
* 'description' => 'Professional AI Automation Services...',
|
||||
* 'url' => 'https://ukaiautomation.co.uk/services/web-Automation',
|
||||
* 'serviceType' => 'AI Automation',
|
||||
* 'priceRange' => '500-50000',
|
||||
* 'features' => ['Feature 1', 'Feature 2']
|
||||
* ];
|
||||
@@ -96,11 +96,11 @@ function generateServiceSchema($serviceName, $serviceDescription, $serviceUrl, $
|
||||
* Predefined service configurations for consistency
|
||||
*/
|
||||
$serviceConfigs = [
|
||||
'web-scraping' => [
|
||||
'name' => 'Web Scraping Services UK',
|
||||
'description' => 'Professional web scraping and data extraction services for UK businesses. Automated data collection from websites with 99.8% accuracy and full GDPR compliance.',
|
||||
'url' => 'https://ukaiautomation.co.uk/services/web-scraping',
|
||||
'serviceType' => 'Web Scraping',
|
||||
'web-Automation' => [
|
||||
'name' => 'AI Automation Services UK',
|
||||
'description' => 'Professional AI Automation and data extraction services for UK businesses. Automated data collection from websites with 99.8% accuracy and full GDPR compliance.',
|
||||
'url' => 'https://ukaiautomation.co.uk/services/web-Automation',
|
||||
'serviceType' => 'AI Automation',
|
||||
'priceRange' => '500-50000',
|
||||
'features' => [
|
||||
'Automated data extraction',
|
||||
|
||||
Reference in New Issue
Block a user