-
Notifications
You must be signed in to change notification settings - Fork 25.6k
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" to footer links for web sign-in #4114
base: master
Are you sure you want to change the base?
Conversation
This builds on the microformats enhancements contributed by @dltj in mmistakes#3052. Adding `rel="me"` to footer links [enables web sign-in](https://indieweb.org/How_to_set_up_web_sign-in_on_your_own_domain) or [RelMeAuth](https://microformats.org/wiki/RelMeAuth), so you can use your domain to sign in to other sites. In mmistakes#3052, the `rel="me"` attributes were added to the author profile, but that only appears in post sidebars, and web sign-in requires these profile links to be present on the home page.
I'm curious — does the |
No, but as described above,
Services that support web sign-in only check the domain root for |
Ah, I think I see...a critical difference between your site and mine is that you have overridden the homepage template so the |
I don't think it would make sense to unconditionally add (Contrary to Michael, I'm neutral to adding more config options as they're a requisite of flexibility.) |
I think the ability to add rel to footer could be useful. However, I agree that it should not be rel-me by default. I added this pull request, that also challenges the current implementation of rel="me" in the theme, as I think per Indieweb and microformats standards should be rel="author" instead and reserve rel="me" for profile pages linking to profile pages. So it would make sense to to use rel-me if you have created an author-profile page on your site. |
Here is the suggested pull request: #5030 |
✨ This is an enhancement or feature that builds on the microformat contributions by @dltj in #3052.
Adding
rel="me"
to footer links enables web sign-in or RelMeAuth, so you can use your domain to sign in to other sites.In #3052, the
rel="me"
attributes were added to the author profile, but that only appears in post sidebars, and web sign-in requires these profile links to be present on the home page.Adding this to the footer links ensures that these values are correctly detected by systems that check for the presence of bidirectional links between the author's home page and other profiles.
✅ Tested with the Web Sign In test at https://indiewebify.me.