Forum Moderators: open
Now my site isn't completed yet, and i don't want links pointing to my page, as i don't want to make a "bad impression" on people..
How can i make search engines temporarily stop indexing my page? I thought i had to submit my site to them, but it appears somehow they found me through other means...Any advice? (ps...how did i get listed on google in the first place?)
THanks,
Andrew.
> How did i get listed on google in the first place?
Two or three possibilities, maybe more...
1) Incoming links from other sites
2) Domain registration
3) Using the Google Toolbar
Google claims that using the Toolbar should not cause your site to be indexed, but there are some here who argue that it does. I'm staying out of that argument until I have proof either way.
How to stop it:
1) Use robots.txt to disallow search engine spiders from crawling the site.
2) Use the meta-robots tag on pages you don't want listed.
3) Use .htaccess or ISAPI filters (depends on your server) to block or redirect spiders.
You might want to try using the WebmasterWorld site search to find threads related to all of the above subjects - there are many, many of them.
Jim
Why upload an incomplete site?
Build it locally on your computer, upload it when it is finished.
If you want to test pages / sites online then password protect them using something like .htaccess on apache
delete the pages now and or protect them, that way only the google cache will remain for a few weeks.
hth
** If you dont want people to find and see it
** dont put it on the www.
the reason i uploaded it to the web is because it runs of PHP and a MySQL database, and unfortunately, i cannot test these things of my local computer.
And, as a side note, i guess i could password protect them =) But i didn't figure i would be listed "on google" unless i was submitted to google....
And yes, i just downloaded the toolbar yesterday..lol, coincidence? I dunno...
If any of they are reading ...
[unmentionable insults follow]
It is also possible someone doing this somehow got your domain (if new) into the public net .. though perhaps not liklely.
It definitely does not take a link for the SE bots to find a site. When I registered this domain, I had two of them knocking within a day of registering. Site had and still has zero links.
A second reason for uploading a partially completed site is so that you can get feedback from other people (friends, co-workers, or whomever).
If you want people to see the site eventually, I personally would recommend against excluding a bot when you're relatively close though. Once we exclude a site, it can take some time for us to re-crawl it. If you can manage, I'd just leave what you've got up and add to it. Just my two cents..
If you're going to set up a new site on your server and don't want it spidered yet, just don't point the DNS for the domain name to the site yet. In this specific case, now that the site is out of the bag, you could just switch the DNS to a "site" with just a single "coming soon" type page so that Google still has some minimal spider food to check back on.
Then while you are working on it, just add the hostname to your computer's host file so that you can use the name, but everyone else would have to specifically go to that IP address to see anything.
(Note: this isn't as _secure_ as a password scheme, etc..., but it's simpler and just fine as long as you don't create some sort of security violation in your code while modifying/testing it.)