SEO/E-E-A-T: fix author attribution across all blog articles
- Remap 20 articles from generic team names (UK Data Services Legal Team, Analytics Team, Technical Team etc.) to matching named authors from the author database (Sarah Chen, David Martinez, Michael Thompson, etc.) - Add 5 new named authors to author-bio.php: Alex Kumar, David Thompson, Emily Roberts, Michael Chen, Sarah Mitchell - Eliminates author name/bio mismatch where team name showed but Editorial Team bio/role rendered instead
This commit is contained in:
@@ -6,7 +6,7 @@ header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
|
||||
$article_title = "Predictive Analytics for Customer Churn: Reduce Churn by 35% (2026 Guide)";
|
||||
$article_description = "See how UK B2B SaaS companies reduce churn by up to 35% using predictive analytics. Practical guide with feature engineering steps, UK benchmarks, free checklist & real model examples.";
|
||||
$article_keywords = "customer churn prediction, predictive analytics, machine learning, customer retention, churn model, data science";
|
||||
$article_author = "UK Data Services Analytics Team";
|
||||
$article_author = "David Martinez";
|
||||
$canonical_url = "https://ukdataservices.co.uk/blog/articles/predictive-analytics-customer-churn.php";
|
||||
$article_published = "2025-06-08T10:30:00+00:00";
|
||||
$article_modified = "2025-06-08T15:45:00+00:00";
|
||||
|
||||
Reference in New Issue
Block a user