fisharebest / webtrees

Online genealogy
https://webtrees.net
GNU General Public License v3.0
429 stars 294 forks source link

Add NOFOLLOW to Contact Link #4868

Closed FrankWarius closed 11 months ago

FrankWarius commented 11 months ago

Especially Google loves this link (if there is no NOINDEX set on the landing page)

https://github.com/FrankWarius/webtrees/blob/34dfe779958649f8be010608ada399a40a8acb6c/app/Services/UserService.php#L416

return '<a href="' . e($url) . '" dir="auto" rel="nofollow">' . e($contact_user->realName()) . '</a>';