Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content

This commit is contained in:
Peter Foster
2026-03-21 09:48:46 +00:00
parent a4a8e237d6
commit 1d705572ad
164 changed files with 2870 additions and 9819 deletions

View File

@@ -4,7 +4,7 @@ header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
$page_title = "UK Financial Data Services | Market Intelligence";
$page_description = "FCA-aware financial data services for hedge funds, asset managers, and investment firms. Market data extraction, alternative data solutions, and compliant financial intelligence.";
$canonical_url = "https://ukdataservices.co.uk/services/financial-data-services";
$canonical_url = "https://ukaiautomation.co.uk/services/financial-data-services";
$keywords = "financial data scraping UK, market data extraction, FCA compliant data services, alternative data UK, hedge fund data, investment data services, financial data API";
// Breadcrumb navigation
@@ -69,7 +69,7 @@ $faqPageName = 'Financial Data Services FAQ';
<title><?php echo htmlspecialchars($page_title); ?></title>
<meta name="description" content="<?php echo htmlspecialchars($page_description); ?>">
<meta name="keywords" content="<?php echo htmlspecialchars($keywords); ?>">
<meta name="author" content="UK Data Services">
<meta name="author" content="UK AI Automation">
<meta name="robots" content="index, follow">
<link rel="canonical" href="<?php echo htmlspecialchars($canonical_url); ?>">
@@ -78,7 +78,7 @@ $faqPageName = 'Financial Data Services FAQ';
<meta property="og:url" content="<?php echo htmlspecialchars($canonical_url); ?>">
<meta property="og:title" content="<?php echo htmlspecialchars($page_title); ?>">
<meta property="og:description" content="<?php echo htmlspecialchars($page_description); ?>">
<meta property="og:image" content="https://ukdataservices.co.uk/assets/images/ukds-main-logo.png">
<meta property="og:image" content="https://ukaiautomation.co.uk/assets/images/ukds-main-logo.png">
<meta property="og:locale" content="en_GB">
<!-- Twitter Card -->
@@ -86,7 +86,7 @@ $faqPageName = 'Financial Data Services FAQ';
<meta name="twitter:url" content="<?php echo htmlspecialchars($canonical_url); ?>">
<meta name="twitter:title" content="<?php echo htmlspecialchars($page_title); ?>">
<meta name="twitter:description" content="<?php echo htmlspecialchars($page_description); ?>">
<meta name="twitter:image" content="https://ukdataservices.co.uk/assets/images/ukds-main-logo.png">
<meta name="twitter:image" content="https://ukaiautomation.co.uk/assets/images/ukds-main-logo.png">
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/assets/images/favicon.svg">
@@ -133,13 +133,13 @@ $faqPageName = 'Financial Data Services FAQ';
.service-content h2 {
font-size: 2rem;
color: #144784;
color: #7c3aed;
margin-bottom: 20px;
}
.service-content h3 {
font-size: 1.5rem;
color: #144784;
color: #7c3aed;
margin-top: 40px;
margin-bottom: 15px;
}
@@ -172,11 +172,11 @@ $faqPageName = 'Financial Data Services FAQ';
background: #f8f9fa;
padding: 30px;
border-radius: 12px;
border-top: 4px solid #179e83;
border-top: 4px solid #6d28d9;
}
.data-category-card h4 {
color: #144784;
color: #7c3aed;
margin-bottom: 15px;
font-size: 1.2rem;
}
@@ -203,7 +203,7 @@ $faqPageName = 'Financial Data Services FAQ';
}
.compliance-section {
background: #144784;
background: #7c3aed;
color: white;
padding: 60px 0;
}
@@ -220,7 +220,7 @@ $faqPageName = 'Financial Data Services FAQ';
}
.compliance-item h4 {
color: #179e83;
color: #6d28d9;
margin-bottom: 10px;
}
@@ -248,7 +248,7 @@ $faqPageName = 'Financial Data Services FAQ';
}
.client-type-card h3 {
color: #179e83;
color: #6d28d9;
margin-top: 0;
margin-bottom: 15px;
}
@@ -271,7 +271,7 @@ $faqPageName = 'Financial Data Services FAQ';
}
.delivery-item h4 {
color: #144784;
color: #7c3aed;
margin-bottom: 10px;
}
@@ -295,7 +295,7 @@ $faqPageName = 'Financial Data Services FAQ';
.faq-question {
padding: 20px 25px;
font-weight: 600;
color: #144784;
color: #7c3aed;
cursor: pointer;
display: flex;
justify-content: space-between;
@@ -314,7 +314,7 @@ $faqPageName = 'Financial Data Services FAQ';
.cta-section {
padding: 80px 0;
background: linear-gradient(135deg, #144784 0%, #179e83 100%);
background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
color: white;
text-align: center;
}
@@ -340,7 +340,7 @@ $faqPageName = 'Financial Data Services FAQ';
}
.btn-primary {
background: #179e83;
background: #6d28d9;
color: white;
}
@@ -351,7 +351,7 @@ $faqPageName = 'Financial Data Services FAQ';
.btn-white {
background: white;
color: #144784;
color: #7c3aed;
}
.btn-white:hover {
@@ -397,9 +397,9 @@ $faqPageName = 'Financial Data Services FAQ';
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{"@type": "ListItem", "position": 1, "name": "Home", "item": "https://ukdataservices.co.uk/"},
{"@type": "ListItem", "position": 2, "name": "Services", "item": "https://ukdataservices.co.uk/#services"},
{"@type": "ListItem", "position": 3, "name": "Financial Data Services", "item": "https://ukdataservices.co.uk/services/financial-data-services"}
{"@type": "ListItem", "position": 1, "name": "Home", "item": "https://ukaiautomation.co.uk/"},
{"@type": "ListItem", "position": 2, "name": "Services", "item": "https://ukaiautomation.co.uk/#services"},
{"@type": "ListItem", "position": 3, "name": "Financial Data Services", "item": "https://ukaiautomation.co.uk/services/financial-data-services"}
]
}
</script>
@@ -561,7 +561,7 @@ $faqPageName = 'Financial Data Services FAQ';
<!-- Clients Section -->
<section class="clients-section">
<div class="container">
<h2 style="text-align: center; color: #144784; margin-bottom: 40px;">Who We Serve</h2>
<h2 style="text-align: center; color: #7c3aed; margin-bottom: 40px;">Who We Serve</h2>
<div class="clients-grid">
<div class="client-type-card">
@@ -600,7 +600,7 @@ $faqPageName = 'Financial Data Services FAQ';
<!-- Delivery Section -->
<section class="delivery-section">
<div class="container">
<h2 style="text-align: center; color: #144784; margin-bottom: 40px;">Data Delivery Options</h2>
<h2 style="text-align: center; color: #7c3aed; margin-bottom: 40px;">Data Delivery Options</h2>
<div class="delivery-grid">
<div class="delivery-item">
@@ -630,7 +630,7 @@ $faqPageName = 'Financial Data Services FAQ';
<!-- FAQ Section -->
<section class="faq-section">
<div class="container">
<h2 style="text-align: center; color: #144784; margin-bottom: 40px;">Frequently Asked Questions</h2>
<h2 style="text-align: center; color: #7c3aed; margin-bottom: 40px;">Frequently Asked Questions</h2>
<div class="faq-grid">
<?php foreach ($faqs as $faq): ?>