Can hide site from search engines?

User 2167670 Photo


Trial User
10 posts

If I publish an incomplete site just to see if I can spot any problems or to allow selected users to preview it, is there any way to hide the site from search engines until I later complete it? (I would be using VSD.)

Thanks,
Don Culp
User 271657 Photo


Ambassador
3,816 posts

Don, If you're doing nothing to get the site noticed (submit to search engines, SEO), it won't show up unless someone types in the URL for it (it might be on page 3487 of a Google search, but no one will dig that far! :lol:).
You could put up an intro page to say what the site is and that it's coming soon as your index page, then just not link that to your other pages while you're still working on them. When the site's ready, switch your actual home page to index and get rid of the intro page.
I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com
User 187934 Photo


Senior Advisor
20,186 posts

You could goto google webmaster tools and generate some robots text to exclude your content. Painbrush's approach is the best for a site that your working on.:)
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 282670 Photo


Registered User
3,940 posts

<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
<meta name="robots" content="noindex, nofollow" />


thought I read somewhere this code would help with that....:)




User 364143 Photo


Guest
5,410 posts

Put this a text file named robots.txt and upload it to your web root.
User-agent: *
Disallow: /

Or you can put this in the header of every html page.
<meta name="robots" content="noindex, nofollow" />
CoffeeCup... Yeah, they are the best!

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.