Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content
This commit is contained in:
@@ -7,10 +7,10 @@ $article_title = "UK Property Market: Data-Driven Investment Insights";
|
||||
$article_description = "Leverage comprehensive property data analysis to identify emerging investment opportunities across UK markets. Expert insights for property investors and developers.";
|
||||
$article_keywords = "UK property market data, property investment analytics, real estate data UK, property market trends, investment opportunities UK";
|
||||
$article_author = "Emma Richardson";
|
||||
$canonical_url = "https://ukdataservices.co.uk/blog/articles/uk-property-market-data-trends.php";
|
||||
$canonical_url = "https://ukaiautomation.co.uk/blog/articles/uk-property-market-data-trends.php";
|
||||
$article_published = "2025-05-22T09:00:00+00:00";
|
||||
$article_modified = "2025-05-22T09:00:00+00:00";
|
||||
$og_image = "https://ukdataservices.co.uk/assets/images/ukds-social-card.png";
|
||||
$og_image = "https://ukaiautomation.co.uk/assets/images/ukds-social-card.png";
|
||||
$read_time = 8;
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
@@ -18,7 +18,7 @@ $read_time = 8;
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<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); ?>">
|
||||
@@ -76,15 +76,15 @@ $read_time = 8;
|
||||
"image": "<?php echo htmlspecialchars($og_image); ?>",
|
||||
"author": {
|
||||
"@type": "Organization",
|
||||
"name": "UK Data Services",
|
||||
"url": "https://ukdataservices.co.uk"
|
||||
"name": "UK AI Automation",
|
||||
"url": "https://ukaiautomation.co.uk"
|
||||
},
|
||||
"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 $article_published; ?>",
|
||||
@@ -343,7 +343,7 @@ $read_time = 8;
|
||||
|
||||
<div class="article-cta">
|
||||
<h3>Unlock Property Investment Insights</h3>
|
||||
<p>UK Data Services provides comprehensive property market analytics, helping investors identify opportunities and mitigate risks through data-driven decision making.</p>
|
||||
<p>UK AI Automation provides comprehensive property market analytics, helping investors identify opportunities and mitigate risks through data-driven decision making.</p>
|
||||
<a href="/quote" class="btn btn-primary">Explore Property Data Solutions</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -378,9 +378,9 @@ $read_time = 8;
|
||||
<div class="footer-content">
|
||||
<div class="footer-section">
|
||||
<div class="footer-logo">
|
||||
<img loading="lazy" src="../../assets/images/logo-white.svg" alt="UK Data Services" loading="lazy">
|
||||
<img loading="lazy" src="../../assets/images/logo-white.svg" alt="UK AI Automation" loading="lazy">
|
||||
</div>
|
||||
<p>Enterprise data intelligence solutions for modern British business.</p>
|
||||
<p>Enterprise AI automation services for legal and consultancy firms.</p>
|
||||
<p><em>Learn more about our <a href="/services/competitive-intelligence">competitive intelligence service</a>.</em></p>
|
||||
<p><em>Learn more about our <a href="/services/price-monitoring">price monitoring service</a>.</em></p>
|
||||
</div>
|
||||
@@ -408,12 +408,12 @@ $read_time = 8;
|
||||
</div>
|
||||
|
||||
<div class="footer-bottom">
|
||||
<p>© <?php echo date('Y'); ?> UK Data Services. All rights reserved.</p>
|
||||
<p>© <?php echo date('Y'); ?> UK AI Automation. All rights reserved.</p>
|
||||
<div class="social-links">
|
||||
<a href="https://linkedin.com/company/uk-data-services" aria-label="LinkedIn" rel="noopener" target="_blank">
|
||||
<a href="https://linkedin.com/company/ukaiautomation" aria-label="LinkedIn" rel="noopener" target="_blank">
|
||||
<img loading="lazy" src="../../assets/images/ukds-social-card.png" alt="LinkedIn" loading="lazy">
|
||||
</a>
|
||||
<a href="https://twitter.com/ukdataservices" aria-label="Twitter" rel="noopener" target="_blank">
|
||||
<a href="https://twitter.com/ukaiautomation" aria-label="Twitter" rel="noopener" target="_blank">
|
||||
<img loading="lazy" src="../../assets/images/ukds-social-card.png" alt="Twitter" loading="lazy">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user