How to prevent search engines from indexing a single page of my website?

前端 未结 7 434
抹茶落季
抹茶落季 2020-12-08 14:13

I don\'t want the search engines to index my imprint page. How could I do that?

7条回答
  •  庸人自扰
    2020-12-08 14:47

    A robot wants to vists a Web site URL, say http://www.example.com/welcome.html. Before it does so, it firsts checks for http://www.example.com/robots.txt, and finds: you can explicitly disallow :

    User-agent: *
    Disallow: /~joe/junk.html
    

    please visit below link for details robots.txt

提交回复
热议问题