How to make your site can be found through a search engine
2 answers
First of all, it is desirable to place the robots.txt file in the root of the site, with the following content:
User-agent: * Disallow:
In this example, search engines are allowed to index the entire site.
This process is very clearly described here.
|