Prevent automatic nofollow

JoachimB

Newbie
Joined
Nov 20, 2018
Messages
17
Reaction score
6
Hello,

I'm wondering if there is a way to prevent the automatic addition of the nofollow attribute.

For example https://www.data.gouv.fr/fr/reuses/fonds-publics-fr/

I can add html to my description and I tried adding rel="********" to my HTML link but it ended up being rel="******** nofollow".

Is there any way to prevent the addition of a nofollow attribute ?

Thank you
 
It's doubtful, as the nofollow attribute will be added via the backend of the site when it parses the html. The only thing that might work would be to try with some different malformed html (broken tags, unclosed quotes etc) and see if you can get anything working that way. But sites tend to have good html cleaners nowadays.
 
Once wanted to do something similar but unfortunately those vulnerabilities had been fixed long ago.
 
Back
Top