From 7dc08d7ecb6c92c3cf4fa03101227074a281d8a2 Mon Sep 17 00:00:00 2001 From: Peter Foster Date: Sun, 8 Mar 2026 09:37:35 +0000 Subject: [PATCH] Fix founding year to 2013 across all pages and schema Co-Authored-By: Claude Sonnet 4.6 --- about.php | 8 ++++---- includes/schema/organization-schema.php | 2 +- index.php | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/about.php b/about.php index 3c099b4..3c83db2 100644 --- a/about.php +++ b/about.php @@ -54,12 +54,12 @@ $breadcrumbs = [ "@id": "https://ukdataservices.co.uk/about#webpage", "url": "https://ukdataservices.co.uk/about", "name": "About UK Data Services", - "description": "Learn about UK Data Services, our expert team, values, and commitment to delivering professional data solutions since 2015.", + "description": "Learn about UK Data Services, our expert team, values, and commitment to delivering professional data solutions since 2013.", "mainEntity": { "@type": "Organization", "@id": "https://ukdataservices.co.uk#organization", "name": "UK Data Services", - "foundingDate": "2015", + "foundingDate": "2013", "description": "Professional data solutions provider specializing in web scraping, data extraction, and business intelligence services.", "knowsAbout": [ "Web Scraping", @@ -194,7 +194,7 @@ $breadcrumbs = [

About UK Data Services

-

Expert Web Scraping & Business Intelligence Team — Trusted Since 2015

+

Expert Web Scraping & Business Intelligence Team — Trusted Since 2013

@@ -204,7 +204,7 @@ $breadcrumbs = [

Our Story

- 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. + Founded in 2013, 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.

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. diff --git a/includes/schema/organization-schema.php b/includes/schema/organization-schema.php index 92b64bd..4850da7 100644 --- a/includes/schema/organization-schema.php +++ b/includes/schema/organization-schema.php @@ -89,7 +89,7 @@ $organizationSchema = [ 'areaServed' => 'GB' ] ], - 'foundingDate' => '2015', + 'foundingDate' => '2013', 'numberOfEmployees' => [ '@type' => 'QuantitativeValue', 'value' => '15' diff --git a/index.php b/index.php index 693c1dc..8435484 100644 --- a/index.php +++ b/index.php @@ -201,7 +201,7 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-social-ca "@type": "Person", "name": "Peter Foster" }, - "foundingDate": "2015", + "foundingDate": "2013", "numberOfEmployees": { "@type": "QuantitativeValue", "value": "15"