How to disable SEO for my website? -


people struggle increase seo of websites, same other websites, studying seo training videos, reading blogs seo.

but website made school need reverse, want website not listed in of search engines, because website intended used school's staff , students have direct link website.

the safest method if want hide website public (world) password protect it, if want disable seo website use following meta tag:

<meta name="robots" content="noindex, nofollow"> 

you can use robots.txt file in site's root containing following content:

user-agent: * disallow: / 

it should noted search engines indexing site whether honor robots.txt; not obliged to.


Comments

Popular posts from this blog

php - Magento - Deleted Base url key -

javascript - Tooltipster plugin not firing jquery function when button or any click even occur -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -