🔍 ENHANCED: Comprehensive Structured Data for Rich Snippets
This commit is contained in:
82
about.php
82
about.php
@@ -29,6 +29,88 @@ $canonical_url = "https://ukdataservices.co.uk/about.php";
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="assets/css/main.css">
|
||||
|
||||
<!-- Enhanced Structured Data -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "AboutPage",
|
||||
"@id": "https://ukdataservices.co.uk/about.php#webpage",
|
||||
"url": "https://ukdataservices.co.uk/about.php",
|
||||
"name": "About UK Data Services",
|
||||
"description": "Learn about UK Data Services, our expert team, values, and commitment to delivering professional data solutions since 2018.",
|
||||
"mainEntity": {
|
||||
"@type": "Organization",
|
||||
"@id": "https://ukdataservices.co.uk#organization",
|
||||
"name": "UK Data Services",
|
||||
"foundingDate": "2018",
|
||||
"description": "Professional data solutions provider specializing in web scraping, data extraction, and business intelligence services.",
|
||||
"knowsAbout": [
|
||||
"Web Scraping",
|
||||
"Data Extraction",
|
||||
"Business Intelligence",
|
||||
"Data Analytics",
|
||||
"GDPR Compliance",
|
||||
"Data Processing"
|
||||
],
|
||||
"hasCredential": [
|
||||
{
|
||||
"@type": "EducationalOccupationalCredential",
|
||||
"name": "ISO 27001 Data Security"
|
||||
},
|
||||
{
|
||||
"@type": "EducationalOccupationalCredential",
|
||||
"name": "GDPR Compliance Certification"
|
||||
}
|
||||
],
|
||||
"award": [
|
||||
"UK's No.1 Web Scraping Service",
|
||||
"99.8% Data Accuracy Achievement",
|
||||
"£2.5M+ Client Value Created"
|
||||
],
|
||||
"employee": [
|
||||
{
|
||||
"@type": "Person",
|
||||
"name": "Senior Data Engineers",
|
||||
"jobTitle": "Data Engineering Team",
|
||||
"worksFor": {
|
||||
"@id": "https://ukdataservices.co.uk#organization"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Company Statistics Schema -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Dataset",
|
||||
"name": "UK Data Services Company Statistics",
|
||||
"description": "Key performance metrics and achievements of UK Data Services",
|
||||
"creator": {
|
||||
"@id": "https://ukdataservices.co.uk#organization"
|
||||
},
|
||||
"distribution": [
|
||||
{
|
||||
"@type": "DataDownload",
|
||||
"name": "Projects Completed",
|
||||
"description": "500+ successful data projects delivered"
|
||||
},
|
||||
{
|
||||
"@type": "DataDownload",
|
||||
"name": "Client Satisfaction",
|
||||
"description": "150+ happy clients across various industries"
|
||||
},
|
||||
{
|
||||
"@type": "DataDownload",
|
||||
"name": "Data Accuracy Rate",
|
||||
"description": "99.9% accuracy in data extraction and processing"
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.about-hero {
|
||||
padding: 120px 0 60px;
|
||||
|
||||
Reference in New Issue
Block a user