Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content
This commit is contained in:
@@ -4,7 +4,7 @@ header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
|
||||
|
||||
$page_title = "Web Scraping & Data Analysis in Manchester | Free Quote";
|
||||
$page_description = "Professional web scraping and data extraction for Manchester businesses. Supporting MediaCity digital agencies, Northern Powerhouse finance, NHS trusts, and fashion retail. 99.8% accuracy, GDPR compliant.";
|
||||
$canonical_url = "https://ukdataservices.co.uk/locations/manchester";
|
||||
$canonical_url = "https://ukaiautomation.co.uk/locations/manchester";
|
||||
$keywords = "web scraping Manchester, data analytics Manchester, data extraction Manchester, business intelligence Manchester, web scraping services Manchester, data services Manchester";
|
||||
|
||||
// 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 - Manchester",
|
||||
"name": "UK AI Automation - Manchester",
|
||||
"description": "Professional web scraping, data extraction, and business intelligence services for Manchester businesses",
|
||||
"url": "https://ukdataservices.co.uk/locations/manchester",
|
||||
"url": "https://ukaiautomation.co.uk/locations/manchester",
|
||||
|
||||
"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 production company based at MediaCityUK and needed structured data on commissioning trends and broadcaster budgets from publicly available sources. UK Data Services built exactly what we needed — a clean, weekly data feed that our development team now uses to prioritise pitches."</p>
|
||||
<p class="testimonial-text">"We're a production company based at MediaCityUK and needed structured data on commissioning trends and broadcaster budgets from publicly available sources. UK AI Automation built exactly what we needed — a clean, weekly data feed that our development team now uses to prioritise pitches."</p>
|
||||
<p class="testimonial-author">Tom Yates</p>
|
||||
<p class="testimonial-company">Head of Development, Salford-based TV Production Company</p>
|
||||
</div>
|
||||
<div class="testimonial-card">
|
||||
<p class="testimonial-text">"We run a fashion marketplace that competes directly with some of the biggest names in Manchester retail. UK Data Services set up automated price monitoring across 40 competitor sites — it runs daily and drops results straight into our Slack. The data quality is excellent and setup was straightforward."</p>
|
||||
<p class="testimonial-text">"We run a fashion marketplace that competes directly with some of the biggest names in Manchester retail. UK AI Automation set up automated price monitoring across 40 competitor sites — it runs daily and drops results straight into our Slack. The data quality is excellent and setup was straightforward."</p>
|
||||
<p class="testimonial-author">Priya Nair</p>
|
||||
<p class="testimonial-company">Operations Director, Manchester Fashion E-commerce Platform</p>
|
||||
</div>
|
||||
<div class="testimonial-card">
|
||||
<p class="testimonial-text">"As a healthcare consultancy working with NHS Greater Manchester, we rely on accurate public sector performance data. UK Data Services handles all our NHS data aggregation. What used to take our analysts two days per month now takes two minutes. Compliance documentation was thorough and audit-ready."</p>
|
||||
<p class="testimonial-text">"As a healthcare consultancy working with NHS Greater Manchester, we rely on accurate public sector performance data. UK AI Automation handles all our NHS data aggregation. What used to take our analysts two days per month now takes two minutes. Compliance documentation was thorough and audit-ready."</p>
|
||||
<p class="testimonial-author">Gareth Lloyd</p>
|
||||
<p class="testimonial-company">Director, Manchester Healthcare Analytics Consultancy</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user