Implement marketing audit recommendations across site

- Add /services → /project-types 301 redirects in .htaccess
- Remove .php extensions from all user-facing links across all pages
- Rewrite homepage hero with benefit-focused H1, subtitle, CTAs, and stats
- Add trust signals section below hero with badges
- Rewrite service cards with benefit-focused copy
- Update FAQ schema to match actual page FAQ content (6 questions)
- Restructure quote form from 5-step to 3-step wizard with sidebar
- Update about page mission statement and CTA copy
- Update project-types page title, H1, and add Organization schema
- Add trust signals and quote layout CSS styles
- Clean sitemap: remove .php extensions, remove blog/search, update dates

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
root
2026-01-29 11:39:22 +00:00
parent d8622b7f9e
commit 9cea601fb3
9 changed files with 628 additions and 561 deletions

145
index.php
View File

@@ -357,18 +357,10 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-main-logo
"mainEntity": [
{
"@type": "Question",
"name": "What is web scraping and how can it benefit my business?",
"name": "How much does web scraping cost?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Web scraping is the automated process of extracting data from websites. It benefits businesses by providing competitive intelligence, automating data collection, enabling real-time price monitoring, and supporting strategic decision-making."
}
},
{
"@type": "Question",
"name": "How much do web scraping services cost?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Web scraping costs vary based on complexity: Simple extraction £500-£2,000, Medium projects £2,000-£10,000, Enterprise solutions £10,000+. We provide custom quotes based on your specific requirements."
"text": "Our web scraping projects typically start from £500 for simple data extraction tasks. Pricing varies based on data volume, complexity, frequency of updates, and delivery format. We offer fixed-price quotes with no hidden fees."
}
},
{
@@ -376,7 +368,39 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-main-logo
"name": "Is web scraping legal in the UK?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, web scraping is legal in the UK when conducted properly. We ensure full compliance with UK Data Protection Act 2018, GDPR, website terms of service, and industry best practices."
"text": "Yes, web scraping is legal in the UK when conducted ethically and in compliance with data protection laws. We ensure all our data collection follows GDPR guidelines, respects robots.txt directives, and adheres to website terms of service. Our compliance team reviews every project to ensure legal and ethical data collection."
}
},
{
"@type": "Question",
"name": "How long does a typical project take?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Project timelines vary based on scope and complexity. Simple one-off extractions can be delivered within 2-5 business days. Larger projects with multiple data sources typically take 1-3 weeks. Ongoing monitoring services are set up within a week and run continuously."
}
},
{
"@type": "Question",
"name": "What data formats do you deliver?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We deliver data in whatever format works best for your workflow: CSV, Excel, JSON, XML, or direct database integration. We can also connect to your existing systems via API, push data to cloud storage (AWS S3, Google Cloud), or integrate with your CRM, BI tools, or data warehouse."
}
},
{
"@type": "Question",
"name": "Is the data GDPR compliant?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, GDPR compliance is built into everything we do. We only collect publicly available data with legitimate business purposes. Personal data is handled according to data minimisation principles, and we provide full documentation for your compliance records."
}
},
{
"@type": "Question",
"name": "Do you offer ongoing monitoring services?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, we offer continuous monitoring solutions for price tracking, competitor analysis, and market intelligence. Data can be updated hourly, daily, or weekly depending on your needs. We provide real-time alerts for significant changes and customisable dashboards to visualise trends over time."
}
}
]
@@ -466,7 +490,7 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-main-logo
<a href="#services" class="nav-link">Capabilities</a>
<a href="/project-types" class="nav-link">Project Types</a>
<a href="/about" class="nav-link">About</a>
<a href="blog/" class="nav-link">Blog</a>
<a href="/blog/" class="nav-link">Blog</a>
<a href="#contact" class="nav-link">Contact</a>
<a href="/quote" class="nav-link cta-button">Request Consultation</a>
</div>
@@ -483,16 +507,16 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-main-logo
<section id="home" class="hero">
<div class="hero-container">
<div class="hero-content">
<h1 class="hero-title"><span class="highlight rotating-text" id="rotating-text">UK's Leading Web Scraping & Data Analytics Services</span></h1>
<p class="hero-subtitle" id="hero-subtitle">Transform your business decisions with accurate, real-time market intelligence. We help UK businesses extract competitor data, monitor prices, and automate research—all while staying 100% GDPR compliant.</p>
<h1 class="hero-title">Stop guessing what your competitors are doing.</h1>
<p class="hero-subtitle" id="hero-subtitle">We extract real-time pricing, product, and market data from any website — legally, accurately, and on your schedule.</p>
<div class="hero-buttons">
<a href="/quote" class="btn btn-primary">Request Consultation</a>
<a href="#services" class="btn btn-secondary">Our Capabilities</a>
<a href="/quote" class="btn btn-primary">Get Your Free Data Proposal</a>
<a href="/project-types" class="btn btn-secondary">See Our Work</a>
</div>
<div class="hero-stats">
<div class="stat">
<span class="stat-number">£2.5M+</span>
<span class="stat-label">Value Created for Clients</span>
<span class="stat-number">500+</span>
<span class="stat-label">Projects Delivered</span>
</div>
<div class="stat">
<span class="stat-number">99.8%</span>
@@ -599,12 +623,31 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-main-logo
</div>
</section>
<!-- Trust Signals Below Hero -->
<section class="trust-signals-hero">
<div class="container">
<p class="trust-heading">Trusted by businesses across the UK</p>
<div class="trust-logos">
<div class="trust-logo-placeholder"></div>
<div class="trust-logo-placeholder"></div>
<div class="trust-logo-placeholder"></div>
<div class="trust-logo-placeholder"></div>
<div class="trust-logo-placeholder"></div>
</div>
<div class="trust-badges">
<span class="badge">GDPR Compliant</span>
<span class="badge">ICO Registered</span>
<span class="badge">Cyber Essentials</span>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="services">
<div class="container">
<div class="section-header">
<h2>Enterprise Data Solutions Portfolio</h2>
<p>Comprehensive data intelligence services designed for mission-critical business operations and strategic decision-making across British industry sectors. Our <a href="/about">experienced team</a> delivers solutions for <a href="/project-types">diverse project types</a> while maintaining full <a href="blog/articles/web-scraping-compliance-uk-guide.php">legal compliance</a> with UK data protection regulations.</p>
<p>Comprehensive data intelligence services designed for mission-critical business operations and strategic decision-making across British industry sectors. Our <a href="/about">experienced team</a> delivers solutions for <a href="/project-types">diverse project types</a> while maintaining full <a href="/blog/articles/web-scraping-compliance-uk-guide">legal compliance</a> with UK data protection regulations.</p>
</div>
<div class="services-grid">
<div class="service-card animate-on-scroll" style="--animation-delay: 0.1s;">
@@ -612,15 +655,15 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-main-logo
<img src="assets/images/icon-web-scraping-v2.svg" alt="Enterprise web scraping technology icon featuring data extraction pipeline and automated collection systems" loading="lazy">
</div>
<h3>Enterprise Web Intelligence & Monitoring</h3>
<p>Our web scraping services UK consultancy delivers strategic data acquisition solutions utilising advanced web intelligence platforms and proprietary extraction methodologies. Trusted by <a href="case-studies/">leading UK businesses</a> across London, Manchester, and Birmingham for <a href="blog/articles/competitive-intelligence-roi-metrics.php">competitive intelligence</a>, market surveillance, and automated data collection with <a href="blog/articles/web-scraping-compliance-uk-guide.php">full legal compliance</a>.</p>
<p>Our web scraping services UK consultancy delivers strategic data acquisition solutions utilising advanced web intelligence platforms and proprietary extraction methodologies. Trusted by <a href="case-studies/">leading UK businesses</a> across London, Manchester, and Birmingham for <a href="/blog/articles/competitive-intelligence-roi-metrics">competitive intelligence</a>, market surveillance, and automated data collection with <a href="/blog/articles/web-scraping-compliance-uk-guide">full legal compliance</a>.</p>
<ul>
<li>Competitive intelligence & market surveillance</li>
<li>Financial data aggregation & securities monitoring</li>
<li>E-commerce pricing intelligence & inventory tracking</li>
<li><a href="blog/articles/uk-property-market-data-trends.php">Property market analysis</a> & investment research</li>
<li><a href="/blog/articles/uk-property-market-data-trends">Property market analysis</a> & investment research</li>
<li>Multi-platform marketplace intelligence (Amazon, eBay, Auto Trader)</li>
<li><a href="blog/articles/retail-price-monitoring-strategies.php">Promotional intelligence</a> & pricing strategy analysis</li>
<li><a href="blog/categories/compliance.php">GDPR-compliant</a> data collection processes</li>
<li><a href="/blog/articles/retail-price-monitoring-strategies">Promotional intelligence</a> & pricing strategy analysis</li>
<li><a href="/blog/categories/compliance">GDPR-compliant</a> data collection processes</li>
<li>Real-time market monitoring and alert systems</li>
</ul>
</div>
@@ -630,10 +673,10 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-main-logo
<img src="assets/images/icon-scalability.svg" alt="Cloud-native scalability icon showing distributed data processing architecture with growth arrows and server clusters" loading="lazy">
</div>
<h3>Advanced Technology Platform</h3>
<p>Our enterprise-grade infrastructure leverages cutting-edge Microsoft technologies and <a href="blog/articles/cloud-native-scraping-architecture.php">cloud-native architectures</a> to deliver scalable, reliable data solutions. Built for <a href="services/data-cleaning.php">enterprise-scale operations</a> with 99.8% uptime guarantees and comprehensive <a href="gdpr-compliance">data protection measures</a>.</p>
<p>Our enterprise-grade infrastructure leverages cutting-edge Microsoft technologies and <a href="/blog/articles/cloud-native-scraping-architecture">cloud-native architectures</a> to deliver scalable, reliable data solutions. Built for <a href="/project-types">enterprise-scale operations</a> with 99.8% uptime guarantees and comprehensive <a href="gdpr-compliance">data protection measures</a>.</p>
<ul>
<li><a href="blog/articles/python-data-pipeline-tools-2025.php">Cloud-native data processing pipelines</a></li>
<li><a href="blog/articles/real-time-analytics-streaming-data.php">Real-time data streaming & analytics</a></li>
<li><a href="/blog/articles/python-data-pipeline-tools-2025">Cloud-native data processing pipelines</a></li>
<li><a href="/blog/articles/real-time-analytics-streaming-data">Real-time data streaming & analytics</a></li>
<li>Enterprise security & encrypted data storage</li>
<li>API-first architecture & system integration</li>
</ul>
@@ -647,10 +690,10 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-main-logo
<p>Professional data analytics London solutions providing end-to-end data lifecycle management tailored to meet complex enterprise requirements and UK regulatory compliance standards across all major cities.</p>
<ul>
<li>Strategic web intelligence programmes</li>
<li><a href="blog/articles/database-optimization-big-data.php">Database migration & transformation services</a></li>
<li><a href="/blog/articles/database-optimization-big-data">Database migration & transformation services</a></li>
<li>Lead generation & CRM data enrichment</li>
<li>Document digitisation & data entry services</li>
<li><a href="blog/articles/data-quality-validation-pipelines.php">Data processing & quality assurance</a></li>
<li><a href="/blog/articles/data-quality-validation-pipelines">Data processing & quality assurance</a></li>
<li>Bulk data operations & system integration</li>
<li>Bespoke data extraction solutions</li>
</ul>
@@ -660,8 +703,8 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-main-logo
<div class="service-icon">
<img src="assets/images/icon-automation.svg" alt="Business automation icon showing robotic process automation with gears, workflows, and automated data integration systems" loading="lazy">
</div>
<h3>Automation & APIs</h3>
<p>Streamline your data workflows with custom automation solutions and API integrations.</p>
<h3>Automation &amp; APIs</h3>
<p>Automate your data collection. Get fresh data delivered to your systems daily — no manual exports, no copy-pasting from spreadsheets.</p>
<ul>
<li>Custom API development</li>
<li>Automated data pipelines</li>
@@ -674,13 +717,13 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-main-logo
<div class="service-icon">
<img src="assets/images/icon-compliance.svg" alt="GDPR compliance shield icon featuring legal checkmarks, data protection symbols, and UK regulatory compliance badges" loading="lazy">
</div>
<h3>Compliance & Security</h3>
<p>Maintain the highest standards of data security and regulatory compliance across all projects.</p>
<h3>Compliance &amp; Security</h3>
<p>Sleep easy knowing your data is handled right. Full GDPR compliance, encryption, and audit trails built into every project.</p>
<ul>
<li>GDPR compliance</li>
<li>Data encryption</li>
<li>Secure data transfer</li>
<li>Privacy protection</li>
<li>GDPR-compliant data handling</li>
<li>End-to-end encryption</li>
<li>Full audit trails</li>
<li>Secure data storage</li>
</ul>
</div>
@@ -689,12 +732,12 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-main-logo
<img src="assets/images/icon-consulting.svg" alt="Strategic consulting icon showing business analysts, data strategy frameworks, and custom solution development blueprints" loading="lazy">
</div>
<h3>Custom Development</h3>
<p>Build tailored solutions designed specifically for your unique business requirements and data challenges.</p>
<p>Built for your exact requirements. Off-the-shelf tools don't work? We'll build a scraping solution that fits your data sources, your format, your schedule.</p>
<ul>
<li>Bespoke scraping solutions</li>
<li>Custom API development</li>
<li>Tailored reporting systems</li>
<li>System integrations</li>
<li>Custom data formats</li>
<li>Flexible scheduling</li>
<li>Ongoing maintenance</li>
</ul>
</div>
</div>
@@ -706,7 +749,7 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-main-logo
<div class="container">
<div class="section-header">
<h2>Trusted by Industry Leaders Across the UK</h2>
<p>Our enterprise clients span regulated industries including <a href="blog/categories/industry-insights.php">financial services</a>, gaming, property, and retail across London, Manchester, Birmingham, Edinburgh, and Cardiff. From <a href="case-studies/">FTSE 100 companies</a> to innovative startups, we deliver <a href="blog/articles/web-scraping-compliance-uk-guide.php">compliant data solutions</a> that drive business growth.</p>
<p>Our enterprise clients span regulated industries including <a href="/blog/categories/industry-insights">financial services</a>, gaming, property, and retail across London, Manchester, Birmingham, Edinburgh, and Cardiff. From <a href="case-studies/">FTSE 100 companies</a> to innovative startups, we deliver <a href="/blog/articles/web-scraping-compliance-uk-guide">compliant data solutions</a> that drive business growth.</p>
</div>
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 40px; align-items: center; opacity: 0.7; margin-bottom: 60px;">
@@ -740,17 +783,17 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-main-logo
<div style="text-align: center; padding: 20px; background: #f8f9fa; border-radius: 12px;">
<h4 style="color: #179e83; margin-bottom: 15px;">🏙️ London & South East</h4>
<p style="color: #666; margin: 0;">Financial services, fintech, and e-commerce data solutions for the capital's business district.</p>
<a href="blog/articles/uk-property-market-data-trends.php" style="color: #179e83; text-decoration: none; font-weight: 500;">Property Market Analysis →</a>
<a href="/blog/articles/uk-property-market-data-trends" style="color: #179e83; text-decoration: none; font-weight: 500;">Property Market Analysis →</a>
</div>
<div style="text-align: center; padding: 20px; background: #f8f9fa; border-radius: 12px;">
<h4 style="color: #179e83; margin-bottom: 15px;">🏭 Manchester & North West</h4>
<p style="color: #666; margin: 0;">Manufacturing, logistics, and industrial data intelligence for the North West's business hub.</p>
<a href="services/data-cleaning.php" style="color: #179e83; text-decoration: none; font-weight: 500;">Data Processing Services →</a>
<a href="/project-types" style="color: #179e83; text-decoration: none; font-weight: 500;">Data Processing Services →</a>
</div>
<div style="text-align: center; padding: 20px; background: #f8f9fa; border-radius: 12px;">
<h4 style="color: #179e83; margin-bottom: 15px;">🏴󠁧󠁢󠁳󠁣󠁴󠁿 Edinburgh & Scotland</h4>
<p style="color: #666; margin: 0;">Energy, oil & gas, and renewable energy sector data solutions across Scotland.</p>
<a href="blog/categories/industry-insights.php" style="color: #179e83; text-decoration: none; font-weight: 500;">Industry Insights →</a>
<a href="/blog/categories/industry-insights" style="color: #179e83; text-decoration: none; font-weight: 500;">Industry Insights →</a>
</div>
<div style="text-align: center; padding: 20px; background: #f8f9fa; border-radius: 12px;">
<h4 style="color: #179e83; margin-bottom: 15px;">🏴󠁧󠁢󠁷󠁬󠁳󠁿 Cardiff & Wales</h4>
@@ -818,7 +861,7 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-main-logo
<div class="container">
<div class="section-header">
<h2>Why Choose UK Data Services</h2>
<p>Enterprise-grade expertise, cutting-edge technology infrastructure, and unwavering commitment to delivering measurable business outcomes. Trusted by businesses across London, Manchester, Birmingham, and throughout the UK for <a href="blog/articles/web-scraping-compliance-uk-guide.php">compliant data extraction</a> and <a href="blog/categories/data-analytics.php">advanced analytics solutions</a>.</p>
<p>Enterprise-grade expertise, cutting-edge technology infrastructure, and unwavering commitment to delivering measurable business outcomes. Trusted by businesses across London, Manchester, Birmingham, and throughout the UK for <a href="/blog/articles/web-scraping-compliance-uk-guide">compliant data extraction</a> and <a href="/blog/categories/data-analytics">advanced analytics solutions</a>.</p>
</div>
<div class="features-grid">
<div class="feature">
@@ -826,7 +869,7 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-main-logo
<img src="assets/images/icon-accuracy.svg" alt="Data precision target icon showing accuracy metrics, quality validation checkmarks, and statistical accuracy indicators" loading="lazy">
</div>
<h3>Guaranteed Data Precision</h3>
<p>Exceptional 99.8% accuracy rates achieved through advanced validation algorithms and rigorous quality assurance methodologies. Our <a href="blog/articles/data-quality-validation-pipelines.php">data quality framework</a> ensures enterprise-grade reliability.</p>
<p>Exceptional 99.8% accuracy rates achieved through advanced validation algorithms and rigorous quality assurance methodologies. Our <a href="/blog/articles/data-quality-validation-pipelines">data quality framework</a> ensures enterprise-grade reliability.</p>
</div>
<div class="feature">
@@ -834,7 +877,7 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-main-logo
<img src="assets/images/icon-speed.svg" alt="High-speed delivery icon featuring performance metrics, acceleration arrows, and rapid deployment timelines" loading="lazy">
</div>
<h3>Accelerated Delivery Excellence</h3>
<p>Optimised workflows and automated processing pipelines enable rapid project completion whilst maintaining enterprise-grade quality standards. Learn about our <a href="blog/categories/technology.php">advanced technology stack</a>.</p>
<p>Optimised workflows and automated processing pipelines enable rapid project completion whilst maintaining enterprise-grade quality standards. Learn about our <a href="/blog/categories/technology">advanced technology stack</a>.</p>
</div>
<div class="feature">
@@ -842,7 +885,7 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-main-logo
<img src="assets/images/icon-security.svg" alt="Enterprise security shield icon with encryption locks, data protection barriers, and cybersecurity monitoring systems" loading="lazy">
</div>
<h3>Enterprise Security & Compliance</h3>
<p>Enterprise-grade security measures and <a href="gdpr-compliance">GDPR compliance frameworks</a> protect sensitive data throughout the entire processing lifecycle. Full adherence to <a href="blog/categories/compliance.php">UK data protection regulations</a>.</p>
<p>Enterprise-grade security measures and <a href="gdpr-compliance">GDPR compliance frameworks</a> protect sensitive data throughout the entire processing lifecycle. Full adherence to <a href="/blog/categories/compliance">UK data protection regulations</a>.</p>
</div>
<div class="feature">
@@ -850,7 +893,7 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-main-logo
<img src="assets/images/icon-scalability.svg" alt="Scalable infrastructure icon showing cloud expansion, distributed systems, and elastic resource allocation capabilities" loading="lazy">
</div>
<h3>Scalable Infrastructure Platform</h3>
<p>Cloud-native architecture scales seamlessly from pilot programmes to enterprise-wide deployments, supporting millions of data points daily. Explore our <a href="blog/articles/cloud-native-scraping-architecture.php">enterprise architecture approach</a>.</p>
<p>Cloud-native architecture scales seamlessly from pilot programmes to enterprise-wide deployments, supporting millions of data points daily. Explore our <a href="/blog/articles/cloud-native-scraping-architecture">enterprise architecture approach</a>.</p>
</div>
<div class="feature">
@@ -866,7 +909,7 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-main-logo
<img src="assets/images/icon-compliance-check.svg" alt="Regulatory compliance checklist icon with government badges, legal verification marks, and audit approval stamps" loading="lazy">
</div>
<h3>Full Regulatory Compliance</h3>
<p>Comprehensive compliance with UK data protection legislation, industry regulations, and international privacy standards ensuring legal certainty. Read our <a href="blog/articles/gdpr-data-minimisation-practices.php">compliance best practices guide</a>.</p>
<p>Comprehensive compliance with UK data protection legislation, industry regulations, and international privacy standards ensuring legal certainty. Read our <a href="/blog/articles/gdpr-data-minimisation-practices">compliance best practices guide</a>.</p>
</div>
</div>
</div>
@@ -1178,7 +1221,7 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-main-logo
<div class="footer-section">
<h3>Resources & Insights</h3>
<ul>
<li><a href="blog/">Data Intelligence Blog</a></li>
<li><a href="/blog/">Data Intelligence Blog</a></li>
<li><a href="case-studies/">Case Studies</a></li>
<li><a href="/about">About UK Data Services</a></li>
<li><a href="/project-types">Project Types</a></li>