SEO: freshen articles, internal links, comparison page

- predictive-analytics-customer-churn: title broadened for CTR
- web-scraping-compliance-uk-guide: modified date 2026, 2025->2026 in body/keywords
- python-data-pipeline-tools: last_modified updated to 2026-03-08
- index.php: data-scraping linked in services card and footer nav
- services/web-scraping.php: cross-link to data-scraping page
- New: services/web-scraping-companies.php comparison page (508 GSC impressions, pos 22)
- sitemaps: web-scraping-companies added
This commit is contained in:
Peter Foster
2026-03-08 10:28:12 +00:00
parent 1b8b97e293
commit 31dd3e8d70
8 changed files with 488 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
// Article-specific SEO variables
$article_title = "B2B SaaS Churn Prediction Guide | 90-Day Horizon Models";
$article_title = "Customer Churn Prediction Guide | Predictive Analytics for UK Businesses";
$article_description = "Learn to predict customer churn for B2B SaaS. Our guide covers 90-day prediction horizons, AI models for retention, and actionable analytics. Reduce chu...";
$article_keywords = "customer churn prediction, predictive analytics, machine learning, customer retention, churn model, data science";
$article_author = "David Martinez";

View File

@@ -8,7 +8,7 @@ $article_description = 'Compare Airflow, Prefect & Dagster head-to-head. Benchma
$article_keywords = 'Python data pipelines, Apache Airflow, Prefect, Dagster, data engineering, ETL, data orchestration, workflow automation, Python tools';
$article_author = 'Alex Kumar';
$article_date = '2024-06-04';
$last_modified = '2024-06-04';
$last_modified = '2026-03-08';
$article_slug = 'python-data-pipeline-tools-2025';
$article_category = 'Technology';
$hero_image = '/assets/images/hero-data-analytics.svg';

View File

@@ -5,11 +5,11 @@ header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
// Article-specific SEO variables
$article_title = "UK Web Scraping Compliance Guide 2026 | GDPR & Data Protection";
$article_description = "Is web scraping legal in the UK? Our expert guide covers GDPR, data protection, and compliance best practices to ensure your data extraction is fully le...";
$article_keywords = "web scraping compliance UK, GDPR web scraping, UK data protection act, legal web scraping, data scraping regulations, UK privacy laws 2025";
$article_keywords = "web scraping compliance UK, GDPR web scraping, UK data protection act, legal web scraping, data scraping regulations, UK privacy laws 2026";
$article_author = "Sarah Chen";
$canonical_url = "https://ukdataservices.co.uk/blog/articles/web-scraping-compliance-uk-guide";
$article_published = "2025-06-08T09:00:00+00:00";
$article_modified = "2025-06-08T14:30:00+00:00";
$article_modified = "2026-03-08T00:00:00+00:00";
$og_image = "https://ukdataservices.co.uk/assets/images/icon-compliance.svg";
$read_time = 12;
?>
@@ -270,7 +270,7 @@ $read_time = 12;
"mainEntity": [
{
"@type": "Question",
"name": "Is web scraping legal in the UK in 2025?",
"name": "Is web scraping legal in the UK in 2026?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, web scraping is legal in the UK when conducted in compliance with the Data Protection Act 2018, GDPR, website terms of service, and relevant intellectual property laws. The key is ensuring your scraping activities respect data protection principles and do not breach access controls."
@@ -449,7 +449,7 @@ $read_time = 12;
<h2>Frequently Asked Questions</h2>
<div class="faq-grid">
<div class="faq-item">
<h3>Is web scraping legal in the UK in 2025?</h3>
<h3>Is web scraping legal in the UK in 2026?</h3>
<p>Yes, web scraping is legal in the UK when conducted in compliance with the Data Protection Act 2018, GDPR, website terms of service, and relevant intellectual property laws. The key is ensuring your scraping activities respect data protection principles and do not breach access controls.</p>
</div>