Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content
This commit is contained in:
@@ -7,10 +7,10 @@ $article_title = "Advanced SQL Analytics Techniques for Business Intelligence";
|
||||
$article_description = "Master advanced SQL techniques for complex analytics including window functions, CTEs, advanced joins, and optimization strategies for large-scale business intelligence.";
|
||||
$article_keywords = "advanced SQL, SQL analytics, window functions, CTE, business intelligence SQL, SQL optimization, data analytics";
|
||||
$article_author = "David Martinez";
|
||||
$canonical_url = "https://ukdataservices.co.uk/blog/articles/sql-analytics-advanced-techniques.php";
|
||||
$canonical_url = "https://ukaiautomation.co.uk/blog/articles/sql-analytics-advanced-techniques.php";
|
||||
$article_published = "2025-06-08T11:15:00+00:00";
|
||||
$article_modified = "2025-06-08T16:30:00+00:00";
|
||||
$og_image = "https://ukdataservices.co.uk/assets/images/chart-icon.png";
|
||||
$og_image = "https://ukaiautomation.co.uk/assets/images/chart-icon.png";
|
||||
$read_time = 16;
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
@@ -18,7 +18,7 @@ $read_time = 16;
|
||||
<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); ?>">
|
||||
@@ -80,14 +80,14 @@ $read_time = 16;
|
||||
"author": {
|
||||
"@type": "Organization",
|
||||
"name": "<?php echo htmlspecialchars($article_author); ?>",
|
||||
"url": "https://ukdataservices.co.uk"
|
||||
"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",
|
||||
"width": 300,
|
||||
"height": 100
|
||||
}
|
||||
@@ -1458,9 +1458,9 @@ ORDER BY predicted_clv DESC;</code></pre>
|
||||
<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. 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">
|
||||
@@ -1479,7 +1479,7 @@ ORDER BY predicted_clv DESC;</code></pre>
|
||||
<ul>
|
||||
<li><a href="/">SQL Analytics 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>
|
||||
@@ -1499,12 +1499,12 @@ ORDER BY predicted_clv DESC;</code></pre>
|
||||
</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/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 loading="lazy" src="../../assets/images/icon-twitter.svg" alt="Twitter" loading="lazy">
|
||||
</a>
|
||||
</div>
|
||||
@@ -1551,7 +1551,7 @@ ORDER BY predicted_clv DESC;</code></pre>
|
||||
left: 0;
|
||||
width: 0%;
|
||||
height: 3px;
|
||||
background: linear-gradient(90deg, #179e83, #144784);
|
||||
background: linear-gradient(90deg, #6d28d9, #7c3aed);
|
||||
z-index: 1000;
|
||||
transition: width 0.3s ease;
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user