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

fix: add rel to props from prose a #1491

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Barbapapazes
Copy link
Contributor

@Barbapapazes Barbapapazes commented Feb 1, 2024

Hello,

Actually, every external links have rel="nofollow" which is far from ideal in terms of SEO and security.

Also, it's impossible to customize the rel for a specific link since remark-mdc automatically add rel="nofollow". This plugin should not be opinitated about links (nuxtlabs/remark-mdc#71).

This PR add rel to ProseA props to restore default NuxtLink behavior. This is a temporary mitigation since the remark-mdc issue should be solved.

In the same time, I'm asking for a whitlist of website, nuxt/nuxt#25466, to help to remove the noreferrer from some links. I think that the noopener noreferrer is not correctly used in NuxtLink.

https://stackoverflow.com/questions/50773152/when-should-i-use-rel-noreferrer

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

Successfully merging this pull request may close these issues.

None yet

1 participant