Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
|
||||
|
||||
$page_title = "Birmingham Web Scraping & Data Services | UK Experts";
|
||||
$page_description = "UK Data Services in Birmingham. Specialist data extraction for automotive supply chains, manufacturing, Jewellery Quarter businesses, Bullring retail, and professional services. 99.8% accuracy, GDPR compliant.";
|
||||
$canonical_url = "https://ukdataservices.co.uk/locations/birmingham";
|
||||
$page_description = "UK AI Automation in Birmingham. Specialist data extraction for automotive supply chains, manufacturing, Jewellery Quarter businesses, Bullring retail, and professional services. 99.8% accuracy, GDPR compliant.";
|
||||
$canonical_url = "https://ukaiautomation.co.uk/locations/birmingham";
|
||||
$keywords = "web scraping Birmingham, data analytics Birmingham, data extraction Birmingham, business intelligence Birmingham, web scraping services Birmingham, data services Birmingham";
|
||||
|
||||
// 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 - Birmingham",
|
||||
"name": "UK AI Automation - Birmingham",
|
||||
"description": "Professional web scraping, data extraction, and business intelligence services for Birmingham businesses",
|
||||
"url": "https://ukdataservices.co.uk/locations/birmingham",
|
||||
"url": "https://ukaiautomation.co.uk/locations/birmingham",
|
||||
|
||||
"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're a Tier 2 automotive supplier in the Midlands and needed a reliable feed of procurement notices and tender opportunities across the OEM supply chain. UK Data Services built us a custom scraper that covers the key portals and delivers structured data daily. It's saved our business development team considerable time."</p>
|
||||
<p class="testimonial-text">"We're a Tier 2 automotive supplier in the Midlands and needed a reliable feed of procurement notices and tender opportunities across the OEM supply chain. UK AI Automation built us a custom scraper that covers the key portals and delivers structured data daily. It's saved our business development team considerable time."</p>
|
||||
<p class="testimonial-author">Neil Chadderton</p>
|
||||
<p class="testimonial-company">Business Development Manager, West Midlands Automotive Supplier</p>
|
||||
</div>
|
||||
<div class="testimonial-card">
|
||||
<p class="testimonial-text">"As a Jewellery Quarter wholesaler, knowing what competitors are selling at — and when they change prices — matters enormously. UK Data Services set up a monitoring system that tracks pricing across the key online platforms and sends us a daily digest. The data accuracy is consistently above what we expected."</p>
|
||||
<p class="testimonial-text">"As a Jewellery Quarter wholesaler, knowing what competitors are selling at — and when they change prices — matters enormously. UK AI Automation set up a monitoring system that tracks pricing across the key online platforms and sends us a daily digest. The data accuracy is consistently above what we expected."</p>
|
||||
<p class="testimonial-author">Amara Singh</p>
|
||||
<p class="testimonial-company">Director, Birmingham Jewellery Quarter Wholesale Firm</p>
|
||||
</div>
|
||||
<div class="testimonial-card">
|
||||
<p class="testimonial-text">"We manage a commercial property portfolio across the West Midlands and needed automated extraction of planning application data and comparable transaction records. UK Data Services delivered a clean, structured feed within two weeks of briefing. Our analysts now spend their time interpreting data rather than collecting it."</p>
|
||||
<p class="testimonial-text">"We manage a commercial property portfolio across the West Midlands and needed automated extraction of planning application data and comparable transaction records. UK AI Automation delivered a clean, structured feed within two weeks of briefing. Our analysts now spend their time interpreting data rather than collecting it."</p>
|
||||
<p class="testimonial-author">Claire Marsden</p>
|
||||
<p class="testimonial-company">Head of Research, Birmingham Commercial Property Practice</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user