meta robots index

Discussion in 'Search Engine Optimization' started by NAz2K, Oct 11, 2006.

  1. #1
    I'm a bit mistified at this. I know that the default for googlebot is index, follow but it seems only when I actually use the META tag do my pages get indexed, I don't get it.
     
    NAz2K, Oct 11, 2006 IP
  2. johnner69

    johnner69 Member

    Messages:
    65
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    43
    #2
    I don't specify google itself, I use the deafult for all bots

    This is what i use:

    in the robots.txt file:

    User-agent: *
    Disallow:

    in the header of the page:

    <META NAME="robots" CONTENT="FOLLOW,INDEX">

    Cheers

    John
     
    johnner69, Oct 11, 2006 IP
  3. NAz2K

    NAz2K Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi, thanks, I shall start using robots.txt on all my sites soon, maybe it will benefit me.

    Thanks for the reply.
     
    NAz2K, Oct 11, 2006 IP
  4. IMSassafras

    IMSassafras Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    If I may ask a question...

    Do you need to use the robots.txt file or can you use the META tag only? How important is the robots.txt file?

    just curious,
    Sassafras
     
    IMSassafras, Oct 11, 2006 IP
  5. Jean-Luc

    Jean-Luc Peon

    Messages:
    601
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    0
    #5
    It does not hurt to use these, but there is no benefit in using them. This is exactly what the search engines will understand if the robots.txt and the META are not used.

    Jean-Luc
     
    Jean-Luc, Oct 11, 2006 IP
  6. hooperman

    hooperman Well-Known Member

    Messages:
    646
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    108
    #6
    The robots.txt file and robots meta tags are used to specify exclusions. If you don't want to exclude robots then don't use them.
     
    hooperman, Oct 12, 2006 IP
  7. Kingdom85

    Kingdom85 Peon

    Messages:
    178
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    <meta name="robots" content="noindex,nofollow">

    thats the code if you want to exclude robots from individual pages.

    i follow it up wit a robots.txt file
     
    Kingdom85, Oct 12, 2006 IP