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.
Let’s face it. Tech buzzwords get thrown around a lot—especially when it comes to how…
In today’s digital world, the boundaries between technology, finance, and innovation are rapidly disappearing. Businesses…
Backyard gatherings like BBQs, family reunions, and garden parties are an exciting way to enjoy…
Marketers are always on the lookout for more effective ways to reach their target audiences.…
Does your phone control your mind more than you control your phone? Modern life exploits…
Did you know that the prostate continues growing throughout a man's entire life, making BPH…
View Comments
Thanks for this post – I followed this for update my not-found urls.