SEO fixes: author bylines, 2025 dates, phone removal, case studies, Companies House

- Assign named authors to all 14 blog articles that defaulted to Editorial Team
- Replace team-based author labels (DevOps Team, Legal Team etc) with named authors
- Update 2025 -> 2026 in ecommerce trends, buyers guide, and python pipeline titles
- Remove phone number (01692 Norfolk) from all pages and schema
- Anonymise unverifiable case study clients (TechElectronics UK, Heritage Bank UK)
- Add clickable Companies House link (08576932) to footer

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Peter Foster
2026-03-08 09:42:53 +00:00
parent 7dc08d7ecb
commit ed5336bf1f
41 changed files with 89 additions and 156 deletions

View File

@@ -6,7 +6,7 @@ header('Content-Security-Policy: default-src \'self\'; script-src \'self\' \'uns
$article_title = "Real-Time Data Streaming & Analytics: A How-To Guide";
$article_description = "Learn how to implement real-time data streaming for instant analytics. Explore architectures, tools (like Kafka, Flink), and use cases for your business.";
$article_keywords = 'real-time analytics, streaming data, Apache Kafka, Apache Flink, stream processing, event-driven architecture, data streaming';
$article_author = 'Analytics Engineering Team';
$article_author = 'Alex Kumar';
$article_date = '2024-06-12';
$last_modified = '2024-06-12';
$article_slug = 'real-time-analytics-streaming-data';