FAQ
Frequently Asked Questions
What is a robots.txt file?
Robots.txt is a text file webmasters create to instruct web robots (typically search engine robots) how to crawl pages on their website.
Where should I place my robots.txt file?
The robots.txt file must be placed in the root directory of your website (e.g., https://example.com/robots.txt).
Does robots.txt block pages from appearing in search results?
Not necessarily. While it prevents crawling, if a page is linked from elsewhere, it might still be indexed. To guarantee a page isn't indexed, use 'noindex' meta tags.