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:
root
2026-02-22 09:54:47 +00:00
committed by Peter Foster
parent 7206f5315a
commit 4d44e84478
21 changed files with 59 additions and 20 deletions

View File

@@ -6,7 +6,7 @@ header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
$article_title = "Is Web Scraping Legal in the UK? GDPR & DPA 2018 Guide (2026)";
$article_description = "Is web scraping legal in the UK? Yes — with the right safeguards. Plain-English guide covering GDPR, DPA 2018 & robots.txt rules. Real case law. Updated 2026.";
$article_keywords = "web scraping compliance UK, GDPR web scraping, UK data protection act, legal web scraping, data scraping regulations, UK privacy laws 2025";
$article_author = "UK Data Services Legal Team";
$article_author = "Sarah Chen";
$canonical_url = "https://ukdataservices.co.uk/blog/articles/web-scraping-compliance-uk-guide";
$article_published = "2025-06-08T09:00:00+00:00";
$article_modified = "2025-06-08T14:30:00+00:00";