1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Wordpress - make a page "noindex"?

Discussion in 'WordPress' started by r3born, Jul 15, 2007.

  1. #1
    One of my pages is a duplicate of one of my posts.
    Is there a way to make this page invisible for SEs?
    Thanks.
     
    r3born, Jul 15, 2007 IP
  2. cormac

    cormac Peon

    Messages:
    3,662
    Likes Received:
    222
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Edit you header file and use the

    .

    This will stop the page from being indexed but the links will be followed.
     
    cormac, Jul 16, 2007 IP
  3. r3born

    r3born Active Member

    Messages:
    1,070
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    88
    #3
    The problem is that I need only one page to be removed from the index. I don't want to edit the whole template.
     
    r3born, Jul 16, 2007 IP
  4. cormac

    cormac Peon

    Messages:
    3,662
    Likes Received:
    222
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Doh & shit that really would have de-indexed your whole site, sorry my bad.

    Use your robots.txt file to block the url from being crawled.
     
    cormac, Jul 16, 2007 IP
    r3born likes this.
  5. r3born

    r3born Active Member

    Messages:
    1,070
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    88
    #5
    Thanks for your help. I thought maybe there's a plugin or something to do that :) Well, will have to mess with robots.txt :)
     
    r3born, Jul 16, 2007 IP
  6. uglyboy

    uglyboy Peon

    Messages:
    1,963
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    0
    #6
    You should take a look at all-in-one-seo- pack/ it allows you to Use noindex for categories and archives.

    Im not sure what it is you want to noindex. if its only a single page maybe you could use some kind of "if statement" in the header meta tags..

    Something like:
    <?php if (is_XXXXXX()) { ?>
    <meta name="robots" content="noindex,follow">
    <?php  } ?>
    PHP:
     
    uglyboy, Jul 16, 2007 IP