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.
The coronavirus outbreak has drastically changed the way we live our lives. Yes, that's absolutely…
Sales and marketing teams help attract, convert, and retain customers to ensure an organization’s long-term…
Are you an owner of a small business who’s trying to come up with ways…
Introduction When patients bring me their lab reports, the confusion is almost always the same.…
Are you excited about remodeling your house after a long time? Perhaps if you're planning…
The practice of yoga teaches us to be present, patient and mindful of our decisions.…
View Comments
Thanks for this post – I followed this for update my not-found urls.