Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content
This commit is contained in:
@@ -28,7 +28,7 @@ $breadcrumbs = [
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
||||
<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); ?>">
|
||||
@@ -36,8 +36,8 @@ $breadcrumbs = [
|
||||
<meta property="og:title" content="<?php echo htmlspecialchars($article_title); ?>">
|
||||
<meta property="og:description" content="<?php echo htmlspecialchars($article_description); ?>">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:url" content="https://ukdataservices.co.uk/blog/articles/<?php echo $article_slug; ?>">
|
||||
<meta property="og:image" content="https://ukdataservices.co.uk<?php echo $hero_image; ?>">
|
||||
<meta property="og:url" content="https://ukaiautomation.co.uk/blog/articles/<?php echo $article_slug; ?>">
|
||||
<meta property="og:image" content="https://ukaiautomation.co.uk<?php echo $hero_image; ?>">
|
||||
<meta property="article:author" content="<?php echo htmlspecialchars($article_author); ?>">
|
||||
<meta property="article:published_time" content="<?php echo $article_date; ?>T09:00:00+00:00">
|
||||
<meta property="article:modified_time" content="<?php echo $last_modified; ?>T09:00:00+00:00">
|
||||
@@ -45,9 +45,9 @@ $breadcrumbs = [
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<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="https://ukdataservices.co.uk<?php echo $hero_image; ?>">
|
||||
<meta name="twitter:image" content="https://ukaiautomation.co.uk<?php echo $hero_image; ?>">
|
||||
|
||||
<link rel="canonical" href="https://ukdataservices.co.uk/blog/articles/<?php echo $article_slug; ?>">
|
||||
<link rel="canonical" href="https://ukaiautomation.co.uk/blog/articles/<?php echo $article_slug; ?>">
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=20260222">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
@@ -62,7 +62,7 @@ $breadcrumbs = [
|
||||
"@type": "BlogPosting",
|
||||
"headline": "<?php echo htmlspecialchars($article_title); ?>",
|
||||
"description": "<?php echo htmlspecialchars($article_description); ?>",
|
||||
"image": "https://ukdataservices.co.uk<?php echo $hero_image; ?>",
|
||||
"image": "https://ukaiautomation.co.uk<?php echo $hero_image; ?>",
|
||||
"datePublished": "<?php echo $article_date; ?>T09:00:00+00:00",
|
||||
"dateModified": "<?php echo $last_modified; ?>T09:00:00+00:00",
|
||||
"author": {
|
||||
@@ -71,15 +71,15 @@ $breadcrumbs = [
|
||||
},
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"mainEntityOfPage": {
|
||||
"@type": "WebPage",
|
||||
"@id": "https://ukdataservices.co.uk/blog/articles/<?php echo $article_slug; ?>"
|
||||
"@id": "https://ukaiautomation.co.uk/blog/articles/<?php echo $article_slug; ?>"
|
||||
},
|
||||
"keywords": "<?php echo htmlspecialchars($article_keywords); ?>"
|
||||
}
|
||||
@@ -127,7 +127,7 @@ $breadcrumbs = [
|
||||
<section>
|
||||
<h2>GDPR-Compliant Data Collection Framework</h2>
|
||||
<h3>Privacy-by-Design Architecture</h3>
|
||||
<p>UK Data Services developed a comprehensive healthcare data collection platform built on privacy-by-design principles:</p>
|
||||
<p>UK AI Automation developed a comprehensive healthcare data collection platform built on privacy-by-design principles:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>Data Minimisation:</strong> Collected only essential data points required for specific research objectives</li>
|
||||
@@ -334,7 +334,7 @@ $breadcrumbs = [
|
||||
|
||||
<section class="article-cta">
|
||||
<h2>Transform Healthcare Research with Compliant Data Solutions</h2>
|
||||
<p>This case study demonstrates how automated, GDPR-compliant healthcare data collection can accelerate medical research while maintaining the highest standards of privacy and security. UK Data Services specialises in healthcare data solutions that enable breakthrough research while meeting all regulatory requirements.</p>
|
||||
<p>This case study demonstrates how automated, GDPR-compliant healthcare data collection can accelerate medical research while maintaining the highest standards of privacy and security. UK AI Automation specialises in healthcare data solutions that enable breakthrough research while meeting all regulatory requirements.</p>
|
||||
<a href="/#contact" class="cta-button">Explore Healthcare Data Solutions</a>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user