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 = "Handling CAPTCHAs in Web Scraping: Complete Guide";
$article_description = "Learn professional techniques for handling CAPTCHAs in web scraping operations. Ethical approaches, automated solutions, and compliance strategies.";
$article_title = "How to Handle CAPTCHAs in Web Scraping: 7 Methods That Work (2026)";
$article_description = "Solve reCAPTCHA, hCaptcha & Turnstile ethically. 7 tested methods with code snippets & success rate benchmarks.";
$article_keywords = "CAPTCHA handling, web scraping CAPTCHAs, CAPTCHA bypass, automated CAPTCHA solving, web scraping ethics, CAPTCHA services";
$article_author = "UK Data Services Technical Team";
$canonical_url = "https://ukdataservices.co.uk/blog/articles/handling-captchas-scraping";
@@ -632,7 +632,7 @@ def scrape_with_captcha_logging(url):
</article>
<article class="related-card">
<span class="category">Technology</span>
<h4><a href="selenium-vs-playwright-comparison.php">Selenium vs Playwright: Complete Comparison for 2025</a></h4>
<h4><a href="selenium-vs-playwright-comparison.php">Selenium vs Playwright 2026: Speed Tests & Honest Comparison</a></h4>
<span class="read-time">9 min read</span>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/author-bio.php'); ?>