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:
@@ -3,7 +3,7 @@
|
||||
header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
|
||||
|
||||
$page_title = "GDPR Compliance | UK AI Automation - Data Protection Excellence";
|
||||
$page_description = "Learn about UK AI Automation' comprehensive GDPR compliance framework and commitment to protecting personal data in all our web scraping and analytics services.";
|
||||
$page_description = "Learn about UK AI Automation' comprehensive GDPR compliance framework and commitment to protecting personal data in all our AI Automation and analytics services.";
|
||||
$canonical_url = "https://ukaiautomation.co.uk/gdpr-compliance";
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
@@ -15,7 +15,7 @@ $canonical_url = "https://ukaiautomation.co.uk/gdpr-compliance";
|
||||
<meta name="description" content="<?php echo htmlspecialchars($page_description); ?>">
|
||||
<meta name="keywords" content="GDPR compliance, data protection, UK data law, privacy rights, data security">
|
||||
<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/gdpr-compliance";
|
||||
<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/gdpr-compliance";
|
||||
<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">
|
||||
@@ -138,7 +138,7 @@ $canonical_url = "https://ukaiautomation.co.uk/gdpr-compliance";
|
||||
|
||||
<div class="compliance-highlight">
|
||||
<h3>🛡️ Data Protection Excellence</h3>
|
||||
<p>UK AI Automation is fully compliant with the General Data Protection Regulation (GDPR) and UK Data Protection Act 2018. We prioritise data protection in all our web scraping and analytics services.</p>
|
||||
<p>UK AI Automation is fully compliant with the General Data Protection Regulation (GDPR) and UK Data Protection Act 2018. We prioritise data protection in all our AI Automation and analytics services.</p>
|
||||
</div>
|
||||
|
||||
<h2>1. Our GDPR Commitment</h2>
|
||||
|
||||
Reference in New Issue
Block a user