Advice Please - NOINDEX Meta Robot Tag

Discussion in 'Search Engine Optimization' started by Jimbob1208, Jun 25, 2012.

  1. #1
    Hi,

    My website is 6 years old and I have just had it re-designed by my webmaster and have discovered the following meta Robot tag in the source code <meta name="robots" content="NOINDEX,NOFOLLOW" />

    Is this a problem?

    Thanks
     
    Jimbob1208, Jun 25, 2012 IP
  2. otonat007

    otonat007 Peon

    Messages:
    97
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <meta name="robots" content="NOINDEX,NOFOLLOW" />

    [FONT=Verdana,Arial,Helvetica,sans-serif]What is Noindex: Tells the bot not to index the page.
    What is Nofollow: Tells it not to follow any link.
    [/FONT]

    The code which is showing in your website it means NO FOLLOW & NO INDEX the page.

    You should use like this code:
    [FONT=Verdana,Arial,Helvetica,sans-serif] <meta name="robots" content="index, follow"/>[/FONT]
     
    otonat007, Jun 26, 2012 IP
  3. Jimbob1208

    Jimbob1208 Active Member

    Messages:
    275
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    73
    #3
    Thanks for the reply, it is really appreciated.

    Could this be the cause as to why my site is not showing up for keywords I have previously been SERP 1 to 5 for?
     
    Jimbob1208, Jun 26, 2012 IP
  4. seo4me

    seo4me Well-Known Member

    Messages:
    209
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    123
    #4
    If you DO want your pages in search engines, then DO NOT use the tag. By default, the major search engines will index any page they find. Yes, there is a form of the meta robots tag you can use to explicitly tell search engines to index your pages. It looks like this:

    <meta name=”robots” content=”index”>
    There’s also a form you can use that adds the command “follow,” which tells the search engines to index your page and also follow any links they find on that page to other pages, which they can then index. It looks like this

    <meta name=”robots” content=”index,follow”>
    Google writes today to summarize several options you can use. Quoting Google:

    NOINDEX – prevents the page from being included in the index.
    NOFOLLOW – prevents Googlebot from following any links on the page. (Note that this is different from the link-level NOFOLLOW attribute, which prevents Googlebot from following an individual link.)
    NOARCHIVE – prevents a cached copy of this page from being available in the search results.
    NOSNIPPET – prevents a description from appearing below the page in the search results, as well as prevents caching of the page.
    NOODP – blocks the Open Directory Project description of the page from being used in the description that appears below the page in the search results.
     
    seo4me, Jun 26, 2012 IP
  5. OSSEO

    OSSEO Active Member

    Messages:
    1,430
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    53
    #5
    These tags stop Crawler to index and follow your website.
     
    OSSEO, Jun 26, 2012 IP
  6. ninjamtlt1

    ninjamtlt1 Active Member

    Messages:
    1,704
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    88
    #6
    Taht's a HUGE problem if it applies to the whole site!
     
    ninjamtlt1, Jun 26, 2012 IP
  7. ninjamtlt1

    ninjamtlt1 Active Member

    Messages:
    1,704
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    88
    #7
    it should be index, follow.
     
    ninjamtlt1, Jun 26, 2012 IP