SEO: Improve meta titles, descriptions & internal links for top 10 pages

- Rewrite meta titles to be more compelling with power words and 2026 dates
- Shorten meta descriptions to ~150 chars with clear CTAs
- Remove double-branding from title tags (was: title | UK Data Services | UK Data Services Blog)
- Update internal cross-links between related scraping/analytics articles
- Focus: top 10 pages by impressions from Google Search Console
This commit is contained in:
root
2026-02-10 10:25:07 +00:00
parent 57ea74ed38
commit aadcdf8e3c
15 changed files with 31 additions and 44 deletions

View File

@@ -3,8 +3,8 @@
header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
// Article-specific SEO variables
$article_title = "Is Playwright Better Than Selenium in 2025? Yes—Here's Why (And When It's Not)";
$article_description = "Playwright is 3-5x faster, more reliable, and has better modern browser support. But Selenium still wins for legacy systems and specific edge cases. Full benchmark comparison inside.";
$article_title = "Selenium vs Playwright 2026: Speed Tests & Honest Comparison";
$article_description = "Playwright is 3-5x faster but Selenium wins in 2 key areas. Real benchmarks, code examples & our pick for 2026.";
$article_keywords = "Selenium vs Playwright, web automation comparison, browser automation tools, Selenium Playwright performance, web scraping tools 2025";
$article_author = "UK Data Services Technical Team";
$canonical_url = "https://ukdataservices.co.uk/blog/articles/selenium-vs-playwright-comparison";
@@ -492,7 +492,7 @@ run_scraper()
<div class="related-grid">
<article class="related-card">
<span class="category">Web Scraping</span>
<h4><a href="python-scrapy-enterprise-guide.php">Python Scrapy Enterprise Guide: Scaling Web Scraping Operations</a></h4>
<h4><a href="handling-captchas-scraping">How to Handle CAPTCHAs in Web Scraping: 7 Methods That Work</a></h4>
<span class="read-time">12 min read</span>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/author-bio.php'); ?>
@@ -510,7 +510,7 @@ run_scraper()
</article>
<article class="related-card">
<span class="category">Web Scraping</span>
<h4><a href="javascript-heavy-sites-scraping.php">Scraping JavaScript-Heavy Sites: Advanced Techniques</a></h4>
<h4><a href="web-scraping-compliance-uk-guide">Is Web Scraping Legal in the UK? GDPR & DPA 2018 Guide</a></h4>
<span class="read-time">6 min read</span>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/author-bio.php'); ?>