Nofollow for the whole page?

笑着哭i 提交于 2019-12-14 02:14:55

问题


Is it possible to add a nofollow for the whole page instead of

rel="nofollow"

for every link?

I've got some profile pages where users can enter their contacts and other stuff which can be potentially spam, and I cba to alter the filters for wysiwyg data.


回答1:


Put this meta tag in the head

<meta name="robots" content="nofollow" /> 

Reference links:

  • Using the robots meta tag
  • rel=nofollow
  • The right use of NoFollow tag in site links – SEO Tips


来源:https://stackoverflow.com/questions/12575290/nofollow-for-the-whole-page

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!