🔍 ENHANCED: Comprehensive Structured Data for Rich Snippets

This commit is contained in:
Peter
2025-06-07 17:13:28 +01:00
parent 1f86807961
commit ba1770e2c7
6 changed files with 812 additions and 13 deletions

View File

@@ -29,6 +29,137 @@ $canonical_url = "https://ukdataservices.co.uk/project-types.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">
<!-- Project Types Article Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"@id": "https://ukdataservices.co.uk/project-types.php#article",
"headline": "Types of C# Development Projects We Have Undertaken",
"description": "Comprehensive overview of diverse C# applications, from web scraping frameworks to enterprise automation systems delivered by UK Data Services.",
"author": {
"@id": "https://ukdataservices.co.uk#organization"
},
"publisher": {
"@id": "https://ukdataservices.co.uk#organization"
},
"datePublished": "2024-01-15",
"dateModified": "2024-06-07",
"image": "https://ukdataservices.co.uk/assets/images/ukds-main-logo.png",
"url": "https://ukdataservices.co.uk/project-types.php",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://ukdataservices.co.uk/project-types.php#webpage"
},
"about": [
{
"@type": "Thing",
"name": "Web Scraping Development"
},
{
"@type": "Thing",
"name": "Business Intelligence Systems"
},
{
"@type": "Thing",
"name": "Data Processing Applications"
},
{
"@type": "Thing",
"name": "Machine Learning Integration"
}
],
"keywords": "C# development, web scraping projects, business intelligence, data processing, machine learning, enterprise applications"
}
</script>
<!-- Technical Skills Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "TechArticle",
"headline": "UK Data Services Technical Capabilities",
"description": "Comprehensive technical skills and development capabilities across multiple industries and project types",
"author": {
"@id": "https://ukdataservices.co.uk#organization"
},
"proficiencyLevel": "Expert",
"dependencies": [
"ASP.NET Core",
"Entity Framework",
"Selenium WebDriver",
"ML.NET",
"AWS Lambda",
"Docker"
],
"applicationCategory": [
"Data Extraction",
"Business Intelligence",
"Web Applications",
"Machine Learning",
"Cloud Computing"
]
}
</script>
<!-- Industry Expertise Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ItemList",
"name": "Industries Served by UK Data Services",
"description": "Comprehensive list of industries where we have delivered successful data solutions",
"numberOfItems": 12,
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"item": {
"@type": "Organization",
"name": "Financial Services",
"description": "Investment management, portfolio tracking, financial data integration"
}
},
{
"@type": "ListItem",
"position": 2,
"item": {
"@type": "Organization",
"name": "Retail & E-commerce",
"description": "Pricing intelligence, inventory management, marketplace monitoring"
}
},
{
"@type": "ListItem",
"position": 3,
"item": {
"@type": "Organization",
"name": "Healthcare",
"description": "Practice management, patient data systems, medical compliance"
}
},
{
"@type": "ListItem",
"position": 4,
"item": {
"@type": "Organization",
"name": "Property & Real Estate",
"description": "Property management, market analysis, investment research"
}
},
{
"@type": "ListItem",
"position": 5,
"item": {
"@type": "Organization",
"name": "Manufacturing",
"description": "Process optimisation, production tracking, industrial automation"
}
}
]
}
</script>
<style>
.project-types-hero {
padding: 120px 0 60px;