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

@@ -91,46 +91,7 @@ $read_time = 9;
"dateModified": "<?php echo $article_modified; ?>"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Is Playwright better than Selenium in 2025?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, for most modern use cases. Playwright is 3-5x faster, has better auto-waiting, built-in screenshot and video capabilities, and superior support for modern JavaScript frameworks. However, Selenium still has advantages for legacy browser testing and has a larger community."
}
},
{
"@type": "Question",
"name": "Is Playwright faster than Selenium?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, Playwright is significantly faster. In benchmarks, Playwright completes test suites 3-5x faster than Selenium due to its modern architecture, better parallelization, and elimination of the WebDriver protocol overhead."
}
},
{
"@type": "Question",
"name": "Should I switch from Selenium to Playwright?",
"acceptedAnswer": {
"@type": "Answer",
"text": "For new projects, yes. For existing Selenium projects, consider switching if you need better performance, modern browser support, or built-in features like auto-waiting and tracing. Keep Selenium if you need legacy browser support or have heavy investment in Selenium infrastructure."
}
},
{
"@type": "Question",
"name": "Which is better for web scraping: Selenium or Playwright?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Playwright is generally better for web scraping due to its faster execution, better handling of dynamic content, built-in stealth capabilities, and superior JavaScript rendering. It also has better support for intercepting network requests and handling modern anti-bot measures."
}
}
]
}
</script>
</head>
<body>