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

前端 未结 7 437
抹茶落季
抹茶落季 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:52

    
    

    Just include this line in your tag. Why I'm telling you this because if you use robots.txt file to hide your URLs that might be login pages or other protected URLs that you won't show to someone else or search engines.

    What I can do is just accessing the robots.txt file directly from your website and can see which URLs you have are secret. Then what is the logic behind this robots.txt file?

    The good way is to include the meta tag from above and keep yourself safe from anyone.

提交回复
热议问题