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 = "Automated Price Monitoring Service UK | Track Competitor Pricing";
|
||||
$page_description = "Our automated price monitoring service tracks your competitors in real-time. Get 99.9% accurate data and alerts to optimise your pricing strategy. Free ...";
|
||||
$canonical_url = "https://ukdataservices.co.uk/services/price-monitoring";
|
||||
$canonical_url = "https://ukaiautomation.co.uk/services/price-monitoring";
|
||||
$keywords = "price monitoring UK, competitor price tracking, price intelligence, automated pricing, retail price monitoring, e-commerce pricing, price scraping UK";
|
||||
|
||||
// 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": "Automated competitor price monitoring and tracking for UK businesses. Real-time price intelligence across retail, e-commerce, and B2B markets.",
|
||||
"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": "Price Monitoring",
|
||||
"areaServed": {
|
||||
@@ -117,7 +117,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;
|
||||
@@ -201,7 +201,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;
|
||||
}
|
||||
|
||||
@@ -242,7 +242,7 @@ $breadcrumbs = [
|
||||
}
|
||||
|
||||
.pricing-card.featured {
|
||||
border: 3px solid #179e83;
|
||||
border: 3px solid #6d28d9;
|
||||
transform: scale(1.05);
|
||||
}
|
||||
|
||||
@@ -251,7 +251,7 @@ $breadcrumbs = [
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
right: -30px;
|
||||
background: #179e83;
|
||||
background: #6d28d9;
|
||||
color: white;
|
||||
padding: 5px 40px;
|
||||
font-size: 0.85rem;
|
||||
@@ -259,7 +259,7 @@ $breadcrumbs = [
|
||||
}
|
||||
|
||||
.pricing-header {
|
||||
background: linear-gradient(135deg, #144784 0%, #179e83 100%);
|
||||
background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
|
||||
color: white;
|
||||
padding: 30px;
|
||||
text-align: center;
|
||||
@@ -300,7 +300,7 @@ $breadcrumbs = [
|
||||
|
||||
.pricing-body li::before {
|
||||
content: '✓';
|
||||
color: #179e83;
|
||||
color: #6d28d9;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@@ -362,7 +362,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;
|
||||
@@ -394,7 +394,7 @@ $breadcrumbs = [
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
background: #179e83;
|
||||
background: #6d28d9;
|
||||
color: white;
|
||||
}
|
||||
|
||||
@@ -405,7 +405,7 @@ $breadcrumbs = [
|
||||
|
||||
.btn-secondary {
|
||||
background: white;
|
||||
color: #144784;
|
||||
color: #7c3aed;
|
||||
border: 2px solid white;
|
||||
}
|
||||
|
||||
@@ -435,7 +435,7 @@ $breadcrumbs = [
|
||||
}
|
||||
|
||||
.breadcrumb a {
|
||||
color: #144784;
|
||||
color: #7c3aed;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@@ -466,9 +466,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": "Price Monitoring", "item": "https://ukdataservices.co.uk/services/price-monitoring"}
|
||||
{"@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": "Price Monitoring", "item": "https://ukaiautomation.co.uk/services/price-monitoring"}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
@@ -562,25 +562,25 @@ $breadcrumbs = [
|
||||
</div>
|
||||
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;">
|
||||
<div>
|
||||
<h3 style="color: #144784; font-size: 1.3rem; margin-bottom: 15px;">Stop Leaving Money on the Table</h3>
|
||||
<h3 style="color: #7c3aed; font-size: 1.3rem; margin-bottom: 15px;">Stop Leaving Money on the Table</h3>
|
||||
<p style="color: #555; line-height: 1.8; margin-bottom: 20px;">Without visibility into competitor pricing, most businesses either price too low (sacrificing margin) or too high (losing sales). Our clients typically discover they've been underpricing 15-25% of their product range relative to competitors—representing significant lost revenue.</p>
|
||||
<p style="color: #555; line-height: 1.8; margin-bottom: 20px;">Price monitoring reveals exactly where you have pricing power and where you need to be more competitive. It transforms pricing decisions from gut feelings into data-driven strategy.</p>
|
||||
<h3 style="color: #144784; font-size: 1.3rem; margin-bottom: 15px;">React Before Your Competitors Do</h3>
|
||||
<h3 style="color: #7c3aed; font-size: 1.3rem; margin-bottom: 15px;">React Before Your Competitors Do</h3>
|
||||
<p style="color: #555; line-height: 1.8;">When a major competitor drops prices on key products, every hour matters. Our real-time alerts mean you can respond within minutes, not days. You'll know about promotional campaigns, stock-outs, and pricing changes as they happen—giving you first-mover advantage in dynamic markets.</p>
|
||||
</div>
|
||||
<div style="background: #f8f9fa; padding: 40px; border-radius: 12px;">
|
||||
<h3 style="color: #144784; font-size: 1.2rem; margin-bottom: 25px;">Average Client Results</h3>
|
||||
<h3 style="color: #7c3aed; font-size: 1.2rem; margin-bottom: 25px;">Average Client Results</h3>
|
||||
<div style="margin-bottom: 25px;">
|
||||
<div style="display: flex; justify-content: space-between; margin-bottom: 8px;"><span style="font-weight: 600;">Margin Improvement</span><span style="color: #179e83; font-weight: 700;">+8.3%</span></div>
|
||||
<div style="background: #e0e0e0; height: 8px; border-radius: 4px;"><div style="background: #179e83; width: 83%; height: 100%; border-radius: 4px;"></div></div>
|
||||
<div style="display: flex; justify-content: space-between; margin-bottom: 8px;"><span style="font-weight: 600;">Margin Improvement</span><span style="color: #6d28d9; font-weight: 700;">+8.3%</span></div>
|
||||
<div style="background: #e0e0e0; height: 8px; border-radius: 4px;"><div style="background: #6d28d9; width: 83%; height: 100%; border-radius: 4px;"></div></div>
|
||||
</div>
|
||||
<div style="margin-bottom: 25px;">
|
||||
<div style="display: flex; justify-content: space-between; margin-bottom: 8px;"><span style="font-weight: 600;">Competitive Win Rate</span><span style="color: #179e83; font-weight: 700;">+12%</span></div>
|
||||
<div style="background: #e0e0e0; height: 8px; border-radius: 4px;"><div style="background: #179e83; width: 72%; height: 100%; border-radius: 4px;"></div></div>
|
||||
<div style="display: flex; justify-content: space-between; margin-bottom: 8px;"><span style="font-weight: 600;">Competitive Win Rate</span><span style="color: #6d28d9; font-weight: 700;">+12%</span></div>
|
||||
<div style="background: #e0e0e0; height: 8px; border-radius: 4px;"><div style="background: #6d28d9; width: 72%; height: 100%; border-radius: 4px;"></div></div>
|
||||
</div>
|
||||
<div>
|
||||
<div style="display: flex; justify-content: space-between; margin-bottom: 8px;"><span style="font-weight: 600;">Pricing Decision Speed</span><span style="color: #179e83; font-weight: 700;">5x faster</span></div>
|
||||
<div style="background: #e0e0e0; height: 8px; border-radius: 4px;"><div style="background: #179e83; width: 90%; height: 100%; border-radius: 4px;"></div></div>
|
||||
<div style="display: flex; justify-content: space-between; margin-bottom: 8px;"><span style="font-weight: 600;">Pricing Decision Speed</span><span style="color: #6d28d9; font-weight: 700;">5x faster</span></div>
|
||||
<div style="background: #e0e0e0; height: 8px; border-radius: 4px;"><div style="background: #6d28d9; width: 90%; height: 100%; border-radius: 4px;"></div></div>
|
||||
</div>
|
||||
<p style="color: #666; font-size: 0.9rem; margin-top: 25px; font-style: italic;">Based on analysis of 47 UK retail and e-commerce clients over 12 months.</p>
|
||||
</div>
|
||||
@@ -700,7 +700,7 @@ $breadcrumbs = [
|
||||
</div>
|
||||
<div class="faq-item">
|
||||
<div class="faq-question">Is price monitoring legal in the UK?</div>
|
||||
<div class="faq-answer">Yes, price monitoring is completely legal in the UK when conducted properly. Monitoring publicly available pricing data is considered fair competitive practice. UK Data Services ensures all monitoring complies with website terms of service, GDPR, Computer Misuse Act requirements, and UK competition law. We only collect publicly visible pricing information.</div>
|
||||
<div class="faq-answer">Yes, price monitoring is completely legal in the UK when conducted properly. Monitoring publicly available pricing data is considered fair competitive practice. UK AI Automation ensures all monitoring complies with website terms of service, GDPR, Computer Misuse Act requirements, and UK competition law. We only collect publicly visible pricing information.</div>
|
||||
</div>
|
||||
<div class="faq-item">
|
||||
<div class="faq-question">How accurate is your price monitoring?</div>
|
||||
|
||||
Reference in New Issue
Block a user