Fix SEO issues found via GSC audit

- Fix broken PHP syntax in real-time data extraction article
- Fix truncated meta description on homepage
- Fix truncated titles on competitive intelligence and price monitoring pages
- Update Selenium vs Playwright article year from 2024 to 2026
- Replace no-store cache headers on homepage with private revalidation
- 301 redirect thin duplicate real-time streaming article to canonical
- Add HSTS header to data-cleaning service page
- Replace SVG og:images with PNG social card across 24 blog articles
- Add Services breadcrumb level to London, Manchester, Birmingham pages
This commit is contained in:
Peter Foster
2026-03-10 04:37:15 +00:00
parent 4121a20e40
commit 34ddbe3fdd
33 changed files with 95 additions and 266 deletions

View File

@@ -21,8 +21,8 @@ $page_description = "A deep dive into Apache Kafka performance evaluation for re
$canonical_url = "https://ukdataservices.co.uk/blog/articles/performance-evaluation-apache-kafka-real-time-streaming.php";
$keywords = "apache kafka performance, kafka real-time data streaming, kafka performance evaluation, kafka throughput, kafka latency, stream processing performance, kafka tuning uk";
$author = "Analytics Engineering Team";
$og_image = "https://ukdataservices.co.uk/assets/images/hero-data-analytics.svg";
$twitter_card_image = "https://ukdataservices.co.uk/assets/images/hero-data-analytics.svg";
$og_image = "https://ukdataservices.co.uk/assets/images/ukds-social-card.png";
$twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-social-card.png";
$article_date = '2024-06-14'; // New article, new date
$last_modified = '2024-06-14';
$article_slug = 'performance-evaluation-apache-kafka-real-time-streaming';