Page 1 of 1

[solved] work offline

Posted: Thu Sep 15, 2011 9:20 am
by DADOCTOR
Hello,

I am working on my website, I have a blog and forum already running live and am now adding cms,

I am working on it while it is live and it could be accessed by anyone, but it would be hard to find it as you would have to enter the whole URL of the page with the right sub directory as well which I think would be very rare.

I have just noticed some pages are being indexed by Google which is not what I want, some are 404 not found but some are indexed to content I am still working on

What could I do to stop it being indexed, I am working on my own site, and dont do it professionally so I am not to sure what I can do to stop it.

Work off line?

any help would be great

Regards
Ryan

Re: work offline

Posted: Fri Sep 16, 2011 1:35 am
by replytomk3
a) Robots exclude

b) Bring site down except for logged in IP address

c) htaccess filtering

Re: work offline

Posted: Fri Sep 16, 2011 3:06 am
by fredp
replytomk3 wrote:a) Robots exclude

b) Bring site down except for logged in IP address

c) htaccess filtering
To expand on a):

There is robots.txt, of course, or you could add a meta tag to the pages/templates that you want search engines to ignore. There is an example of doing something like this with a User Defined Tag at the very end of this wiki page: User_Handbook>>Tips_And_Tricks>>Using_CMSMS_with_CloudFlare. It's not exactly what you need, but could be easily modified for your case.

Re: work offline

Posted: Fri Sep 16, 2011 8:04 am
by DADOCTOR
Thanks guys

I will have a look at what you have said and linked to.

What about

b) Bring site down except for logged in IP address ?

How does this work, would I have to sort this out with my hosting ?

Re: work offline

Posted: Fri Sep 16, 2011 8:06 am
by uniqu3
Look in "Site Admin -> Global Settings -> Site Down Settings"

Re: work offline

Posted: Fri Sep 16, 2011 11:31 am
by DADOCTOR
uniqu3 wrote:Look in "Site Admin -> Global Settings -> Site Down Settings"
Thats a great option, thanks uniqu3.