How to add `nofollow, noindex` all pages in robots.txt?

前端 未结 4 1363
半阙折子戏
半阙折子戏 2020-12-19 03:44

I want to add nofollow and noindex to my site whilst it\'s being built. The client has request I use these rules.

I am aware of

4条回答
  •  借酒劲吻你
    2020-12-19 04:08

    • Noindex tells search engines not to include pages in search results, but can follow links (and also can transfer PA and DA)
    • Nofollow tells bots not to follow the links. We also can combine noindex with follow in pages we don´t want to be indexed, but we want to follow the links

提交回复
热议问题