Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content
This commit is contained in:
@@ -7,10 +7,10 @@ $article_title = "Cloud-Native Scraping Architecture for Enterprise Scale";
|
||||
$article_description = "Design scalable, resilient web scraping infrastructure using modern cloud technologies and containerization. A comprehensive guide for UK enterprises.";
|
||||
$article_keywords = "cloud-native web scraping, enterprise scraping architecture, scalable data extraction, containerized scraping, UK cloud infrastructure";
|
||||
$article_author = "James Wilson";
|
||||
$canonical_url = "https://ukdataservices.co.uk/blog/articles/cloud-native-scraping-architecture";
|
||||
$canonical_url = "https://ukaiautomation.co.uk/blog/articles/cloud-native-scraping-architecture";
|
||||
$article_published = "2025-05-25T09:00:00+00:00";
|
||||
$article_modified = "2025-05-25T09: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 = 11;
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
@@ -18,7 +18,7 @@ $read_time = 11;
|
||||
<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 = 11;
|
||||
"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; ?>",
|
||||
@@ -421,7 +421,7 @@ class ProxyManager:
|
||||
|
||||
<div class="article-cta">
|
||||
<h3>Build Your Enterprise Scraping Infrastructure</h3>
|
||||
<p>UK Data Services architects and implements cloud-native scraping solutions that scale with your business. Let our experts design a system tailored to your specific requirements.</p>
|
||||
<p>UK AI Automation architects and implements cloud-native scraping solutions that scale with your business. Let our experts design a system tailored to your specific requirements.</p>
|
||||
<a href="/quote" class="btn btn-primary">Get Architecture Consultation</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -456,9 +456,9 @@ class ProxyManager:
|
||||
<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">
|
||||
@@ -484,12 +484,12 @@ class ProxyManager:
|
||||
</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