google-code-export / django-forum

Automatically exported from code.google.com/p/django-forum
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Link are not generated with a rel="nofollow" attribute #92

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The markdown filter used by the forum does not set a rel="nofollow"
attribute on user links. This is fine for a small internal forum, but if
opened up to the world it allows spammers to increase their page rank in
search engines by posting links to their sites.

More on nofollow: http://en.wikipedia.org/wiki/Nofollow

I personally replaced markdown by urlize and linebreaks, because it's
easier to understand by most users. Urlize does add this attribute by default.

Original issue reported on code.google.com by kwo...@gmail.com on 14 Apr 2010 at 11:10