Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content
This commit is contained in:
@@ -4,12 +4,12 @@ $article_author = 'Michael Thompson';
|
||||
header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
|
||||
|
||||
// SEO and performance optimizations
|
||||
$page_title = "Real-Time Data Extraction: Technical Guide for UK Businesses 2025 | UK Data Services";
|
||||
$page_title = "Real-Time Data Extraction: Technical Guide for UK Businesses 2025 | UK AI Automation";
|
||||
$page_description = "Comprehensive technical guide to real-time data extraction for UK businesses. Learn technologies, architectures, challenges, and best practices for streaming data collection and processing.";
|
||||
$canonical_url = "https://ukdataservices.co.uk/blog/articles/real-time-data-extraction-technical-guide-uk-businesses";
|
||||
$canonical_url = "https://ukaiautomation.co.uk/blog/articles/real-time-data-extraction-technical-guide-uk-businesses";
|
||||
$keywords = "real-time data extraction, streaming data, live data collection, real-time analytics, data streaming platforms, UK business data";
|
||||
$author = "UK Data Services Editorial Team";
|
||||
$og_image = "https://ukdataservices.co.uk/assets/images/blog/real-time-data-extraction-guide.png";
|
||||
$author = "UK AI Automation Editorial Team";
|
||||
$og_image = "https://ukaiautomation.co.uk/assets/images/blog/real-time-data-extraction-guide.png";
|
||||
$published_date = "2025-08-08";
|
||||
$modified_date = "2025-08-08";
|
||||
?>
|
||||
@@ -71,14 +71,14 @@ $modified_date = "2025-08-08";
|
||||
"image": "<?php echo htmlspecialchars($og_image); ?>",
|
||||
"author": {
|
||||
"@type": "Organization",
|
||||
"name": "UK Data Services"
|
||||
"name": "UK AI Automation"
|
||||
},
|
||||
"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 $published_date; ?>T09:00:00+00:00",
|
||||
@@ -126,7 +126,7 @@ $modified_date = "2025-08-08";
|
||||
<h1>Real-Time Data Extraction: Technical Guide for UK Businesses</h1>
|
||||
<p class="article-subtitle">Master the technologies, architectures, and best practices for implementing real-time data extraction systems that deliver instant insights and competitive advantage.</p>
|
||||
<div class="article-author">
|
||||
<span>By UK Data Services Editorial Team</span>
|
||||
<span>By UK AI Automation Editorial Team</span>
|
||||
<span class="separator">•</span>
|
||||
<span>Updated <?php echo date('j M Y', strtotime($modified_date)); ?></span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user