Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content
This commit is contained in:
@@ -7,10 +7,10 @@ $article_title = "DPIA Guide: When to Complete a DPIA (with Examples)";
|
||||
$article_description = "Our guide explains when a Data Protection Impact Assessment (DPIA) is required under GDPR. Includes a free DPIA example and a step-by-step process.";
|
||||
$article_keywords = "DPIA UK, Data Protection Impact Assessment, GDPR compliance, privacy impact assessment, UK data protection, GDPR DPIA requirements";
|
||||
$article_author = "Sarah Chen";
|
||||
$canonical_url = "https://ukdataservices.co.uk/blog/articles/data-protection-impact-assessments";
|
||||
$canonical_url = "https://ukaiautomation.co.uk/blog/articles/data-protection-impact-assessments";
|
||||
$article_published = "2025-05-18T09:00:00+00:00";
|
||||
$article_modified = "2025-05-18T09: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 = 10;
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
@@ -18,7 +18,7 @@ $read_time = 10;
|
||||
<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); ?>">
|
||||
@@ -54,8 +54,8 @@ $read_time = 10;
|
||||
<meta name="twitter:title" content="<?php echo htmlspecialchars($article_title); ?>">
|
||||
<meta name="twitter:description" content="<?php echo htmlspecialchars($article_description); ?>">
|
||||
<meta name="twitter:image" content="<?php echo htmlspecialchars($og_image); ?>">
|
||||
<meta name="twitter:creator" content="@ukdataservices">
|
||||
<meta name="twitter:site" content="@ukdataservices">
|
||||
<meta name="twitter:creator" content="@ukaiautomation">
|
||||
<meta name="twitter:site" content="@ukaiautomation">
|
||||
|
||||
<!-- Favicon and App Icons -->
|
||||
<link rel="icon" type="image/svg+xml" href="../../assets/images/favicon.svg">
|
||||
@@ -82,7 +82,7 @@ $read_time = 10;
|
||||
padding: 1.5rem;
|
||||
background: #f8f9fa;
|
||||
border-radius: 8px;
|
||||
border-left: 4px solid #179e83;
|
||||
border-left: 4px solid #6d28d9;
|
||||
}
|
||||
|
||||
.author-info {
|
||||
@@ -102,7 +102,7 @@ $read_time = 10;
|
||||
}
|
||||
|
||||
.btn-contact-author {
|
||||
background: #179e83 !important;
|
||||
background: #6d28d9 !important;
|
||||
color: white !important;
|
||||
padding: 0.75rem 1.5rem !important;
|
||||
border-radius: 6px !important;
|
||||
@@ -137,7 +137,7 @@ $read_time = 10;
|
||||
}
|
||||
|
||||
.related-article-card:hover {
|
||||
border-color: #179e83;
|
||||
border-color: #6d28d9;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
||||
transform: translateY(-2px);
|
||||
}
|
||||
@@ -153,7 +153,7 @@ $read_time = 10;
|
||||
}
|
||||
|
||||
.related-article-card h3 a:hover {
|
||||
color: #179e83;
|
||||
color: #6d28d9;
|
||||
}
|
||||
|
||||
.related-article-card p {
|
||||
@@ -171,7 +171,7 @@ $read_time = 10;
|
||||
margin-top: 2.5rem;
|
||||
margin-bottom: 1rem;
|
||||
color: #1f2937;
|
||||
border-bottom: 2px solid #179e83;
|
||||
border-bottom: 2px solid #6d28d9;
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
@@ -190,7 +190,7 @@ $read_time = 10;
|
||||
}
|
||||
|
||||
.article-content blockquote {
|
||||
border-left: 4px solid #179e83;
|
||||
border-left: 4px solid #6d28d9;
|
||||
margin: 2rem 0;
|
||||
padding: 1rem 1.5rem;
|
||||
background: #f8f9fa;
|
||||
@@ -253,14 +253,14 @@ $read_time = 10;
|
||||
"author": {
|
||||
"@type": "Organization",
|
||||
"name": "<?php echo htmlspecialchars($article_author); ?>",
|
||||
"url": "https://ukdataservices.co.uk"
|
||||
"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",
|
||||
"width": 300,
|
||||
"height": 60
|
||||
}
|
||||
@@ -497,11 +497,11 @@ $read_time = 10;
|
||||
<div class="container">
|
||||
<div class="footer-content">
|
||||
<div class="footer-section">
|
||||
<h3>UK Data Services</h3>
|
||||
<h3>UK AI Automation</h3>
|
||||
<p>Professional data extraction, analysis, and compliance services for UK businesses.</p>
|
||||
<div class="social-links">
|
||||
<a href="https://linkedin.com/company/uk-data-services" aria-label="LinkedIn" target="_blank" rel="noopener noreferrer"><img loading="lazy" src="../../assets/images/ukds-social-card.png" alt="LinkedIn"></a>
|
||||
<a href="https://twitter.com/ukdataservices" aria-label="Twitter" target="_blank" rel="noopener noreferrer"><img loading="lazy" src="../../assets/images/ukds-social-card.png" alt="Twitter"></a>
|
||||
<a href="https://linkedin.com/company/ukaiautomation" aria-label="LinkedIn" target="_blank" rel="noopener noreferrer"><img loading="lazy" src="../../assets/images/ukds-social-card.png" alt="LinkedIn"></a>
|
||||
<a href="https://twitter.com/ukaiautomation" aria-label="Twitter" target="_blank" rel="noopener noreferrer"><img loading="lazy" src="../../assets/images/ukds-social-card.png" alt="Twitter"></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-section">
|
||||
@@ -533,9 +533,9 @@ $read_time = 10;
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-bottom">
|
||||
<p>© 2025 UK Data Services. All rights reserved.</p>
|
||||
<p>© 2025 UK AI Automation. All rights reserved.</p>
|
||||
<div class="footer-contact">
|
||||
<span>📧 info@ukdataservices.co.uk</span>
|
||||
<span>📧 info@ukaiautomation.co.uk</span>
|
||||
<span>📞 +44 20 7123 4567</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user