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:
@@ -3,8 +3,8 @@
|
||||
header('Content-Security-Policy: default-src \'self\'; script-src \'self\' \'unsafe-inline\' https://www.googletagmanager.com; style-src \'self\' \'unsafe-inline\' https://fonts.googleapis.com; font-src \'self\' https://fonts.gstatic.com; img-src \'self\' data: https:; connect-src \'self\' https://www.google-analytics.com https://analytics.google.com https://region1.google-analytics.com;');
|
||||
|
||||
// Article-specific variables
|
||||
$article_title = 'Python Data Pipeline Tools 2025: Complete Guide to Modern Data Engineering';
|
||||
$article_description = 'Comprehensive guide to Python data pipeline tools in 2025. Compare Apache Airflow, Prefect, Dagster, and emerging frameworks for enterprise data engineering.';
|
||||
$article_title = 'Python Data Pipeline Tools 2026: Airflow vs Prefect vs Dagster Compared';
|
||||
$article_description = 'Compare Airflow, Prefect & Dagster head-to-head. Benchmarks, pricing & code examples for Python data pipelines in 2026.';
|
||||
$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';
|
||||
|
||||
Reference in New Issue
Block a user