Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
|
||||
|
||||
// SEO and performance optimizations
|
||||
$page_title = "Business Intelligence Insights | UK Data Services Blog";
|
||||
$page_title = "Business Intelligence Insights | UK AI Automation Blog";
|
||||
$meta_description = "Expert insights on business intelligence, data automation, and strategic data solutions to drive informed decision-making in your organisation.";
|
||||
$canonical_url = "https://ukdataservices.co.uk/blog/categories/business-intelligence";
|
||||
$canonical_url = "https://ukaiautomation.co.uk/blog/categories/business-intelligence";
|
||||
$keywords = "business intelligence guides, data automation strategies, BI analytics UK, strategic data solutions";
|
||||
$author = "UK Data Services BI Team";
|
||||
$og_image = "https://ukdataservices.co.uk/assets/images/blog/business-intelligence-category.webp";
|
||||
$author = "UK AI Automation BI Team";
|
||||
$og_image = "https://ukaiautomation.co.uk/assets/images/blog/business-intelligence-category.webp";
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
@@ -63,11 +63,11 @@ $og_image = "https://ukdataservices.co.uk/assets/images/blog/business-intelligen
|
||||
"url": "<?php echo htmlspecialchars($canonical_url); ?>",
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "UK Data Services",
|
||||
"url": "https://ukdataservices.co.uk",
|
||||
"name": "UK AI Automation",
|
||||
"url": "https://ukaiautomation.co.uk",
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://ukdataservices.co.uk/assets/images/logo-enhanced.svg"
|
||||
"url": "https://ukaiautomation.co.uk/assets/images/logo-enhanced.svg"
|
||||
}
|
||||
},
|
||||
"mainEntity": {
|
||||
@@ -78,7 +78,7 @@ $og_image = "https://ukdataservices.co.uk/assets/images/blog/business-intelligen
|
||||
"@type": "Article",
|
||||
"position": 1,
|
||||
"name": "Data Automation Strategies for UK Businesses",
|
||||
"url": "https://ukdataservices.co.uk/blog/articles/data-automation-strategies-uk-businesses"
|
||||
"url": "https://ukaiautomation.co.uk/blog/articles/data-automation-strategies-uk-businesses"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -294,9 +294,9 @@ $og_image = "https://ukdataservices.co.uk/assets/images/blog/business-intelligen
|
||||
<div class="footer-content">
|
||||
<div class="footer-section">
|
||||
<div class="footer-logo">
|
||||
<img src="../../assets/images/logo-white.svg" alt="UK Data Services" loading="lazy">
|
||||
<img src="../../assets/images/logo-white.svg" alt="UK AI Automation" loading="lazy">
|
||||
</div>
|
||||
<p>Enterprise data intelligence solutions for modern British business. Transform your operations with accurate, actionable insights and regulatory-compliant data services.</p>
|
||||
<p>Enterprise AI automation services for legal and consultancy firms. Transform your operations with accurate, actionable insights and regulatory-compliant data services.</p>
|
||||
</div>
|
||||
|
||||
<div class="footer-section">
|
||||
@@ -323,7 +323,7 @@ $og_image = "https://ukdataservices.co.uk/assets/images/blog/business-intelligen
|
||||
<ul>
|
||||
<li><a href="/blog/">Data Intelligence Blog</a></li>
|
||||
<li><a href="/case-studies/">Case Studies</a></li>
|
||||
<li><a href="/about">About UK Data Services</a></li>
|
||||
<li><a href="/about">About UK AI Automation</a></li>
|
||||
<li><a href="/project-types">Project Types</a></li>
|
||||
<li><a href="/faq">FAQ</a></li>
|
||||
<li><a href="/quote">Request Consultation</a></li>
|
||||
@@ -342,12 +342,12 @@ $og_image = "https://ukdataservices.co.uk/assets/images/blog/business-intelligen
|
||||
</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 src="../../assets/images/icon-linkedin.svg" 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 src="../../assets/images/icon-twitter.svg" alt="Twitter" loading="lazy">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user