| Welcome to Webforumz.com. |
|
Aug 28th, 2007, 11:32
|
#1 (permalink)
|
|
Section Manager - Website Critique
Join Date: May 2007
Location: inside the outside
Posts: 1,094
|
robots and hiding url's
Hi,
I was wondering if anyone had any knowledge about how to hide urls from search engines and the curious.
I have a number of pages in development which I don't want to display quite yet. The obvious way is to implement a robots.txt file. However, this is easily viewable and the 'curious' user would be able to go straight to the url. i.e. www.natwest.co.uk/robots.txt brings up the folders that they want to hide.
the other option is to use robots meta data to hide the page. however, does this also hide the folder url?
i.e. if implemented it will hide www.webaddress.com/folder/default.asp but will it also hide www.webaddress.com/folder/
So I have probably confused you all, but in summery, I want to hide both the page and its associated file path. ( www.webaddress.com/folder/default.asp and www.webaddress.com/folder/) and want to know if the meta tag for robots will do this
Any suggestions would be appreciated.
Thanks,
Stew
|
|
|
Sep 2nd, 2007, 02:15
|
#2 (permalink)
|
|
Administrator
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 4,102
|
Re: robots and hiding url's
this should help
http://www.robotstxt.org/wc/meta-user.html
just put this on the pages you don't want indexed
<meta name="robots" content="noindex">
__________________
Languages: PHP, mySQL (queries), C#, (X)html, CSS, JS.
|
|
|
Sep 2nd, 2007, 04:19
|
#3 (permalink)
|
|
Junior Member
Join Date: Sep 2007
Location: Utah
Posts: 24
|
Re: robots and hiding url's
Not all engines obey that Alex. I recommend using robots.txt for this. Wiki explains the basics of using it. http://en.wikipedia.org/wiki/Robots.txt
|
|
|
Sep 2nd, 2007, 10:56
|
#4 (permalink)
|
|
Administrator
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 4,102
|
Re: robots and hiding url's
ah okay,
i'm no SEO specialist sorry.
that's rob
__________________
Languages: PHP, mySQL (queries), C#, (X)html, CSS, JS.
|
|
|
Sep 2nd, 2007, 11:19
|
#5 (permalink)
|
|
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,381
|
Re: robots and hiding url's
Yeah as HostingPlus says the best way is by using robots.txt 
|
|
|
Sep 2nd, 2007, 12:33
|
#6 (permalink)
|
|
Section Manager - Website Critique
Join Date: May 2007
Location: inside the outside
Posts: 1,094
|
Re: robots and hiding url's
Yeah, the problem is that a robots.txt file is browsable to the end user. i.e. http://www.bbc.co.uk/robots.txt
Which means that any inquisitive user can just have a quick look at one file to find anything that I don't want them to see (yet !).
Will the robots meta data hide the folder path ( www.mysite.co/folder1/) as well as the direct url ( www.mysite.co/folder1/default.asp) if I only put one page into that folder?
|
|
|
Sep 2nd, 2007, 12:42
|
#7 (permalink)
|
|
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,381
|
Re: robots and hiding url's
what about CHMOD?
|
|
|
Sep 2nd, 2007, 14:08
|
#8 (permalink)
|
|
Section Manager - Website Critique
Join Date: May 2007
Location: inside the outside
Posts: 1,094
|
Re: robots and hiding url's
Quote:
Originally Posted by DanDoughty
what about CHMOD?
|
bless you, nasty cold you have.....
not sure what that is but a bit of googling should so me the way.
thanks for the pointer Dan
|
|
|
Sep 2nd, 2007, 14:12
|
#9 (permalink)
|
|
Section Manager - Website Critique
Join Date: May 2007
Location: inside the outside
Posts: 1,094
|
Re: robots and hiding url's
Thanks Dan, read through some stuff and it looks like I'll need to use cacls (change access control list) as I use a windows environment.
Looks like it might be a bit of overkill though, so will probably stick with the robots meta and hope it keeps most people out.
Thanks for all your help.
Stew
|
|
|
Sep 2nd, 2007, 14:24
|
#10 (permalink)
|
|
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,381
|
Re: robots and hiding url's
CHMOD - Its the permissions - like 777, 000 etc.
|
|
|
Sep 2nd, 2007, 14:48
|
#11 (permalink)
|
|
Administrator
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 4,102
|
Re: robots and hiding url's
windows server doesn't use it 
you just right click the file and change the permissions that way
__________________
Languages: PHP, mySQL (queries), C#, (X)html, CSS, JS.
|
|
|
Sep 2nd, 2007, 15:34
|
#12 (permalink)
|
|
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,381
|
Re: robots and hiding url's
Still CHMOD 
|
|
|
Sep 2nd, 2007, 16:52
|
#13 (permalink)
|
|
Junior Member
Join Date: Sep 2007
Location: Utah
Posts: 24
|
Re: robots and hiding url's
Ok, it sounds like you might be trying to hide a sales page or download page or something. To ensure google is blocked, I'd suggest a password prompt that you'll give to your paying customers.
Log into your control panel and look for a authentication option.
Google won't be able to index it, you won't need robots.txt and your job is done.
Quote:
Originally Posted by welshstew
|
|
|
|
| Thread Tools |
|
|
| Rate This Thread |
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|