Using robots.txt file you can give instructions about their site to web robots.
While search engine bot comes to your blog they have limited resources to crawl. So after certain crawling they stop and you website may not indexed. Sometimes there may be some folder or pages you do not want to crawl. For example images folder. So using robots.txt you can tell search engine not to crawl that particular folder as this helps you to deep crawling your inner pages also.
Robots.txt file placed at the root of your domain.
www.example.com/robots.txt.
User-agent: * Disallow: /
I basically prevent crawling some folder of your domain but it does not prevent indexing.
– To stop crawling part of your blog use Robots.txt file.
– Do not use Robots.txt file for noindexing rather than No-index meta tag.
In a world where digital presence is paramount, the question isn't whether you should do…
Over the years, people have experimented with various methods to maintain healthy and beautiful hair.…
Your brand more than developing an attractive and creative logo and infectious motto. It's the…
Introduction Are you someone who has suffered from a personal injury and want to file…
Operating from home has emerged as one of the most popular ways of doing jobs…
If the consequences of our society’s ever-growing debt are what worries you, then it is…
View Comments
Thanks for this post – I followed this for update my not-found urls.