"No index" part of page only

Discussion in 'Search Engine Optimization' started by Toopac, Oct 20, 2009.

  1. #1
    I remember reading ages ago about a tag that tells a search engine not to index a certain part of a page, but I never paid attention to it nor have I ever used it.

    Right now I need this for a project that I'm working on, but don't know what the tag is, can you help?

    Also is the tag universal to the main search engines? or just Google?

    Thanks
     
    Toopac, Oct 20, 2009 IP
  2. newlogo

    newlogo Peon

    Messages:
    3,931
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    its for google only, google is universal now
     
    newlogo, Oct 20, 2009 IP
  3. bogs

    bogs Active Member

    Messages:
    2,142
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    80
    #3
    bogs, Oct 20, 2009 IP
  4. DigiTrack

    DigiTrack Peon

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    yes u can do this using meta tags
     
    DigiTrack, Oct 20, 2009 IP
  5. Toopac

    Toopac Peon

    Messages:
    4,451
    Likes Received:
    166
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Lol Google is, btw what is the tag?

    Nope

    And nope, but thanks.

    It is something like (I'm totally making the tag up now in the example below):


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <title>TITLE</title>
    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
    <meta name="description" content="Description" />
    <meta name="keywords" content="keyword" />
    <link href="style.css" rel="stylesheet" type="text/css" />

    </head>


    <body>

    <p>This is my first paragraph.</p>

    <p><noindextag>This is my second paragraph.</noindextag></p>

    </body>

    </html>
     
    Last edited: Oct 20, 2009
    Toopac, Oct 20, 2009 IP
  6. RaymondFung

    RaymondFung Peon

    Messages:
    66
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I'm not aware of the tag, but how about using an iframe or javascript.
     
    RaymondFung, Oct 21, 2009 IP
  7. farangkwaiyai

    farangkwaiyai Guest

    Messages:
    317
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Could that be seen as blackhat?
     
    farangkwaiyai, Oct 21, 2009 IP
  8. Mr. Gill

    Mr. Gill Active Member

    Messages:
    673
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    60
    #8
    Not to index a certain part of a page ?
    I don't think there was ever such a tag.

    If you want some text which you don't want search engines to crawl then why don't you create a image and write text on it. If you are good with photoshop then image will look like normal text written on the page.
     
    Mr. Gill, Oct 21, 2009 IP
  9. Canonical

    Canonical Well-Known Member

    Messages:
    2,223
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    110
    #9
    I believe Yahoo! still supports robots-noindex as a class that can be used to tell them NOT to consider a particular part of a page as content when indexing/ranking the URL, but Google to my knowledge does not.

    I'm pretty sure I read a recent post just a few days ago by Danny Sullivan somewhere in which he was interviewing a Yahoo! exec at SMX East I think who indicated a renewed interest in this as a way webmaster's can signify to Yahoo! which parts of the page are templated. But I can't for the life of me find it right now.
     
    Canonical, Oct 21, 2009 IP
    Toopac likes this.
  10. addlinkurl

    addlinkurl Well-Known Member

    Messages:
    2,409
    Likes Received:
    129
    Best Answers:
    0
    Trophy Points:
    155
    Digital Goods:
    1
    #10
    you use the meta tag or you can block the bot by robots.txt.
     
    addlinkurl, Oct 21, 2009 IP
  11. Rapid_SEO

    Rapid_SEO Peon

    Messages:
    218
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Google bots index links in java scripts, but iframe is better option to do so. maybe you can block by css file?
     
    Rapid_SEO, Oct 21, 2009 IP
  12. Toopac

    Toopac Peon

    Messages:
    4,451
    Likes Received:
    166
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Your the daddy! That must be it.

    Although I read about this tag awhile ago I never took much notice of it, because at the time I didn't see the value of it at all - I only remembered this tag recently because of a slight problem I have on page.

    I hardly think it will help though, nevermind moving on forward... lol
     
    Toopac, Oct 21, 2009 IP