Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content

This commit is contained in:
Peter Foster
2026-03-21 09:48:46 +00:00
parent a4a8e237d6
commit 1d705572ad
164 changed files with 2870 additions and 9819 deletions

View File

@@ -7,10 +7,10 @@ $article_title = "Selenium vs Playwright: Which is Better in 2026?";
$article_description = "In-depth technical comparison of Selenium vs Playwright for web automation & scraping. We analyse speed, reliability, and ease of use to help you choose.";
$article_keywords = "Selenium vs Playwright, web automation comparison, browser automation tools, Selenium Playwright performance, web scraping tools 2025";
$article_author = "Michael Thompson";
$canonical_url = "https://ukdataservices.co.uk/blog/articles/selenium-vs-playwright-comparison";
$canonical_url = "https://ukaiautomation.co.uk/blog/articles/selenium-vs-playwright-comparison";
$article_published = "2025-05-10T09:00:00+00:00";
$article_modified = "2025-05-10T09: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 = 9;
?>
<!DOCTYPE html>
@@ -18,7 +18,7 @@ $read_time = 9;
<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 = 9;
"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; ?>",
@@ -275,7 +275,7 @@ run_scraper()
<div class="inline-cta">
<h4>🔧 Need a Production-Ready Scraping Solution?</h4>
<p>We handle the Playwright vs Selenium decision for you. Our team builds and maintains enterprise scraping infrastructure so you can focus on using the data.</p>
<a href="/quote" class="cta-link">Talk to Our Scraping Experts</a> or <a href="/tools/cost-calculator" class="cta-link" style="background:transparent;color:#0066cc;border:2px solid #0066cc;">Estimate Your Project Cost →</a>
<a href="/quote" class="cta-link">Talk to Our Scraping Experts</a> or <a href="/tools/cost-calculator" class="cta-link" style="background:transparent;color:#4f46e5;border:2px solid #4f46e5;">Estimate Your Project Cost →</a>
</div>
<h2>Performance Comparison</h2>
@@ -419,7 +419,7 @@ run_scraper()
<div class="article-cta">
<h3>Expert Browser Automation Solutions</h3>
<p>UK Data Services provides professional web automation and scraping services using both Selenium and Playwright. Let us help you choose and implement the right solution.</p>
<p>UK AI Automation provides professional web automation and scraping services using both Selenium and Playwright. Let us help you choose and implement the right solution.</p>
<a href="/quote" class="btn btn-primary">Get Automation Consultation</a>
</div>
</div>
@@ -454,9 +454,9 @@ run_scraper()
<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">
@@ -482,12 +482,12 @@ run_scraper()
</div>
<div class="footer-bottom">
<p>&copy; <?php echo date('Y'); ?> UK Data Services. All rights reserved.</p>
<p>&copy; <?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>