Website module and nofollow links only

Hi,

I notice that links in main section field (text editor type) in web page doctype are all “nofollow”.
I search in the code but can’t find the place where this is added in Frappe app, but I see that it is done when saving the webpage only. If I delete the “nofollow” tag, it comes back automatically after saving.

Thanks in advance, it will help SEO if we can choose to add or not this tag.

Hi,

I have found, it comes from linkify part of bleach sanitizing library :
http://bleach.readthedocs.io/en/latest/linkify.html

It was added end of June and the default callback adds “rel=nofollow” on links.
I will send pull request tomorrow. @rmehta

Regards,