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

@@ -108,40 +108,6 @@ $breadcrumbs = [
}
</script>
<!-- FAQ Schema for Featured Snippets -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "How much do web scraping services cost in the UK?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Web scraping services in the UK typically cost from £500 for one-time projects to £750-£2,500+/month for recurring automated extraction. Pricing depends on data volume, website complexity, update frequency, and required data cleaning. Most projects receive a fixed-price quote within 24 hours."
}
},
{
"@type": "Question",
"name": "Is web scraping legal in the UK?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Web scraping is generally legal in the UK when extracting publicly available data for legitimate purposes. UK Data Services ensures all projects comply with GDPR, the Computer Misuse Act, website terms of service, and UK copyright law. We only collect data that is publicly accessible and do not circumvent security measures."
}
},
{
"@type": "Question",
"name": "What websites can you scrape?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We can extract data from virtually any website including e-commerce platforms, job boards, property portals, business directories, social media (within terms), government databases, and industry-specific sites. Our technology handles JavaScript-rendered content, login-required pages, and complex multi-page structures."
}
}
]
}
</script>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/breadcrumb-schema.php'); ?>
<style>