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 = "Selenium vs Playwright 2026: Speed Tests & Honest Comparison";
|
||||
$article_description = "Playwright is 3-5x faster but Selenium wins in 2 key areas. Real benchmarks, code examples & our pick for 2026.";
|
||||
$article_keywords = "Selenium vs Playwright, web automation comparison, browser automation tools, Selenium Playwright performance, web scraping tools 2025";
|
||||
$article_author = "UK Data Services Technical Team";
|
||||
$article_author = "Michael Thompson";
|
||||
$canonical_url = "https://ukdataservices.co.uk/blog/articles/selenium-vs-playwright-comparison";
|
||||
$article_published = "2025-05-10T09:00:00+00:00";
|
||||
$article_modified = "2025-05-10T09:00:00+00:00";
|
||||
|
||||
Reference in New Issue
Block a user