robots and hiding url's

This is a discussion on "robots and hiding url's" within the Search Engine Optimization (SEO) section. This forum, and the thread "robots and hiding url's are both part of the Promote Your Website category.



Go Back   Webforumz.com > Main Forums > Promote Your Website > Search Engine Optimization (SEO)

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 28th, 2007, 11:32
welshstew's Avatar
Lead Administrator

SuperMember
Join Date: May 2007
Location: inside the outside
Posts: 1,388
Blog Entries: 13
Thanks: 1
Thanked 17 Times in 15 Posts
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
__________________
WelshStew
Lead Administrator

tierney rides tboard - uk site | xtreme wales - extreme clothing
If you think I've helped, click the "Thanks"
webforumz - facebook | LinkedIn
Last Blog Entry: Web Standards Curriculum Launched (Jul 8th, 2008)
Reply With Quote

  #2 (permalink)  
Old Sep 2nd, 2007, 02:15
alexgeek's Avatar
Technical Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,770
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
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">
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
  #3 (permalink)  
Old Sep 2nd, 2007, 04:19
Junior Member
Join Date: Sep 2007
Location: Utah
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #4 (permalink)  
Old Sep 2nd, 2007, 10:56
alexgeek's Avatar
Technical Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,770
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: robots and hiding url's

ah okay,
i'm no SEO specialist sorry.
that's rob
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
  #5 (permalink)  
Old Sep 2nd, 2007, 11:19
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Daniel
Re: robots and hiding url's

Yeah as HostingPlus says the best way is by using robots.txt
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Reply With Quote
  #6 (permalink)  
Old Sep 2nd, 2007, 12:33
welshstew's Avatar
Lead Administrator

SuperMember
Join Date: May 2007
Location: inside the outside
Posts: 1,388
Blog Entries: 13
Thanks: 1
Thanked 17 Times in 15 Posts
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?
__________________
WelshStew
Lead Administrator

tierney rides tboard - uk site | xtreme wales - extreme clothing
If you think I've helped, click the "Thanks"
webforumz - facebook | LinkedIn
Last Blog Entry: Web Standards Curriculum Launched (Jul 8th, 2008)
Reply With Quote
  #7 (permalink)  
Old Sep 2nd, 2007, 12:42
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Daniel
Re: robots and hiding url's

what about CHMOD?
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Reply With Quote
  #8 (permalink)  
Old Sep 2nd, 2007, 14:08
welshstew's Avatar
Lead Administrator

SuperMember
Join Date: May 2007
Location: inside the outside
Posts: 1,388
Blog Entries: 13
Thanks: 1
Thanked 17 Times in 15 Posts
Re: robots and hiding url's

Quote:
Originally Posted by DanDoughty View Post
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
__________________
WelshStew
Lead Administrator

tierney rides tboard - uk site | xtreme wales - extreme clothing
If you think I've helped, click the "Thanks"
webforumz - facebook | LinkedIn
Last Blog Entry: Web Standards Curriculum Launched (Jul 8th, 2008)
Reply With Quote
  #9 (permalink)  
Old Sep 2nd, 2007, 14:12
welshstew's Avatar
Lead Administrator

SuperMember
Join Date: May 2007
Location: inside the outside
Posts: 1,388
Blog Entries: 13
Thanks: 1
Thanked 17 Times in 15 Posts
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
__________________
WelshStew
Lead Administrator

tierney rides tboard - uk site | xtreme wales - extreme clothing
If you think I've helped, click the "Thanks"
webforumz - facebook | LinkedIn
Last Blog Entry: Web Standards Curriculum Launched (Jul 8th, 2008)
Reply With Quote
  #10 (permalink)  
Old Sep 2nd, 2007, 14:24
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Daniel
Re: robots and hiding url's

CHMOD - Its the permissions - like 777, 000 etc.
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Reply With Quote
  #11 (permalink)  
Old Sep 2nd, 2007, 14:48
alexgeek's Avatar
Technical Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,770
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: robots and hiding url's

windows server doesn't use it
you just right click the file and change the permissions that way
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
  #12 (permalink)  
Old Sep 2nd, 2007, 15:34
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Daniel
Re: robots and hiding url's

Still CHMOD
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Reply With Quote
  #13 (permalink)  
Old Sep 2nd, 2007, 16:52
Junior Member
Join Date: Sep 2007
Location: Utah
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
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 View Post
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?
Reply With Quote
Reply

Tags
robotstxt, search engines, seo

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
robots.txt alexgeek Search Engine Optimization (SEO) 2 Oct 22nd, 2007 22:11
PHP URL's scaifea Starting Out 5 Apr 26th, 2007 15:11
loadMovie function (and absolute/relative URL's) DocBoy52 Flash & Multimedia Forum 1 Aug 26th, 2006 05:16
ReWriting URL's for IIS (script based) Rob Classic ASP 3 Jul 20th, 2004 13:46


All times are GMT. The time now is 06:04.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43