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 @@ $og_image = "https://ukdataservices.co.uk/assets/images/blog/industries-web-scra
}
</script>
<!-- FAQ Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Which UK industry benefits most from web scraping?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Property and e-commerce consistently show the highest ROI from web scraping in the UK, due to the volume of publicly available listing and pricing data and the direct link between data quality and commercial decisions. Financial services and energy are close behind given the value of real-time market data in those sectors."
}
},
{
"@type": "Question",
"name": "Is property data scraping legal in the UK?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Scraping publicly available property listing data is generally lawful in the UK, provided it does not involve personal data without a lawful basis under the UK GDPR, does not circumvent technical access controls, and does not infringe database rights held by the portal operator. Professional compliance review is recommended before commencing any property data scraping project."
}
},
{
"@type": "Question",
"name": "How does web scraping help UK financial services firms?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Financial services firms use web scraping to gather alternative data — regulatory filings, company announcements, news sentiment, and market commentary — that is not available through traditional data vendors. This data supports investment research, risk monitoring, and compliance surveillance. All such activity must comply with FCA rules around market abuse and data governance."
}
}
]
}
</script>
</head>
<body>
<!-- Skip to content for accessibility -->