Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
// Enhanced security headers
|
||||
header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
|
||||
|
||||
$page_title = "Data & Web Scraping Services in London | UK Data Services";
|
||||
$page_title = "Data & Web Scraping Services in London | UK AI Automation";
|
||||
$page_description = "Leading provider of web scraping and data analysis services for London businesses. From the City and Canary Wharf to Shoreditch fintech, GDPR-compliant data with 99.8% accuracy. Free consultation.";
|
||||
$canonical_url = "https://ukdataservices.co.uk/locations/london";
|
||||
$canonical_url = "https://ukaiautomation.co.uk/locations/london";
|
||||
$keywords = "web scraping London, data analytics London, data extraction London, business intelligence London, web scraping services London, data services London";
|
||||
|
||||
// Breadcrumb navigation
|
||||
@@ -22,7 +22,7 @@ $breadcrumbs = [
|
||||
<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); ?>">
|
||||
|
||||
@@ -31,7 +31,7 @@ $breadcrumbs = [
|
||||
<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 -->
|
||||
@@ -39,7 +39,7 @@ $breadcrumbs = [
|
||||
<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">
|
||||
@@ -58,9 +58,9 @@ $breadcrumbs = [
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "LocalBusiness",
|
||||
"name": "UK Data Services - London",
|
||||
"name": "UK AI Automation - London",
|
||||
"description": "Professional web scraping, data extraction, and business intelligence services for London businesses",
|
||||
"url": "https://ukdataservices.co.uk/locations/london",
|
||||
"url": "https://ukaiautomation.co.uk/locations/london",
|
||||
|
||||
"areaServed": {
|
||||
"@type": "City",
|
||||
@@ -203,7 +203,7 @@ $breadcrumbs = [
|
||||
padding: 35px;
|
||||
border-radius: 12px;
|
||||
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
|
||||
border-left: 4px solid #144784;
|
||||
border-left: 4px solid #7c3aed;
|
||||
transition: transform 0.3s ease;
|
||||
}
|
||||
|
||||
@@ -242,7 +242,7 @@ $breadcrumbs = [
|
||||
}
|
||||
|
||||
.industry-card h3 {
|
||||
color: #144784;
|
||||
color: #7c3aed;
|
||||
margin: 15px 0 10px;
|
||||
}
|
||||
|
||||
@@ -266,19 +266,19 @@ $breadcrumbs = [
|
||||
background: #f0f4f8;
|
||||
padding: 10px 20px;
|
||||
border-radius: 25px;
|
||||
color: #144784;
|
||||
color: #7c3aed;
|
||||
font-weight: 500;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.area-tag:hover {
|
||||
background: #144784;
|
||||
background: #7c3aed;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.testimonials-section {
|
||||
padding: 80px 0;
|
||||
background: linear-gradient(135deg, #144784 0%, #1a5a9e 100%);
|
||||
background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 100%);
|
||||
color: white;
|
||||
}
|
||||
|
||||
@@ -311,7 +311,7 @@ $breadcrumbs = [
|
||||
}
|
||||
|
||||
.cta-section {
|
||||
background: linear-gradient(135deg, #144784 0%, #179e83 100%);
|
||||
background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
|
||||
color: white;
|
||||
padding: 80px 0;
|
||||
text-align: center;
|
||||
@@ -343,7 +343,7 @@ $breadcrumbs = [
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
background: #179e83;
|
||||
background: #6d28d9;
|
||||
color: white;
|
||||
}
|
||||
|
||||
@@ -353,7 +353,7 @@ $breadcrumbs = [
|
||||
|
||||
.btn-secondary {
|
||||
background: white;
|
||||
color: #144784;
|
||||
color: #7c3aed;
|
||||
}
|
||||
|
||||
.btn-secondary:hover {
|
||||
@@ -383,7 +383,7 @@ $breadcrumbs = [
|
||||
}
|
||||
|
||||
.breadcrumb a {
|
||||
color: #144784;
|
||||
color: #7c3aed;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@@ -551,17 +551,17 @@ $breadcrumbs = [
|
||||
</div>
|
||||
<div class="testimonials-grid">
|
||||
<div class="testimonial-card">
|
||||
<p class="testimonial-text">"We needed clean, structured data from a wide range of public regulatory sources to feed our compliance monitoring platform. UK Data Services delivered exactly that — at the volume and frequency we required, with 99.8% accuracy confirmed against our own spot checks."</p>
|
||||
<p class="testimonial-text">"We needed clean, structured data from a wide range of public regulatory sources to feed our compliance monitoring platform. UK AI Automation delivered exactly that — at the volume and frequency we required, with 99.8% accuracy confirmed against our own spot checks."</p>
|
||||
<p class="testimonial-author">Rebecca Ashworth</p>
|
||||
<p class="testimonial-company">Head of Data Operations, Canary Wharf RegTech firm</p>
|
||||
</div>
|
||||
<div class="testimonial-card">
|
||||
<p class="testimonial-text">"Our property analytics product depends on fresh data from dozens of sources updated daily. Before UK Data Services, we were spending two days a week on manual data collection. That's now fully automated and the data quality is consistently higher than what we were producing ourselves."</p>
|
||||
<p class="testimonial-text">"Our property analytics product depends on fresh data from dozens of sources updated daily. Before UK AI Automation, we were spending two days a week on manual data collection. That's now fully automated and the data quality is consistently higher than what we were producing ourselves."</p>
|
||||
<p class="testimonial-author">Dominic Farrell</p>
|
||||
<p class="testimonial-company">CTO, London PropTech Platform</p>
|
||||
</div>
|
||||
<div class="testimonial-card">
|
||||
<p class="testimonial-text">"As a boutique M&A advisory in the City, we need competitor deal tracking and market data that's timely and precise. UK Data Services built us a custom extraction pipeline that saves our analysts around 12 hours per week. The GDPR compliance documentation they provided was thorough and saved us considerable legal review time."</p>
|
||||
<p class="testimonial-text">"As a boutique M&A advisory in the City, we need competitor deal tracking and market data that's timely and precise. UK AI Automation built us a custom extraction pipeline that saves our analysts around 12 hours per week. The GDPR compliance documentation they provided was thorough and saved us considerable legal review time."</p>
|
||||
<p class="testimonial-author">Harriet Okafor</p>
|
||||
<p class="testimonial-company">Director of Research, City of London Advisory Practice</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user