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 = "Competitive Intelligence Services UK | Market & Competitor Analysis";
|
||||
$page_description = "Gain a competitive edge with our UK-based intelligence services. We deliver data-driven market research & competitor analysis. Request a free consultation.";
|
||||
$canonical_url = "https://ukdataservices.co.uk/services/competitive-intelligence";
|
||||
$canonical_url = "https://ukaiautomation.co.uk/services/competitive-intelligence";
|
||||
$keywords = "competitive intelligence UK, competitor analysis, market intelligence, business intelligence, competitive analysis services, market research 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": "Strategic competitive intelligence services providing comprehensive competitor analysis, market research, and data-driven insights for UK businesses.",
|
||||
"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": "Competitive Intelligence",
|
||||
"areaServed": {
|
||||
@@ -114,7 +114,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;
|
||||
@@ -197,7 +197,7 @@ $breadcrumbs = [
|
||||
padding: 40px;
|
||||
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;
|
||||
}
|
||||
|
||||
@@ -246,7 +246,7 @@ $breadcrumbs = [
|
||||
}
|
||||
|
||||
.deliverable-card h3 {
|
||||
color: #144784;
|
||||
color: #7c3aed;
|
||||
margin: 15px 0 10px;
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
@@ -283,7 +283,7 @@ $breadcrumbs = [
|
||||
.step-number {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
background: linear-gradient(135deg, #144784 0%, #179e83 100%);
|
||||
background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
|
||||
color: white;
|
||||
border-radius: 50%;
|
||||
display: flex;
|
||||
@@ -322,13 +322,13 @@ $breadcrumbs = [
|
||||
border-radius: 8px;
|
||||
text-align: center;
|
||||
font-weight: 600;
|
||||
color: #144784;
|
||||
color: #7c3aed;
|
||||
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.industry-tag:hover {
|
||||
background: #144784;
|
||||
background: #7c3aed;
|
||||
color: white;
|
||||
}
|
||||
|
||||
@@ -363,7 +363,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;
|
||||
@@ -395,7 +395,7 @@ $breadcrumbs = [
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
background: #179e83;
|
||||
background: #6d28d9;
|
||||
color: white;
|
||||
}
|
||||
|
||||
@@ -405,7 +405,7 @@ $breadcrumbs = [
|
||||
|
||||
.btn-secondary {
|
||||
background: white;
|
||||
color: #144784;
|
||||
color: #7c3aed;
|
||||
}
|
||||
|
||||
.btn-secondary:hover {
|
||||
@@ -435,7 +435,7 @@ $breadcrumbs = [
|
||||
}
|
||||
|
||||
.breadcrumb a {
|
||||
color: #144784;
|
||||
color: #7c3aed;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@@ -458,9 +458,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": "Competitive Intelligence", "item": "https://ukdataservices.co.uk/services/competitive-intelligence"}
|
||||
{"@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": "Competitive Intelligence", "item": "https://ukaiautomation.co.uk/services/competitive-intelligence"}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
@@ -599,19 +599,19 @@ $breadcrumbs = [
|
||||
</div>
|
||||
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start;">
|
||||
<div>
|
||||
<h3 style="color: #144784; font-size: 1.4rem; margin-bottom: 15px;">The Cost of Flying Blind</h3>
|
||||
<h3 style="color: #7c3aed; font-size: 1.4rem; margin-bottom: 15px;">The Cost of Flying Blind</h3>
|
||||
<p style="color: #555; line-height: 1.8; margin-bottom: 20px;">Many UK businesses operate without systematic intelligence about their competitors. They react to market changes instead of anticipating them. They discover competitor moves weeks or months after they happen—often when it's too late to respond effectively.</p>
|
||||
<p style="color: #555; line-height: 1.8; margin-bottom: 20px;">This reactive approach costs businesses dearly. Without competitive intelligence, companies frequently underprice products (leaving money on the table), overprice products (losing market share), miss emerging market opportunities, fail to anticipate competitive threats, and waste marketing budget on ineffective positioning.</p>
|
||||
<p style="color: #555; line-height: 1.8;">Our research shows that UK businesses using systematic competitive intelligence achieve 23% better pricing decisions and identify market opportunities an average of 4 months earlier than competitors who don't.</p>
|
||||
</div>
|
||||
<div>
|
||||
<h3 style="color: #144784; font-size: 1.4rem; margin-bottom: 15px;">What Sets Our Approach Apart</h3>
|
||||
<h3 style="color: #7c3aed; font-size: 1.4rem; margin-bottom: 15px;">What Sets Our Approach Apart</h3>
|
||||
<p style="color: #555; line-height: 1.8; margin-bottom: 20px;">Unlike generic market research, our competitive intelligence is specifically designed for decision-making. Every insight we deliver answers a strategic question: Should you enter this market? How should you position against this competitor? Where are the gaps in the market you can exploit?</p>
|
||||
<p style="color: #555; line-height: 1.8; margin-bottom: 20px;">We combine automated data collection with expert human analysis. Our technology monitors thousands of data points across competitor websites, job postings, patents, news coverage, and social media. But raw data isn't intelligence—our experienced analysts interpret patterns, identify trends, and translate findings into actionable recommendations.</p>
|
||||
<p style="color: #555; line-height: 1.8;">Based in the UK, we understand the nuances of British markets, regulatory requirements, and business culture. We're not applying American frameworks to UK markets—we're building intelligence programmes grounded in the realities of doing business in Britain.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div style="margin-top: 50px; background: linear-gradient(135deg, #144784 0%, #179e83 100%); border-radius: 12px; padding: 40px; color: white;">
|
||||
<div style="margin-top: 50px; background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%); border-radius: 12px; padding: 40px; color: white;">
|
||||
<div style="display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center;">
|
||||
<div>
|
||||
<div style="font-size: 2.5rem; font-weight: 700;">23%</div>
|
||||
@@ -696,7 +696,7 @@ $breadcrumbs = [
|
||||
</div>
|
||||
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; max-width: 1100px; margin: 0 auto;">
|
||||
<div style="background: white; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); overflow: hidden;">
|
||||
<div style="background: linear-gradient(135deg, #144784 0%, #179e83 100%); color: white; padding: 30px; text-align: center;">
|
||||
<div style="background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%); color: white; padding: 30px; text-align: center;">
|
||||
<h3 style="font-size: 1.5rem; margin-bottom: 10px;">Competitor Report</h3>
|
||||
<div style="font-size: 3rem; font-weight: 700;">£2,500<span style="font-size: 1rem; font-weight: 400;">/one-time</span></div>
|
||||
</div>
|
||||
@@ -709,12 +709,12 @@ $breadcrumbs = [
|
||||
<li style="padding: 12px 0; border-bottom: 1px solid #eee;">✓ Executive summary report</li>
|
||||
<li style="padding: 12px 0;">✓ 2-3 week delivery</li>
|
||||
</ul>
|
||||
<a href="/quote" class="btn btn-primary" style="width: 100%; display: block; text-align: center; padding: 14px; background: #179e83; color: white; text-decoration: none; border-radius: 8px; font-weight: 600;">Get Started</a>
|
||||
<a href="/quote" class="btn btn-primary" style="width: 100%; display: block; text-align: center; padding: 14px; background: #6d28d9; color: white; text-decoration: none; border-radius: 8px; font-weight: 600;">Get Started</a>
|
||||
</div>
|
||||
</div>
|
||||
<div style="background: white; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); overflow: hidden; border: 3px solid #179e83; transform: scale(1.02);">
|
||||
<div style="background: linear-gradient(135deg, #144784 0%, #179e83 100%); color: white; padding: 30px; text-align: center; position: relative;">
|
||||
<span style="position: absolute; top: 10px; right: 10px; background: #fff; color: #179e83; padding: 4px 12px; border-radius: 20px; font-size: 0.8rem; font-weight: 600;">Most Popular</span>
|
||||
<div style="background: white; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); overflow: hidden; border: 3px solid #6d28d9; transform: scale(1.02);">
|
||||
<div style="background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%); color: white; padding: 30px; text-align: center; position: relative;">
|
||||
<span style="position: absolute; top: 10px; right: 10px; background: #fff; color: #6d28d9; padding: 4px 12px; border-radius: 20px; font-size: 0.8rem; font-weight: 600;">Most Popular</span>
|
||||
<h3 style="font-size: 1.5rem; margin-bottom: 10px;">Market Intelligence</h3>
|
||||
<div style="font-size: 3rem; font-weight: 700;">£5,000<span style="font-size: 1rem; font-weight: 400;">+</span></div>
|
||||
</div>
|
||||
@@ -727,11 +727,11 @@ $breadcrumbs = [
|
||||
<li style="padding: 12px 0; border-bottom: 1px solid #eee;">✓ Strategic recommendations</li>
|
||||
<li style="padding: 12px 0;">✓ 4-6 week delivery</li>
|
||||
</ul>
|
||||
<a href="/quote" class="btn btn-primary" style="width: 100%; display: block; text-align: center; padding: 14px; background: #179e83; color: white; text-decoration: none; border-radius: 8px; font-weight: 600;">Get Started</a>
|
||||
<a href="/quote" class="btn btn-primary" style="width: 100%; display: block; text-align: center; padding: 14px; background: #6d28d9; color: white; text-decoration: none; border-radius: 8px; font-weight: 600;">Get Started</a>
|
||||
</div>
|
||||
</div>
|
||||
<div style="background: white; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); overflow: hidden;">
|
||||
<div style="background: linear-gradient(135deg, #144784 0%, #179e83 100%); color: white; padding: 30px; text-align: center;">
|
||||
<div style="background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%); color: white; padding: 30px; text-align: center;">
|
||||
<h3 style="font-size: 1.5rem; margin-bottom: 10px;">Strategic Retainer</h3>
|
||||
<div style="font-size: 3rem; font-weight: 700;">£3,500<span style="font-size: 1rem; font-weight: 400;">/month</span></div>
|
||||
</div>
|
||||
@@ -744,7 +744,7 @@ $breadcrumbs = [
|
||||
<li style="padding: 12px 0; border-bottom: 1px solid #eee;">✓ Dedicated analyst support</li>
|
||||
<li style="padding: 12px 0;">✓ Strategic advisory calls</li>
|
||||
</ul>
|
||||
<a href="/quote" class="btn btn-primary" style="width: 100%; display: block; text-align: center; padding: 14px; background: #179e83; color: white; text-decoration: none; border-radius: 8px; font-weight: 600;">Contact Sales</a>
|
||||
<a href="/quote" class="btn btn-primary" style="width: 100%; display: block; text-align: center; padding: 14px; background: #6d28d9; color: white; text-decoration: none; border-radius: 8px; font-weight: 600;">Contact Sales</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -777,7 +777,7 @@ $breadcrumbs = [
|
||||
</div>
|
||||
<div class="faq-item">
|
||||
<div class="faq-question">Is competitive intelligence legal?</div>
|
||||
<div class="faq-answer">Yes, competitive intelligence is completely legal when conducted ethically using publicly available information. It's a standard business practice used by companies worldwide. UK Data Services ensures all intelligence gathering complies with UK law, GDPR, and ethical standards. We never engage in industrial espionage, misrepresentation, or accessing non-public information.</div>
|
||||
<div class="faq-answer">Yes, competitive intelligence is completely legal when conducted ethically using publicly available information. It's a standard business practice used by companies worldwide. UK AI Automation ensures all intelligence gathering complies with UK law, GDPR, and ethical standards. We never engage in industrial espionage, misrepresentation, or accessing non-public information.</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -792,19 +792,19 @@ $breadcrumbs = [
|
||||
</div>
|
||||
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px;">
|
||||
<div class="service-card" style="background: white; padding: 30px; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.08);">
|
||||
<h3 style="color: #144784; margin-bottom: 15px;"><a href="/services/price-monitoring" style="color: inherit; text-decoration: none;">Automated Price Monitoring</a></h3>
|
||||
<h3 style="color: #7c3aed; margin-bottom: 15px;"><a href="/services/price-monitoring" style="color: inherit; text-decoration: none;">Automated Price Monitoring</a></h3>
|
||||
<p style="color: #666; margin-bottom: 15px;">Track competitor pricing in real-time alongside your competitive analysis. Get instant alerts when prices change.</p>
|
||||
<a href="/services/price-monitoring" style="color: #179e83; font-weight: 600; text-decoration: none;">Learn More →</a>
|
||||
<a href="/services/price-monitoring" style="color: #6d28d9; font-weight: 600; text-decoration: none;">Learn More →</a>
|
||||
</div>
|
||||
<div class="service-card" style="background: white; padding: 30px; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.08);">
|
||||
<h3 style="color: #144784; margin-bottom: 15px;"><a href="/services/data-cleaning" style="color: inherit; text-decoration: none;">Data Cleaning & Validation</a></h3>
|
||||
<h3 style="color: #7c3aed; margin-bottom: 15px;"><a href="/services/data-cleaning" style="color: inherit; text-decoration: none;">Data Cleaning & Validation</a></h3>
|
||||
<p style="color: #666; margin-bottom: 15px;">Ensure your competitive intelligence data is accurate, deduplicated, and ready for analysis.</p>
|
||||
<a href="/services/data-cleaning" style="color: #179e83; font-weight: 600; text-decoration: none;">Learn More →</a>
|
||||
<a href="/services/data-cleaning" style="color: #6d28d9; font-weight: 600; text-decoration: none;">Learn More →</a>
|
||||
</div>
|
||||
<div class="service-card" style="background: white; padding: 30px; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.08);">
|
||||
<h3 style="color: #144784; margin-bottom: 15px;"><a href="/blog/" style="color: inherit; text-decoration: none;">Industry Insights Blog</a></h3>
|
||||
<h3 style="color: #7c3aed; margin-bottom: 15px;"><a href="/blog/" style="color: inherit; text-decoration: none;">Industry Insights Blog</a></h3>
|
||||
<p style="color: #666; margin-bottom: 15px;">Explore our latest articles on competitive intelligence best practices and market research techniques.</p>
|
||||
<a href="/blog/" style="color: #179e83; font-weight: 600; text-decoration: none;">Read Articles →</a>
|
||||
<a href="/blog/" style="color: #6d28d9; font-weight: 600; text-decoration: none;">Read Articles →</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user