Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content
This commit is contained in:
@@ -7,10 +7,10 @@ $article_title = "UK Web Scraping Compliance Guide 2026 | GDPR & Data Protection
|
||||
$article_description = "Is web scraping legal in the UK? Our expert guide covers GDPR, data protection, and compliance best practices to ensure your data extraction is fully le...";
|
||||
$article_keywords = "web scraping compliance UK, GDPR web scraping, UK data protection act, legal web scraping, data scraping regulations, UK privacy laws 2026";
|
||||
$article_author = "Sarah Chen";
|
||||
$canonical_url = "https://ukdataservices.co.uk/blog/articles/web-scraping-compliance-uk-guide";
|
||||
$canonical_url = "https://ukaiautomation.co.uk/blog/articles/web-scraping-compliance-uk-guide";
|
||||
$article_published = "2025-06-08T09:00:00+00:00";
|
||||
$article_modified = "2026-03-08T00: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 = 12;
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
@@ -18,7 +18,7 @@ $read_time = 12;
|
||||
<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 = 12;
|
||||
<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 = 12;
|
||||
padding: 1.5rem;
|
||||
background: #f8f9fa;
|
||||
border-radius: 8px;
|
||||
border-left: 4px solid #179e83;
|
||||
border-left: 4px solid #6d28d9;
|
||||
}
|
||||
|
||||
.author-info {
|
||||
@@ -125,9 +125,9 @@ $read_time = 12;
|
||||
|
||||
.article-share a:hover,
|
||||
.article-share button:hover {
|
||||
background: #179e83;
|
||||
background: #6d28d9;
|
||||
color: white;
|
||||
border-color: #179e83;
|
||||
border-color: #6d28d9;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
@@ -151,7 +151,7 @@ $read_time = 12;
|
||||
}
|
||||
|
||||
.expert-consultation-cta .btn {
|
||||
background: #179e83 !important;
|
||||
background: #6d28d9 !important;
|
||||
color: white !important;
|
||||
padding: 15px 30px !important;
|
||||
border: none !important;
|
||||
@@ -175,7 +175,7 @@ $read_time = 12;
|
||||
}
|
||||
|
||||
.expert-consultation-cta .btn:hover {
|
||||
background: #11725e !important;
|
||||
background: #4338ca !important;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
@@ -206,10 +206,10 @@ $read_time = 12;
|
||||
},
|
||||
"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": 100
|
||||
}
|
||||
@@ -710,9 +710,9 @@ $read_time = 12;
|
||||
<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. Transform your operations with accurate, actionable insights and regulatory-compliant data services.</p>
|
||||
<p>Enterprise AI automation services for legal and consultancy firms. Transform your operations with accurate, actionable insights and regulatory-compliant data services.</p>
|
||||
</div>
|
||||
|
||||
<div class="footer-section">
|
||||
@@ -739,7 +739,7 @@ $read_time = 12;
|
||||
<ul>
|
||||
<li><a href="/blog/">Data Intelligence Blog</a></li>
|
||||
<li><a href="/case-studies/">Case Studies</a></li>
|
||||
<li><a href="/about">About UK Data Services</a></li>
|
||||
<li><a href="/about">About UK AI Automation</a></li>
|
||||
<li><a href="/project-types">Project Types</a></li>
|
||||
<li><a href="/faq">FAQ</a></li>
|
||||
<li><a href="/quote">Request Consultation</a></li>
|
||||
@@ -758,12 +758,12 @@ $read_time = 12;
|
||||
</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>
|
||||
@@ -810,7 +810,7 @@ $read_time = 12;
|
||||
left: 0;
|
||||
width: 0%;
|
||||
height: 3px;
|
||||
background: linear-gradient(90deg, #179e83, #144784);
|
||||
background: linear-gradient(90deg, #6d28d9, #7c3aed);
|
||||
z-index: 999;
|
||||
transition: width 0.3s ease;
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user