Fix founding year to 2013 across all pages and schema
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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 2015.",
|
"description": "Learn about UK Data Services, our expert team, values, and commitment to delivering professional data solutions since 2013.",
|
||||||
"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": "2015",
|
"foundingDate": "2013",
|
||||||
"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",
|
||||||
@@ -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 2015</p>
|
<p class="hero-subtitle">Expert Web Scraping & Business Intelligence Team — Trusted Since 2013</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 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.
|
||||||
</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.
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ $organizationSchema = [
|
|||||||
'areaServed' => 'GB'
|
'areaServed' => 'GB'
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
'foundingDate' => '2015',
|
'foundingDate' => '2013',
|
||||||
'numberOfEmployees' => [
|
'numberOfEmployees' => [
|
||||||
'@type' => 'QuantitativeValue',
|
'@type' => 'QuantitativeValue',
|
||||||
'value' => '15'
|
'value' => '15'
|
||||||
|
|||||||
@@ -201,7 +201,7 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-social-ca
|
|||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Peter Foster"
|
"name": "Peter Foster"
|
||||||
},
|
},
|
||||||
"foundingDate": "2015",
|
"foundingDate": "2013",
|
||||||
"numberOfEmployees": {
|
"numberOfEmployees": {
|
||||||
"@type": "QuantitativeValue",
|
"@type": "QuantitativeValue",
|
||||||
"value": "15"
|
"value": "15"
|
||||||
|
|||||||
Reference in New Issue
Block a user