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

@@ -90,71 +90,9 @@ $modified_date = "2025-08-08";
}
</script>
<!-- HowTo Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "HowTo",
"name": "How to Implement Real-Time Data Extraction for UK Businesses",
"description": "Step-by-step guide to implementing real-time data extraction systems",
"step": [
{
"@type": "HowToStep",
"name": "Assess Data Requirements",
"text": "Identify data sources, define real-time requirements, and establish performance criteria for your data extraction needs."
},
{
"@type": "HowToStep",
"name": "Choose Architecture Pattern",
"text": "Select appropriate streaming architecture (Lambda, Kappa, or event-driven) based on your technical requirements and constraints."
},
{
"@type": "HowToStep",
"name": "Implement Data Pipeline",
"text": "Build robust data ingestion, processing, and delivery systems using modern streaming technologies and best practices."
},
{
"@type": "HowToStep",
"name": "Monitor and Optimize",
"text": "Establish monitoring, alerting, and optimization processes to ensure reliable real-time data delivery and performance."
}
]
}
</script>
<!-- FAQ Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is real-time data extraction?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Real-time data extraction is the process of collecting, processing, and delivering data continuously as it becomes available, typically with latencies of milliseconds to seconds. It enables immediate insights and rapid response to changing business conditions."
}
},
{
"@type": "Question",
"name": "What technologies are used for real-time data extraction?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Key technologies include Apache Kafka for streaming, Apache Flink or Spark Streaming for processing, WebSockets for real-time web connections, message queues like RabbitMQ, and cloud services like AWS Kinesis or Azure Event Hubs."
}
},
{
"@type": "Question",
"name": "How much does real-time data extraction cost?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Costs vary widely based on scale and requirements: cloud services typically cost £500-5,000/month for basic setups, while enterprise implementations range from £50,000-500,000+ for custom systems. Ongoing operational costs include infrastructure, monitoring, and maintenance."
}
}
]
}
</script>
</head>
<body>
<!-- Skip to content for accessibility -->