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

@@ -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 = "Top 10 UK E-commerce Trends for 2025 | Data-Driven";
$article_description = "Get ahead of the curve. Explore the top 10 UK e-commerce trends for 2025, from AI personalisation to sustainable retail. Data-backed insights for your b...";
$article_title = "Top 10 UK E-commerce Trends for 2026 | Data-Driven";
$article_description = "Get ahead of the curve. Explore the top 10 UK e-commerce trends for 2026, from AI personalisation to sustainable retail. Data-backed insights for your b...";
$article_keywords = 'UK ecommerce trends, online retail, digital commerce, consumer behaviour, retail analytics, ecommerce data, omnichannel retail';
$article_author = 'James Wilson';
$article_date = '2024-05-30';
@@ -18,7 +18,7 @@ $breadcrumbs = [
['url' => '/', 'label' => 'Home'],
['url' => '/blog', 'label' => 'Blog'],
['url' => '/blog/categories/industry-insights.php', 'label' => 'Industry Insights'],
['url' => '', 'label' => 'UK E-commerce Trends 2025']
['url' => '', 'label' => 'UK E-commerce Trends 2026']
];
?>
<!DOCTYPE html>