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">
|
||||
@@ -61,7 +61,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": {
|
||||
@@ -70,15 +70,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); ?>"
|
||||
}
|
||||
@@ -273,7 +273,7 @@ $breadcrumbs = [
|
||||
|
||||
<section class="article-cta">
|
||||
<h2>Data-Driven Fintech Market Intelligence</h2>
|
||||
<p>Understanding fintech market dynamics requires comprehensive data analysis and real-time market intelligence. UK Data Services provides custom market research, competitive analysis, and investment intelligence to help fintech companies and investors make informed strategic decisions.</p>
|
||||
<p>Understanding fintech market dynamics requires comprehensive data analysis and real-time market intelligence. UK AI Automation provides custom market research, competitive analysis, and investment intelligence to help fintech companies and investors make informed strategic decisions.</p>
|
||||
<p><em>Learn more about our <a href="/services/competitive-intelligence">competitive intelligence service</a>.</em></p>
|
||||
<a href="/#contact" class="cta-button">Get Market Intelligence</a>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user