How to Hide a Particular website page URL from Search engines?

后端 未结 3 573
生来不讨喜
生来不讨喜 2021-01-19 04:16
  1. My project is an E-commerce website that It contains lot of static and dynamic pages. I want to hide only one page from Search engines. If any one search that
3条回答
  •  广开言路
    2021-01-19 04:28

    You can use Seo technique...

    There is code you can put into your HTML which will prevent the bots from spidering your page(s). This code is put in the header of your web page(s) (meaning between the and tags), in the form of a meta tag (and you thought meta tags were for keywords only).

    Here are four examples of how this code will look;

    
    
    
    
    

提交回复
热议问题