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 Services UK | Fast, GDPR-Compliant Data Extraction";
|
||||
$page_description = "Get GDPR-compliant web scraping services for UK businesses. Fast extraction of competitor pricing, market data & intelligence. ICO registered. Free quote within 24 hours.";
|
||||
$canonical_url = "https://ukdataservices.co.uk/services/web-scraping";
|
||||
$canonical_url = "https://ukaiautomation.co.uk/services/web-scraping";
|
||||
$keywords = "web scraping services UK, data extraction UK, web scraping company, data scraping services, automated data collection, web crawling UK, screen scraping, GDPR compliant scraping";
|
||||
|
||||
// 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">
|
||||
@@ -62,9 +62,9 @@ $breadcrumbs = [
|
||||
"description": "Expert web scraping and data extraction services for UK businesses. GDPR compliant. Transform web data into actionable business intelligence.",
|
||||
"provider": {
|
||||
"@type": "Organization",
|
||||
"name": "UK Data Services",
|
||||
"url": "https://ukdataservices.co.uk",
|
||||
"@id": "https://ukdataservices.co.uk#organization"
|
||||
"name": "UK AI Automation",
|
||||
"url": "https://ukaiautomation.co.uk",
|
||||
"@id": "https://ukaiautomation.co.uk#organization"
|
||||
},
|
||||
"serviceType": "Web Scraping",
|
||||
"areaServed": {
|
||||
@@ -112,7 +112,7 @@ $breadcrumbs = [
|
||||
|
||||
<style>
|
||||
.service-hero {
|
||||
background: linear-gradient(135deg, #144784 0%, #179e83 100%);
|
||||
background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
|
||||
color: white;
|
||||
padding: 120px 0 80px;
|
||||
text-align: center;
|
||||
@@ -199,7 +199,7 @@ $breadcrumbs = [
|
||||
padding: 35px;
|
||||
border-radius: 12px;
|
||||
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
|
||||
border-left: 4px solid #179e83;
|
||||
border-left: 4px solid #6d28d9;
|
||||
transition: transform 0.3s ease, box-shadow 0.3s ease;
|
||||
}
|
||||
|
||||
@@ -262,12 +262,12 @@ $breadcrumbs = [
|
||||
content: '✓';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
color: #179e83;
|
||||
color: #6d28d9;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.content-image {
|
||||
background: linear-gradient(135deg, #144784 0%, #179e83 100%);
|
||||
background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
|
||||
border-radius: 12px;
|
||||
padding: 40px;
|
||||
color: white;
|
||||
@@ -333,13 +333,13 @@ $breadcrumbs = [
|
||||
right: -20px;
|
||||
top: 30px;
|
||||
font-size: 2rem;
|
||||
color: #179e83;
|
||||
color: #6d28d9;
|
||||
}
|
||||
|
||||
.step-number {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
background: linear-gradient(135deg, #144784 0%, #179e83 100%);
|
||||
background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
|
||||
color: white;
|
||||
border-radius: 50%;
|
||||
display: flex;
|
||||
@@ -395,7 +395,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;
|
||||
@@ -427,7 +427,7 @@ $breadcrumbs = [
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
background: #179e83;
|
||||
background: #6d28d9;
|
||||
color: white;
|
||||
}
|
||||
|
||||
@@ -438,7 +438,7 @@ $breadcrumbs = [
|
||||
|
||||
.btn-secondary {
|
||||
background: white;
|
||||
color: #144784;
|
||||
color: #7c3aed;
|
||||
border: 2px solid white;
|
||||
}
|
||||
|
||||
@@ -468,7 +468,7 @@ $breadcrumbs = [
|
||||
}
|
||||
|
||||
.breadcrumb a {
|
||||
color: #144784;
|
||||
color: #7c3aed;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@@ -535,9 +535,9 @@ $breadcrumbs = [
|
||||
"@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": "Web Scraping Services", "item": "https://ukdataservices.co.uk/services/web-scraping"}
|
||||
{"@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": "Web Scraping Services", "item": "https://ukaiautomation.co.uk/services/web-scraping"}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
@@ -633,7 +633,7 @@ $breadcrumbs = [
|
||||
<section class="content-section alt-bg">
|
||||
<div class="container">
|
||||
<div class="section-title">
|
||||
<h2>Why Choose UK Data Services?</h2>
|
||||
<h2>Why Choose UK AI Automation?</h2>
|
||||
<p>Enterprise-grade web scraping with a focus on accuracy, compliance, and reliability</p>
|
||||
</div>
|
||||
<div class="features-grid">
|
||||
@@ -806,7 +806,7 @@ $breadcrumbs = [
|
||||
<!-- Related Services -->
|
||||
<section class="content-section" style="padding: 40px 0; background: #f8f9fa;">
|
||||
<div class="container" style="text-align:center;">
|
||||
<p style="color:#555; font-size:1.05rem;">Also see: <a href="/services/data-scraping" style="color:#144784; font-weight:600;">Data Scraping Services</a> — broader data collection covering APIs, documents and databases, not just websites.</p>
|
||||
<p style="color:#555; font-size:1.05rem;">Also see: <a href="/services/data-scraping" style="color:#7c3aed; font-weight:600;">Data Scraping Services</a> — broader data collection covering APIs, documents and databases, not just websites.</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user