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:
Peter Foster
2026-03-21 10:13:14 +00:00
parent 37a6b01598
commit 8eafc04b0f
29 changed files with 181 additions and 853 deletions

View File

@@ -2,8 +2,8 @@
// Enhanced security headers
header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
$page_title = "Reliable UK Web Scraping Services - Accurate Data";
$page_description = "Our terms of service outlining the legal framework for using UK AI Automation' professional web scraping and data analytics solutions.";
$page_title = "Reliable UK AI Automation Services - Accurate Data";
$page_description = "Our terms of service outlining the legal framework for using UK AI Automation' professional AI Automation and data analytics solutions.";
$canonical_url = "https://ukaiautomation.co.uk/terms-of-service";
?>
<!DOCTYPE html>
@@ -15,7 +15,7 @@ $canonical_url = "https://ukaiautomation.co.uk/terms-of-service";
<meta name="description" content="<?php echo htmlspecialchars($page_description); ?>">
<meta name="keywords" content="terms of service, legal terms, UK AI Automation, data services agreement">
<meta name="author" content="UK AI Automation">
<meta name="robots" content="index, follow">
<meta name="robots" content="noindex, follow">
<link rel="canonical" href="<?php echo htmlspecialchars($canonical_url); ?>">
<!-- Open Graph / Facebook -->
@@ -23,7 +23,7 @@ $canonical_url = "https://ukaiautomation.co.uk/terms-of-service";
<meta property="og:url" content="<?php echo htmlspecialchars($canonical_url); ?>">
<meta property="og:title" content="<?php echo htmlspecialchars($page_title); ?>">
<meta property="og:description" content="<?php echo htmlspecialchars($page_description); ?>">
<meta property="og:image" content="https://ukaiautomation.co.uk/assets/images/ukds-og-image.png">
<meta property="og:image" content="https://ukaiautomation.co.uk/assets/images/ukaiautomation-og.png">
<meta property="og:site_name" content="UK AI Automation">
<!-- Twitter -->
@@ -31,7 +31,7 @@ $canonical_url = "https://ukaiautomation.co.uk/terms-of-service";
<meta name="twitter:url" content="<?php echo htmlspecialchars($canonical_url); ?>">
<meta name="twitter:title" content="<?php echo htmlspecialchars($page_title); ?>">
<meta name="twitter:description" content="<?php echo htmlspecialchars($page_description); ?>">
<meta name="twitter:image" content="https://ukaiautomation.co.uk/assets/images/ukds-og-image.png">
<meta name="twitter:image" content="https://ukaiautomation.co.uk/assets/images/ukaiautomation-og.png">
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="assets/images/favicon.svg">
@@ -105,7 +105,7 @@ $canonical_url = "https://ukaiautomation.co.uk/terms-of-service";
<h2>1. Services Description</h2>
<h3>Our Services Include</h3>
<ul>
<li>Web scraping and data extraction</li>
<li>AI Automation and data extraction</li>
<li>Business intelligence and analytics</li>
<li>Data processing and cleansing</li>
<li>Custom API development</li>