Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content
This commit is contained in:
@@ -7,10 +7,10 @@ $article_title = "GDPR Data Minimisation: Best Practices for Data Teams";
|
||||
$article_description = "Implement effective data minimisation strategies that comply with GDPR requirements while maintaining analytical value. A practical guide for UK data teams.";
|
||||
$article_keywords = "GDPR data minimisation, data protection UK, GDPR compliance, data minimisation practices, privacy by design, UK data teams";
|
||||
$article_author = "Sarah Chen";
|
||||
$canonical_url = "https://ukdataservices.co.uk/blog/articles/gdpr-data-minimisation-practices";
|
||||
$canonical_url = "https://ukaiautomation.co.uk/blog/articles/gdpr-data-minimisation-practices";
|
||||
$article_published = "2025-05-20T09:00:00+00:00";
|
||||
$article_modified = "2025-05-20T09:00:00+00:00";
|
||||
$og_image = "https://ukdataservices.co.uk/assets/images/ukds-social-card.png";
|
||||
$og_image = "https://ukaiautomation.co.uk/assets/images/ukds-social-card.png";
|
||||
$read_time = 6;
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
@@ -18,7 +18,7 @@ $read_time = 6;
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title><?php echo htmlspecialchars($article_title); ?> | UK Data Services Blog</title>
|
||||
<title><?php echo htmlspecialchars($article_title); ?> | UK AI Automation Blog</title>
|
||||
<meta name="description" content="<?php echo htmlspecialchars($article_description); ?>">
|
||||
<meta name="keywords" content="<?php echo htmlspecialchars($article_keywords); ?>">
|
||||
<meta name="author" content="<?php echo htmlspecialchars($article_author); ?>">
|
||||
@@ -76,15 +76,15 @@ $read_time = 6;
|
||||
"image": "<?php echo htmlspecialchars($og_image); ?>",
|
||||
"author": {
|
||||
"@type": "Organization",
|
||||
"name": "UK Data Services",
|
||||
"url": "https://ukdataservices.co.uk"
|
||||
"name": "UK AI Automation",
|
||||
"url": "https://ukaiautomation.co.uk"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "UK Data Services",
|
||||
"name": "UK AI Automation",
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://ukdataservices.co.uk/assets/images/ukds-main-logo.png"
|
||||
"url": "https://ukaiautomation.co.uk/assets/images/ukds-main-logo.png"
|
||||
}
|
||||
},
|
||||
"datePublished": "<?php echo $article_published; ?>",
|
||||
@@ -371,7 +371,7 @@ END;
|
||||
|
||||
<div class="article-cta">
|
||||
<h3>Ensure GDPR Compliance in Your Data Operations</h3>
|
||||
<p>UK Data Services helps organisations implement robust data minimisation strategies that maintain analytical capabilities while ensuring full GDPR compliance.</p>
|
||||
<p>UK AI Automation helps organisations implement robust data minimisation strategies that maintain analytical capabilities while ensuring full GDPR compliance.</p>
|
||||
<a href="/quote" class="btn btn-primary">Get Compliance Consultation</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -406,9 +406,9 @@ END;
|
||||
<div class="footer-content">
|
||||
<div class="footer-section">
|
||||
<div class="footer-logo">
|
||||
<img loading="lazy" src="../../assets/images/logo-white.svg" alt="UK Data Services" loading="lazy">
|
||||
<img loading="lazy" src="../../assets/images/logo-white.svg" alt="UK AI Automation" loading="lazy">
|
||||
</div>
|
||||
<p>Enterprise data intelligence solutions for modern British business.</p>
|
||||
<p>Enterprise AI automation services for legal and consultancy firms.</p>
|
||||
</div>
|
||||
|
||||
<div class="footer-section">
|
||||
@@ -434,12 +434,12 @@ END;
|
||||
</div>
|
||||
|
||||
<div class="footer-bottom">
|
||||
<p>© <?php echo date('Y'); ?> UK Data Services. All rights reserved.</p>
|
||||
<p>© <?php echo date('Y'); ?> UK AI Automation. All rights reserved.</p>
|
||||
<div class="social-links">
|
||||
<a href="https://linkedin.com/company/uk-data-services" aria-label="LinkedIn" rel="noopener" target="_blank">
|
||||
<a href="https://linkedin.com/company/ukaiautomation" aria-label="LinkedIn" rel="noopener" target="_blank">
|
||||
<img loading="lazy" src="../../assets/images/ukds-social-card.png" alt="LinkedIn" loading="lazy">
|
||||
</a>
|
||||
<a href="https://twitter.com/ukdataservices" aria-label="Twitter" rel="noopener" target="_blank">
|
||||
<a href="https://twitter.com/ukaiautomation" aria-label="Twitter" rel="noopener" target="_blank">
|
||||
<img loading="lazy" src="../../assets/images/ukds-social-card.png" alt="Twitter" loading="lazy">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user