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

@@ -18,11 +18,11 @@ header('Content-Security-Policy: default-src \'self\'; script-src \'self\' \'uns
// SEO and performance optimizations
$page_title = "Kafka Performance Evaluation for Real-Time Streaming | UK Guide";
$page_description = "A technical guide to evaluating Apache Kafka's performance for real-time data streaming. Learn key metrics, tuning tips, and benchmarking best practices.";
$canonical_url = "https://ukdataservices.co.uk/blog/articles/performance-evaluation-apache-kafka-real-time-streaming";
$canonical_url = "https://ukaiautomation.co.uk/blog/articles/performance-evaluation-apache-kafka-real-time-streaming";
$keywords = "performance evaluation of apache kafka, kafka performance, real-time data streaming, kafka benchmarks, kafka tuning, kafka throughput, kafka latency";
$author = "Analytics Engineering Team";
$og_image = "https://ukdataservices.co.uk/assets/images/ukds-social-card.png";
$twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-social-card.png";
$og_image = "https://ukaiautomation.co.uk/assets/images/ukds-social-card.png";
$twitter_card_image = "https://ukaiautomation.co.uk/assets/images/ukds-social-card.png";
$article_published = "2026-07-15";
$article_modified = "2026-07-15";
?>
@@ -31,7 +31,7 @@ $article_modified = "2026-07-15";
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><?php echo htmlspecialchars($page_title); ?> | UK Data Services</title>
<title><?php echo htmlspecialchars($page_title); ?> | UK AI Automation</title>
<meta name="description" content="<?php echo htmlspecialchars($page_description); ?>">
<meta name="keywords" content="<?php echo htmlspecialchars($keywords); ?>">
<meta name="author" content="<?php echo htmlspecialchars($author); ?>">
@@ -62,10 +62,10 @@ $article_modified = "2026-07-15";
},
"publisher": {
"@type": "Organization",
"name": "UK Data Services",
"name": "UK AI Automation",
"logo": {
"@type": "ImageObject",
"url": "https://ukdataservices.co.uk/assets/images/logo.svg"
"url": "https://ukaiautomation.co.uk/assets/images/logo.svg"
}
}
}
@@ -124,7 +124,7 @@ $article_modified = "2026-07-15";
<section class="cta-section">
<h2>Expert Kafka & Data Pipeline Services</h2>
<p>Performance evaluation and tuning require deep expertise. UK Data Services provides end-to-end data engineering solutions, from designing high-performance Kafka clusters to building the real-time data collection and processing pipelines that feed them. Let us handle the complexity of your data infrastructure.</p>
<p>Performance evaluation and tuning require deep expertise. UK AI Automation provides end-to-end data engineering solutions, from designing high-performance Kafka clusters to building the real-time data collection and processing pipelines that feed them. Let us handle the complexity of your data infrastructure.</p>
<a href="/contact" class="btn btn-primary">Discuss Your Project</a>
</section>