SEO: rewrite meta descriptions, add FAQ schema, add CTA box to all articles
- Rewrite meta descriptions on 4 high-impression articles (churn, compliance, data quality, ecommerce) - Fix data-quality-validation-pipelines title & description to capture zero-click statistical validation queries - Add FAQPage schema to churn prediction and data quality articles - Add service CTA box to article-footer.php (appears on all blog articles) - Add responsive CSS for CTA box in main.css
This commit is contained in:
@@ -4,7 +4,7 @@ header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
|
||||
|
||||
// Article-specific SEO variables
|
||||
$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_description = "Is web scraping legal in the UK? Yes — with the right safeguards. Plain-English guide covering GDPR, DPA 2018 & robots.txt rules. Real case law. Updated 2026.";
|
||||
$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";
|
||||
|
||||
Reference in New Issue
Block a user