You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Links added by the user on an article or a pinned page have a rel="nofollow" attribute.
Steps to reproduce (if necessary)
Add a link in an article, either with markdown or HTML.
If the link is HTML and the user explicitly specifies another value for the rel attribute, this value is overridden when rendering the page.
Expected behavior
I see two issues with this:
This prevents Mastodon profile validation (which requires a rel="me")
This may reduce the visibility of the blogs since search engines apparently respect this directive
From the MDN:
Indicates that the linked document is not endorsed by the author of this one, for example if it has no control over it, if it is a bad example or if there is commercial relationship between the two (sold link).
Thanks for bringing this up, @Crocmagnon. I just opened #482 to solve this. I think a no-brainer fix includes disabling rel="nofollow" for single-user blogs, so that's what I've done so far. But I'd love to know everyone's thoughts on other situations where we might also disable it.
Describe the bug
Links added by the user on an article or a pinned page have a
rel="nofollow"
attribute.Steps to reproduce (if necessary)
Add a link in an article, either with markdown or HTML.
If the link is HTML and the user explicitly specifies another value for the
rel
attribute, this value is overridden when rendering the page.Expected behavior
I see two issues with this:
rel="me"
)From the MDN:
IMHO this:
href="#something"
or to other pages of the blog)Application configuration
Version or last commit: 037fc40
The text was updated successfully, but these errors were encountered: