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 = "DPIA Guide UK: How to Run a Data Protection Impact Assessment (2026)";
|
||||
$article_description = "Step-by-step DPIA guide for UK organisations. When they're required, how to conduct them & free template. ICO-aligned.";
|
||||
$article_keywords = "DPIA UK, Data Protection Impact Assessment, GDPR compliance, privacy impact assessment, UK data protection, GDPR DPIA requirements";
|
||||
$article_author = "UK Data Services Legal Team";
|
||||
$article_author = "Sarah Chen";
|
||||
$canonical_url = "https://ukdataservices.co.uk/blog/articles/data-protection-impact-assessments";
|
||||
$article_published = "2025-05-18T09:00:00+00:00";
|
||||
$article_modified = "2025-05-18T09:00:00+00:00";
|
||||
|
||||
Reference in New Issue
Block a user