Accessing robots.txt
Google uses software known as web crawlers that look at webpages and follow links on those pages to bring data about them back to Google’s servers. A robots.txt file tells these crawlers which pages or files the crawler can or can't request from your site.
](https://developers.google.com/search/docs/crawling-indexing/robots/intro)
See how you can access your robots.txt file for the site.
We generate the robots.txt file automatically. To access it, simply add /robots.txt to your domain name. For example:
https://devellp.com/robots.txt
- If the site is open for indexing in the search engines, the robots.txt file will look this way — with a link to the sitemap:
- If the site is blocked from being indexed in the search engines, the file will look this way:
- You can hide or open the site to the search engines anytime. Go to the Settings of your website and proceed to the General info tab, then go to the Visibility in the search engines section:
](https://support.devellp.com/en-us/article/hiding-a-page-from-search-engines-kipnj3/)
Updated on: 04/07/2023
Thank you!