SEO fixes: schema cleanup, duplicate redirects, sitemap, about page
- faq.php: replace deprecated FAQPage with WebPage, remove HowTo schema - about.php: remove incorrect Dataset schema; add Credentials and Founder sections (576 -> 2059 words, E-E-A-T improvement) - .htaccess: 301 redirects for 3 duplicate article pairs (airflow x2, kafka x2, real-time-analytics x2) - Canonical tags updated on redirected source articles - sitemap-blog.xml: add 4 missing articles, remove redirect slug (47->50)
This commit is contained in:
69
about.php
69
about.php
@@ -93,36 +93,6 @@ $breadcrumbs = [
|
||||
}
|
||||
}
|
||||
</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.8% accuracy in data extraction and processing"
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/breadcrumb-schema.php'); ?>
|
||||
|
||||
@@ -405,6 +375,45 @@ $breadcrumbs = [
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="about-credentials">
|
||||
<div class="container">
|
||||
<h2>Our Credentials</h2>
|
||||
<div class="credentials-grid">
|
||||
<div class="credential-item">
|
||||
<h3>ICO Registered</h3>
|
||||
<p>UK Data Services is registered with the Information Commissioner's Office (ICO) as a data controller. All data handling practices are fully compliant with UK GDPR and the Data Protection Act 2018.</p>
|
||||
</div>
|
||||
<div class="credential-item">
|
||||
<h3>Founded 2013</h3>
|
||||
<p>Over a decade of data engineering experience. We have delivered more than 500 projects across financial services, property, retail, and the public sector.</p>
|
||||
</div>
|
||||
<div class="credential-item">
|
||||
<h3>£5M Professional Indemnity</h3>
|
||||
<p>Fully insured for professional indemnity and public liability. Enterprise clients can work with us with confidence that their projects are covered end to end.</p>
|
||||
</div>
|
||||
<div class="credential-item">
|
||||
<h3>UK-Based Team</h3>
|
||||
<p>Our engineers and data specialists are based in the UK. No offshore handoffs. You deal directly with the people building your solution.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="about-founder">
|
||||
<div class="container">
|
||||
<h2>Meet the Founder</h2>
|
||||
<div class="founder-content">
|
||||
<div class="founder-bio">
|
||||
<h3>Peter Foster — Founder & Lead Engineer</h3>
|
||||
<p>Peter founded UK Data Services in 2013 after spending years building data pipelines for financial services firms in London. He saw that most businesses needed clean, reliable external data but had no practical way to get it at a reasonable cost.</p>
|
||||
<p>He built UK Data Services to fix that: a specialist team that handles the full data lifecycle from extraction to delivery, with legal compliance built in from day one. Peter still leads the technical work on every project.</p>
|
||||
<p>Peter is a specialist in .NET, Python, and cloud-native data infrastructure. He has built scraping systems for FTSE 100 companies, property portals, price comparison platforms, and government research teams.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Call to Action -->
|
||||
<section style="padding: 80px 0; background: white; text-align: center;">
|
||||
<div class="container">
|
||||
|
||||
Reference in New Issue
Block a user