gulpjs / gulpjs.github.io

The gulp website
http://gulpjs.com
44 stars 44 forks source link

Add nofollow to sponsor links #83

Closed phated closed 6 years ago

zekth commented 6 years ago

Would it be an idea to open in a blank target? like: <a href="#" target="_blank" rel="noopener, noreferrer, nofollow">foo</a>

phated commented 6 years ago

I usually don't like target=blank because power users ctrl-click/middle-click things anyway when they want a new tab. Fine with the other stuff though, I think.

zekth commented 6 years ago

I agree with you but depends on people, i'm kind of middle click mouse user but on the laptop i never use this feature. "noopener, noreferrer" are used to avoid security issues with the target=_blank. So if we don't use this target no need to use those tags.