Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rel=me microformat support #7015

Closed
capjamesg opened this issue Mar 29, 2024 · 2 comments
Closed

Add rel=me microformat support #7015

capjamesg opened this issue Mar 29, 2024 · 2 comments

Comments

@capjamesg
Copy link

Hello there! I have just set up my profile on ORCiD and noticed the field to add arbitrary professional links (i.e. to one's portfolio).

It would be great if this field supported rel=me, a web standard used to indicate that the destination of a link is owned by the same person who owns a profile.

View the rel=me documentation

If I ORCiD supported rel=me, my profile could say:

<a href="https://jamesg.blog" rel="me">Personal Website</a>

And I could then add a link to my ORCiD ID (which I have already done!) on my website:

<link rel="me" href="https://orcid.org/0009-0006-3736-1653" />

This bi-directional link could serve as attestation that I own both jamesg.blog and the associated ORCiD page.

Many sites support publishing rel=me, including GitHub and Mastodon. Many sites also support consuming rel=me, which involves verifying a bi-directional link exists and showing that is the case (i.e. by a green checkmark). Mastodon supports this, for example (see the purple checkmark on https://indieweb.social/@capjamesg next to my domain name).

@Hugo-Heagren
Copy link

Just so you're aware, this has been discussed before:

@capjamesg
Copy link
Author

Ah, thank you so much @Hugo-Heagren! I will close this issue since there is already an active one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants