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

@@ -578,38 +578,6 @@ https://competitor3.com/product"></textarea>
<?php include($_SERVER["DOCUMENT_ROOT"] . "/includes/footer.php"); ?>
<!-- FAQ Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Is e-commerce price scraping legal in the UK?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, e-commerce price scraping is legal in the UK when conducted ethically and within legal boundaries. We comply with GDPR regulations, respect website terms of service, implement rate limiting, and follow all applicable laws including database rights and copyright regulations."
}
},
{
"@type": "Question",
"name": "How accurate is your e-commerce price data?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We achieve 99.8% accuracy through multiple validation checks, error correction algorithms, and manual quality assurance. Our system includes automatic retry mechanisms for failed extractions and flags inconsistencies for human review to ensure data reliability."
}
},
{
"@type": "Question",
"name": "Can you monitor Amazon and eBay prices?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, we specialize in monitoring all major e-commerce platforms including Amazon UK (Buy Box prices, seller competition, FBA/FBM pricing) and eBay UK (auction prices, Buy It Now, seller reputation). We also monitor direct retailer websites and marketplace apps."
}
}
]
}
</script>
</body>
</html>