SEO schema cleanup + blog index update

Removed 42 deprecated/restricted schema blocks across 21 files:
- FAQPage removed from all commercial pages (restricted Aug 2023)
- HowTo removed from all pages (rich results removed Sep 2023)
- Compliance guide: author type fixed Organization->Person

Blog index:
- New article cards: ai-web-scraping-2026, web-scraping-lead-generation-uk
- Stats updated: 55+ articles -> 57+, 2025 Content -> 2026 Content
- Featured article date updated to March 2026
- Blog schema updated with new BlogPosting entries
This commit is contained in:
Peter Foster
2026-03-08 10:48:11 +00:00
parent 790ffef935
commit 62e69542b0
21 changed files with 40 additions and 867 deletions

View File

@@ -93,39 +93,7 @@ $modified_date = "2026-02-27";
}
</script>
<!-- FAQ Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What makes UK Data Services the #1 ranked web scraping company in the UK?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Our ranking reflects a combination of technical excellence, GDPR-first compliance, a fully UK-based team, and consistently high client satisfaction. We achieve 99.8% data accuracy through multi-stage validation pipelines and deliver custom solutions rather than off-the-shelf products."
}
},
{
"@type": "Question",
"name": "What technology does UK Data Services use for web scraping?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We use C#/.NET for core extraction logic, Playwright for browser automation and JavaScript rendering, headless Chrome for dynamic site handling, and a distributed scraping architecture with sophisticated anti-bot mitigation. All infrastructure is hosted in UK data centres."
}
},
{
"@type": "Question",
"name": "Is UK Data Services GDPR compliant?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. GDPR compliance is built into our methodology from the outset. We conduct Data Protection Impact Assessments for all engagements, operate exclusively on UK data infrastructure, apply data minimisation principles, and provide full audit trails for every project."
}
}
]
}
</script>
</head>
<body>
<!-- Skip to content for accessibility -->