I'm pretty sure the following lines are the ones responsible for the website and links section of the ORCID profile page. It would be great if it could be modified for Mastodon to pick up and properly verify users based on these links. The issue might be the nofollow in the rel.
|
><a |
|
tabindex="-1" |
|
[href]="website.url.value" |
|
[ngClass]="{ |
|
'orc-font-body-small': getWebsite(website).length > 20 |
|
}" |
|
target="_blank" |
|
rel="me nofollow noopener noreferrer" |
|
>{{ getWebsite(website) }}</a |
|
> |
I'm pretty sure the following lines are the ones responsible for the website and links section of the ORCID profile page. It would be great if it could be modified for Mastodon to pick up and properly verify users based on these links. The issue might be the
nofollowin therel.orcid-angular/src/app/cdk/side-bar/side-bar/side-bar.component.html
Lines 86 to 95 in 17d8f5a