Fix SEO inconsistencies: founding year, accuracy rates, sitemap, alt text

- Fix founding year from 2018 to 2015 across about.php, organization-schema.php, and index.php schema
- Standardise data accuracy rate to 99.8% across about.php and services/web-scraping.php (was 99.7%/99.9%)
- Remove google-oauth-callback from sitemap.xml
- Fix UK Gambling Commission logo alt text (remove misleading 'regulatory compliance' label)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Peter Foster
2026-03-08 09:24:51 +00:00
parent bf04196d9e
commit c07d126044
5 changed files with 11 additions and 12 deletions

View File

@@ -54,12 +54,12 @@ $breadcrumbs = [
"@id": "https://ukdataservices.co.uk/about#webpage", "@id": "https://ukdataservices.co.uk/about#webpage",
"url": "https://ukdataservices.co.uk/about", "url": "https://ukdataservices.co.uk/about",
"name": "About UK Data Services", "name": "About UK Data Services",
"description": "Learn about UK Data Services, our expert team, values, and commitment to delivering professional data solutions since 2018.", "description": "Learn about UK Data Services, our expert team, values, and commitment to delivering professional data solutions since 2015.",
"mainEntity": { "mainEntity": {
"@type": "Organization", "@type": "Organization",
"@id": "https://ukdataservices.co.uk#organization", "@id": "https://ukdataservices.co.uk#organization",
"name": "UK Data Services", "name": "UK Data Services",
"foundingDate": "2018", "foundingDate": "2015",
"description": "Professional data solutions provider specializing in web scraping, data extraction, and business intelligence services.", "description": "Professional data solutions provider specializing in web scraping, data extraction, and business intelligence services.",
"knowsAbout": [ "knowsAbout": [
"Web Scraping", "Web Scraping",
@@ -118,7 +118,7 @@ $breadcrumbs = [
{ {
"@type": "DataDownload", "@type": "DataDownload",
"name": "Data Accuracy Rate", "name": "Data Accuracy Rate",
"description": "99.9% accuracy in data extraction and processing" "description": "99.8% accuracy in data extraction and processing"
} }
] ]
} }
@@ -194,7 +194,7 @@ $breadcrumbs = [
<section class="about-hero"> <section class="about-hero">
<div class="container"> <div class="container">
<h1>About UK Data Services</h1> <h1>About UK Data Services</h1>
<p class="hero-subtitle">Expert Web Scraping & Business Intelligence Team — Trusted Since 2018</p> <p class="hero-subtitle">Expert Web Scraping & Business Intelligence Team — Trusted Since 2015</p>
</div> </div>
</section> </section>
@@ -204,7 +204,7 @@ $breadcrumbs = [
<div style="max-width: 800px; margin: 0 auto; text-align: center;"> <div style="max-width: 800px; margin: 0 auto; text-align: center;">
<h2 style="margin-bottom: 30px;">Our Story</h2> <h2 style="margin-bottom: 30px;">Our Story</h2>
<p style="font-size: 1.2rem; line-height: 1.6; color: #666; margin-bottom: 40px;"> <p style="font-size: 1.2rem; line-height: 1.6; color: #666; margin-bottom: 40px;">
Founded in 2018, UK Data Services emerged from a simple observation: businesses were drowning in data opportunities but struggling to extract actionable insights. Our founders, experienced data scientists and engineers, recognised the gap between raw web data and business intelligence. Founded in 2015, UK Data Services emerged from a simple observation: businesses were drowning in data opportunities but struggling to extract actionable insights. Our founders, experienced data scientists and engineers, recognised the gap between raw web data and business intelligence.
</p> </p>
<p style="font-size: 1.1rem; line-height: 1.6; color: #666; margin-bottom: 40px;"> <p style="font-size: 1.1rem; line-height: 1.6; color: #666; margin-bottom: 40px;">
Today, we've evolved into a trusted provider of web scraping and data extraction services, having successfully delivered over 500 projects across industries including e-commerce, finance, property, manufacturing, and healthcare. Our commitment to accuracy, compliance, and innovation has made us the trusted choice for businesses ranging from startups to FTSE companies. Today, we've evolved into a trusted provider of web scraping and data extraction services, having successfully delivered over 500 projects across industries including e-commerce, finance, property, manufacturing, and healthcare. Our commitment to accuracy, compliance, and innovation has made us the trusted choice for businesses ranging from startups to FTSE companies.
@@ -227,7 +227,7 @@ $breadcrumbs = [
<div class="values-grid"> <div class="values-grid">
<div class="value-card"> <div class="value-card">
<h3 style="color: #179e83; margin-bottom: 16px;">Data Accuracy</h3> <h3 style="color: #179e83; margin-bottom: 16px;">Data Accuracy</h3>
<p>We maintain the highest standards of data quality and accuracy. Every dataset undergoes rigorous validation to ensure 99.9% accuracy rates that our clients depend on.</p> <p>We maintain the highest standards of data quality and accuracy. Every dataset undergoes rigorous validation to ensure 99.8% accuracy rates that our clients depend on.</p>
</div> </div>
<div class="value-card"> <div class="value-card">
@@ -276,7 +276,7 @@ $breadcrumbs = [
</div> </div>
<div class="stat-card"> <div class="stat-card">
<span class="stat-number">99.9%</span> <span class="stat-number">99.8%</span>
<span class="stat-label">Data Accuracy</span> <span class="stat-label">Data Accuracy</span>
</div> </div>

View File

@@ -89,7 +89,7 @@ $organizationSchema = [
'areaServed' => 'GB' 'areaServed' => 'GB'
] ]
], ],
'foundingDate' => '2018', 'foundingDate' => '2015',
'numberOfEmployees' => [ 'numberOfEmployees' => [
'@type' => 'QuantitativeValue', '@type' => 'QuantitativeValue',
'value' => '15' 'value' => '15'

View File

@@ -693,7 +693,7 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-social-ca
<img src="assets/images/client-homesupply.png" alt="Home Supply - Edinburgh property services client" loading="lazy" style="max-height: 60px; width: auto; filter: grayscale(100%); transition: filter 0.3s ease;" onmouseover="this.style.filter='grayscale(0%)'" onmouseout="this.style.filter='grayscale(100%)'" width="342" height="61"> <img src="assets/images/client-homesupply.png" alt="Home Supply - Edinburgh property services client" loading="lazy" style="max-height: 60px; width: auto; filter: grayscale(100%); transition: filter 0.3s ease;" onmouseover="this.style.filter='grayscale(0%)'" onmouseout="this.style.filter='grayscale(100%)'" width="342" height="61">
</div> </div>
<div style="text-align: center;"> <div style="text-align: center;">
<img src="assets/images/client-gambling-commission.png" alt="UK Gambling Commission - regulatory compliance client" loading="lazy" style="max-height: 60px; width: auto; filter: grayscale(100%); transition: filter 0.3s ease;" onmouseover="this.style.filter='grayscale(0%)'" onmouseout="this.style.filter='grayscale(100%)'" width="412" height="122"> <img src="assets/images/client-gambling-commission.png" alt="UK Gambling Commission client" loading="lazy" style="max-height: 60px; width: auto; filter: grayscale(100%); transition: filter 0.3s ease;" onmouseover="this.style.filter='grayscale(0%)'" onmouseout="this.style.filter='grayscale(100%)'" width="412" height="122">
</div> </div>
</div> </div>

View File

@@ -594,7 +594,7 @@ $breadcrumbs = [
<span class="stat-label">Projects Delivered</span> <span class="stat-label">Projects Delivered</span>
</div> </div>
<div class="stat"> <div class="stat">
<span class="stat-number">99.7%</span> <span class="stat-number">99.8%</span>
<span class="stat-label">Data Accuracy</span> <span class="stat-label">Data Accuracy</span>
</div> </div>
<div class="stat"> <div class="stat">
@@ -669,7 +669,7 @@ $breadcrumbs = [
<p>From simple static pages to complex JavaScript applications, we handle all website technologies. Extract from one site or thousands simultaneously with our scalable infrastructure.</p> <p>From simple static pages to complex JavaScript applications, we handle all website technologies. Extract from one site or thousands simultaneously with our scalable infrastructure.</p>
</div> </div>
<div class="feature-card"> <div class="feature-card">
<h3>99.7% Data Accuracy</h3> <h3>99.8% Data Accuracy</h3>
<p>Multi-layer validation, automated quality checks, and human review processes ensure the data you receive is accurate, complete, and properly formatted.</p> <p>Multi-layer validation, automated quality checks, and human review processes ensure the data you receive is accurate, complete, and properly formatted.</p>
</div> </div>
<div class="feature-card"> <div class="feature-card">

View File

@@ -12,7 +12,6 @@
<url><loc>https://ukdataservices.co.uk/data-services-london</loc><lastmod>2026-03-07</lastmod><changefreq>weekly</changefreq></url> <url><loc>https://ukdataservices.co.uk/data-services-london</loc><lastmod>2026-03-07</lastmod><changefreq>weekly</changefreq></url>
<url><loc>https://ukdataservices.co.uk/faq</loc><lastmod>2026-03-07</lastmod><changefreq>weekly</changefreq></url> <url><loc>https://ukdataservices.co.uk/faq</loc><lastmod>2026-03-07</lastmod><changefreq>weekly</changefreq></url>
<url><loc>https://ukdataservices.co.uk/gdpr-compliance</loc><lastmod>2026-03-07</lastmod><changefreq>weekly</changefreq></url> <url><loc>https://ukdataservices.co.uk/gdpr-compliance</loc><lastmod>2026-03-07</lastmod><changefreq>weekly</changefreq></url>
<url><loc>https://ukdataservices.co.uk/google-oauth-callback</loc><lastmod>2026-03-07</lastmod><changefreq>weekly</changefreq></url>
<url><loc>https://ukdataservices.co.uk/</loc><lastmod>2026-03-07</lastmod><changefreq>weekly</changefreq></url> <url><loc>https://ukdataservices.co.uk/</loc><lastmod>2026-03-07</lastmod><changefreq>weekly</changefreq></url>
<url><loc>https://ukdataservices.co.uk/locations/birmingham</loc><lastmod>2026-03-07</lastmod><changefreq>weekly</changefreq></url> <url><loc>https://ukdataservices.co.uk/locations/birmingham</loc><lastmod>2026-03-07</lastmod><changefreq>weekly</changefreq></url>
<url><loc>https://ukdataservices.co.uk/locations/london</loc><lastmod>2026-03-07</lastmod><changefreq>weekly</changefreq></url> <url><loc>https://ukdataservices.co.uk/locations/london</loc><lastmod>2026-03-07</lastmod><changefreq>weekly</changefreq></url>