Results 1 to 5 of 5

Thread: Searchable/unsearchable pages.
      
   

  1. #1
    gabor's Avatar
    gabor is offline Captain
    Join Date
    Feb 2008
    Location
    New York, NY, USA. Pecs, Hungary
    Posts
    211

    Default Searchable/unsearchable pages.

    Hi Everybody,
    Please help.

    Mine is a music site. There are (will be) about 50 pages on it - individual songs (1 song per page) and various directories.

    I think I would do very well with only my main page (home? index?), plus perhaps a few more, appearing - and well searchable - on SEs.
    No need to go into every single page - you will get there by navigating my homepage. (?)

    Since I've been working on this for two months, Google has already made every single page searchable. (Which, I assume, will disappear if I remove them from my c-panel?)

    In the future, how can I render pages unsearchable?

  2. #2
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: Searchable/unsearchable pages.

    You can add code like

    <meta name="robots" content="noindex" />
    in between the <head> </head> tags

    or to the html code of each link to pages you don't want indexed

    rel="nofollow"

    Deleting the page won't make the SE's immediately know that the page was removed, there will be search results that go to dead pages until the SE crawls your site and realizes its no longer there

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

  3. #3
    gabor's Avatar
    gabor is offline Captain
    Join Date
    Feb 2008
    Location
    New York, NY, USA. Pecs, Hungary
    Posts
    211

    Default Re: Searchable/unsearchable pages.

    Thanks Watdaflip,

    So, it would look like:
    <A href="http://www.gabor-music.com/iloveyou.html.rel="nofollow">http://www.gabor-music.com/iloveyou.html.rel="nofollow" ?? (Say, for my individual music files. Will they remain accessible thru my homepage navigation?)

    (I'm only using the standard, basic BV/VH formats and procedures)

  4. #4
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: Searchable/unsearchable pages.

    No, it will look like

    <A href="http://www.gabor-music.com/iloveyou.html" rel="nofollow">http://www.gabor-music.com/iloveyou.html</A>

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

  5. #5
    gabor's Avatar
    gabor is offline Captain
    Join Date
    Feb 2008
    Location
    New York, NY, USA. Pecs, Hungary
    Posts
    211

    Default Re: Searchable/unsearchable pages.

    Wow

    Now I'm getting it..

    Thanks, again

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

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 44 45 46 47 48 49