What does this code mean??? on my wordpress blog

Discussion in 'WordPress' started by BiafranMan, Aug 8, 2008.

  1. #1
    <meta name='robots' content='noindex,nofollow' />
    
    Code (markup):
    wut does that all mean???

    and how come no where in source code of my index page there no meta descriptions or keywords, i thought sites supposes to have that for seo, wordpress dont add it automatically for you???
     
    BiafranMan, Aug 8, 2008 IP
  2. mizaks

    mizaks Well-Known Member

    Messages:
    2,066
    Likes Received:
    126
    Best Answers:
    0
    Trophy Points:
    135
    #2
    That code tells search engines to not index your site or follow links on the page.

    WordPress does not come out of the box with meta tags built into it. Download a plugin like Platinum SEO Pack for that purpose.
     
    mizaks, Aug 8, 2008 IP
  3. BiafranMan

    BiafranMan Peon

    Messages:
    119
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    why wouldnt i want search engines to index my page!?!?!?! why would wordpress make that the default code!?!?!? so do i just take out the "no"..y would wordpress do this?
     
    BiafranMan, Aug 8, 2008 IP
  4. SuperAffiliateBlogger

    SuperAffiliateBlogger Peon

    Messages:
    64
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You can specify what you want to do in the options of the Platinum SEO Pack plugin.
     
    SuperAffiliateBlogger, Aug 8, 2008 IP
  5. Taiwan

    Taiwan Peon

    Messages:
    136
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    There are pages IMO like your about page or some other informative pages that you might not want to be indexed with your sight, especially if you link to them from your homepage. Use the Robots Meta plugin to get easy control over each post or page you create.
     
    Taiwan, Aug 9, 2008 IP
  6. mizaks

    mizaks Well-Known Member

    Messages:
    2,066
    Likes Received:
    126
    Best Answers:
    0
    Trophy Points:
    135
    #6
    Just change it to

    <meta name="robots" content="follow, all" />
    Code (markup):
     
    mizaks, Aug 9, 2008 IP
  7. BiafranMan

    BiafranMan Peon

    Messages:
    119
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    y cant i just change it to:

    <meta name='robots' content='index,follow' />
    Code (markup):
    ???
     
    BiafranMan, Aug 9, 2008 IP
  8. arwen54

    arwen54 Active Member

    Messages:
    632
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    60
    #8
    yes, that is the correct way to code that meta tag
     
    arwen54, Aug 9, 2008 IP
  9. BiafranMan

    BiafranMan Peon

    Messages:
    119
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    wut if i just take out that whole "<meta name..." tag line outta my source code??
     
    BiafranMan, Aug 9, 2008 IP
  10. Cash Nebula

    Cash Nebula Peon

    Messages:
    1,197
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    0
    #10
    That'll work too for most search engines. Your theme is doing that, or maybe a plugin. Search header.php for it.
     
    Cash Nebula, Aug 9, 2008 IP
  11. BiafranMan

    BiafranMan Peon

    Messages:
    119
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    haha, i was lookin at the settings of my blog and under privacy>blog visibility it was checked as "I would like to block search engines, but allow normal visitors"

    i have now checked it to: "I would like my blog to be visible to everyone, including search engines (like Google, Sphere, Technorati) and archivers"

    and now the line of code is gone from my source code...
     
    BiafranMan, Aug 9, 2008 IP
  12. tlinu

    tlinu Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    That's what I guessed...
     
    tlinu, Aug 12, 2008 IP