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,39 +108,7 @@ $breadcrumbs = [
}
</script>
<!-- FAQ Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is competitive intelligence?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Competitive intelligence is the systematic collection, analysis, and application of information about competitors, market trends, and industry developments to inform strategic business decisions. It includes monitoring competitor activities, pricing strategies, product launches, marketing campaigns, and market positioning."
}
},
{
"@type": "Question",
"name": "How much does competitive intelligence cost UK?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Competitive intelligence services in the UK typically range from £2,500 for a one-time competitor analysis report to £3,500-£10,000/month for ongoing strategic intelligence retainers. Project-based market research typically costs £5,000-£25,000 depending on scope and depth."
}
},
{
"@type": "Question",
"name": "What data sources do you use for competitive intelligence?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We use a combination of publicly available sources including company websites, social media, press releases, job postings, patent filings, Companies House records, industry reports, review sites, and web data extraction. All data collection is ethical, legal, and GDPR compliant."
}
}
]
}
</script>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/breadcrumb-schema.php'); ?>