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); ?>"
|
||||
}
|
||||
@@ -219,7 +219,7 @@ $breadcrumbs = [
|
||||
|
||||
<section class="article-cta">
|
||||
<h2>Expert Guidance for International Data Transfers</h2>
|
||||
<p>Navigating international data transfer requirements requires expertise in both legal frameworks and technical implementation. UK Data Services provides comprehensive support for transfer impact assessments, SCC implementation, and ongoing compliance monitoring to ensure your international data flows remain compliant and secure.</p>
|
||||
<p>Navigating international data transfer requirements requires expertise in both legal frameworks and technical implementation. UK AI Automation provides comprehensive support for transfer impact assessments, SCC implementation, and ongoing compliance monitoring to ensure your international data flows remain compliant and secure.</p>
|
||||
<a href="/#contact" class="cta-button">Get Transfer Compliance Support</a>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user