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

@@ -15,7 +15,7 @@ $canonical_url = "https://ukaiautomation.co.uk/privacy-policy";
<meta name="description" content="<?php echo htmlspecialchars($page_description); ?>">
<meta name="keywords" content="privacy policy, GDPR compliance, data protection, UK AI Automation, personal data">
<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 / Social Media -->
@@ -23,7 +23,7 @@ $canonical_url = "https://ukaiautomation.co.uk/privacy-policy";
<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-main-logo.png">
<meta property="og:image" content="https://ukaiautomation.co.uk/assets/images/ukaiautomation-logo.svg">
<meta property="og:locale" content="en_GB">
<!-- Twitter Card -->
@@ -31,7 +31,7 @@ $canonical_url = "https://ukaiautomation.co.uk/privacy-policy";
<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-main-logo.png">
<meta name="twitter:image" content="https://ukaiautomation.co.uk/assets/images/ukaiautomation-logo.svg">
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="assets/images/favicon.svg">
@@ -124,7 +124,7 @@ $canonical_url = "https://ukaiautomation.co.uk/privacy-policy";
<h2>2. How We Use Your Information</h2>
<p>We use your personal information for the following purposes:</p>
<ul>
<li><strong>Service Provision:</strong> To provide web scraping and data analytics services</li>
<li><strong>Service Provision:</strong> To provide AI Automation and data analytics services</li>
<li><strong>Communication:</strong> To respond to enquiries and provide customer support</li>
<li><strong>Project Management:</strong> To deliver and manage your data projects</li>
<li><strong>Legal Compliance:</strong> To meet regulatory and legal requirements</li>