barisusakli / nodebb-plugin-imgur

A plugin that uploads images to imgur
17 stars 19 forks source link

Imgur should have nofollow links #33

Open FaizanZahid opened 6 years ago

FaizanZahid commented 6 years ago

We have noticed after using this plugin, wwith each image that user uploads, imgur gets a dofollow link from our site, which google does not recommend.

please add a rel="nofollow" attribute with the imgur link of each image in html.

barisusakli commented 6 years ago

Hmm, I don't think this plugin is responsible for rendering the img tags, it might be in markdown plugin? @julianlam

FaizanZahid commented 6 years ago

I am talking about the uploaded images. when users upload image themselves, we use a plugin which uploads all uploaded content to imgur and then links that imgur pic source on node bb post, so it should be rel="nofollow"