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:
@@ -111,39 +111,7 @@ $breadcrumbs = [
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- FAQ Schema for Featured Snippets -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "FAQPage",
|
||||
"mainEntity": [
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "How much does price monitoring cost UK?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "Price monitoring services in the UK typically range from £299/month for starter plans (500 products) to £2,499+/month for enterprise solutions with unlimited products and real-time updates. Costs depend on the number of products tracked, update frequency, and required integrations."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "How does automated price monitoring work?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "Automated price monitoring uses web scraping technology to regularly check competitor websites and marketplaces for price changes. The system extracts product prices, availability, and promotions, then compares them against your pricing. Alerts are sent when significant changes occur, enabling rapid pricing responses."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Is price monitoring legal in the UK?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "Yes, price monitoring is legal in the UK when conducted properly. Monitoring publicly available pricing data is considered fair use. UK Data Services ensures all monitoring complies with website terms of service, GDPR, and UK competition law."
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/breadcrumb-schema.php'); ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user