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 Web Scraping Legal in the UK? GDPR, DPA 2018 & What You Can Actually Do";
$article_description = "Navigate UK data protection laws and ensure your web scraping activities remain fully compliant with GDPR, DPA 2018, and industry regulations. Expert legal guidance for 2025.";
$article_title = "Is Web Scraping Legal in the UK? GDPR & DPA 2018 Guide (2026)";
$article_description = "Yes, web scraping is legal in the UK — if you follow these rules. Plain-English GDPR & DPA 2018 guide with real case law.";
$article_keywords = "web scraping compliance UK, GDPR web scraping, UK data protection act, legal web scraping, data scraping regulations, UK privacy laws 2025";
$article_author = "UK Data Services Legal Team";
$canonical_url = "https://ukdataservices.co.uk/blog/articles/web-scraping-compliance-uk-guide";
@@ -510,11 +510,11 @@ $read_time = 12;
</article>
<article class="article-card">
<h3><a href="javascript-heavy-sites-scraping.php">Scraping JavaScript-Heavy Sites: Advanced Techniques</a></h3>
<p>Master the challenges of extracting data from dynamic websites using modern browser automation and rendering techniques.</p>
<h3><a href="handling-captchas-scraping">How to Handle CAPTCHAs in Web Scraping: 7 Methods That Work</a></h3>
<p>Learn 7 proven methods to handle reCAPTCHA, hCaptcha and Turnstile ethically while web scraping.</p>
<div class="article-footer">
<span class="read-time">8 min read</span>
<a href="javascript-heavy-sites-scraping.php" class="read-more">Read →</a>
<a href="handling-captchas-scraping" class="read-more">Read →</a>
</div>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/author-bio.php'); ?>
@@ -523,11 +523,11 @@ $read_time = 12;
</article>
<article class="article-card">
<h3><a href="retail-price-monitoring-strategies.php">Advanced Price Monitoring Strategies for UK Retailers</a></h3>
<p>Discover how leading British retailers leverage automated price monitoring to maintain competitive advantage.</p>
<h3><a href="data-protection-impact-assessments">DPIA Guide: Data Protection Impact Assessments for the UK</a></h3>
<p>Step-by-step guide to conducting DPIAs for your data processing activities, with free template.</p>
<div class="article-footer">
<span class="read-time">10 min read</span>
<a href="retail-price-monitoring-strategies.php" class="read-more">Read →</a>
<a href="data-protection-impact-assessments" class="read-more">Read →</a>
</div>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/author-bio.php'); ?>