<!-- google_ad_section_start(weight=ignore) -->

Discussion in 'Placement / Reviews / Examples' started by pdave, Dec 30, 2005.

  1. #1
    <!-- google_ad_section_start(weight=ignore) -->

    I was unclear on how to use this tag. Do you enclose the text to be ignored between the same tag?
     
    pdave, Dec 30, 2005 IP
  2. Nokia999

    Nokia999 Guest

    Messages:
    1,488
    Likes Received:
    74
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It is used to hint google to ignore stuff in between these tags.
     
    Nokia999, Dec 30, 2005 IP
  3. pdave

    pdave Guest

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    My second question was on : google_ad_section_start and google_ad_section_end .

    Can these thing enclosed the google ad code? or are they mainly for the main content?
     
    pdave, Dec 30, 2005 IP
  4. pdave

    pdave Guest

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Nokia999 - so there must be two weight+ignore tags with stuff in the middle to ignore correct?
     
    pdave, Dec 30, 2005 IP
  5. Jean-Luc

    Jean-Luc Peon

    Messages:
    601
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I would use it like this:
    <html>
    <head>
    ...
    </head>
    <body>
    
    ...
    
    <!-- google_ad_section_start -->
    Important text for AdSense
    <!-- google_ad_section_end -->
    
    ...
    
    <!-- google_ad_section_start(weight=ignore) -->
    Text that AdSense should ignore
    <!-- google_ad_section_end -->
    
    ...
    
    </body>
    </html>
    Code (markup):
    Jean-Luc
     
    Jean-Luc, Dec 30, 2005 IP