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 = 'Real-Time Analytics for Streaming Data: Architecture and Implementation Guide';
|
||||
$article_description = 'Complete guide to building real-time analytics systems for streaming data. Apache Kafka, Flink, and modern stream processing architectures for instant insights.';
|
||||
$article_title = 'Real-Time Streaming Analytics: Architecture Guide with Kafka & Flink (2026)';
|
||||
$article_description = 'Build real-time analytics with Kafka & Flink. Production architectures, code examples & performance benchmarks for streaming data.';
|
||||
$article_keywords = 'real-time analytics, streaming data, Apache Kafka, Apache Flink, stream processing, event-driven architecture, data streaming';
|
||||
$article_author = 'Analytics Engineering Team';
|
||||
$article_date = '2024-06-12';
|
||||
|
||||
Reference in New Issue
Block a user