Maxi-Pedia Forum

Information Technologies and Systems (IT/IS) => Internet, SEO, HTML, AdSense, How to build a website => Topic started by: bugibar on October 19, 2008, 09:01:01 pm



Title: google_ad_section_start(weight=ignore)
Post by: bugibar on October 19, 2008, 09:01:01 pm
hi, i am running a small website and am thinking about adding the <!-- google_ad_section_start(weight=ignore) --> tag to my pages to fiter out content that should not be considered by the google bot. anyone has any experience with this?? is it a good idea to use this?

tx.


Title: Re: google_ad_section_start(weight=ignore)
Post by: mod on October 29, 2008, 12:08:09 am
In general, it should not hurt to use the google_ad_section_start tags. They can help Google to identify the relevant content on your pages. Note, even if you include these tags around everything unimportnat, it does not mean Google won't see the stuff. Google will still see everything, these tags just place/remove emphasis on particular sections of your pages.

The following is the proper syntax for the google_as_section tag:

Code:
<!-- google_ad_section_start(weight=ignore) -->
text that you want to deemphasise from Google bot
<!-- google_ad_section_end(weight=ignore) -->

Note, because this is enclosed in the <!-- --> HTML comment characters, it will be disregarded for display purposes by any browser.


Title: Re: google_ad_section_start(weight=ignore)
Post by: mismas on November 14, 2008, 05:15:58 pm
Nice reply, thanks.