Mobile app version of vmapp.org
Login or Join
Cody1181609

: If you are mainly worried about the search engines crawling and indexing the site, put a robots.txt file in the root of the site with the following content: User-agent: * Disallow: / This

@Cody1181609

If you are mainly worried about the search engines crawling and indexing the site, put a robots.txt file in the root of the site with the following content:

User-agent: *
Disallow: /


This will stop the site from showing up in the major search engines. Then you can remove the disallow rule when you are ready for it to be indexed.

If you are more worried about the site being publicly visible, then you'll have to do as others have suggested, and setup some type of user authentication.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Cody1181609

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme