Forum Moderators: martinibuster
<!-- google_ad_section_start -->
<!-- google_ad_section_end -->"
I did mine like this, but im not sure how correct it is.
<meta name="keywords" content="target,optimize,google,adsense,<!-- google_ad_section_start --> Keyword blah blah keyword blah keyword <!-- google_ad_section_end -->"
What do ya all think?
say you have a nav you want to ignore, you'll do something like this:
<!-- google_ad_section_start -->
<b>Site Navigation</b>
- Books
- Reviews
- Gallery
- Contacts
- About us
<!-- google_ad_section_end -->
For content you want to emphasize, use:
<!-- google_ad_section_start -->
<!-- google_ad_section_end -->
For content you want to de-emphasize:
<!-- google_ad_section_start(weight=ignore) -->
<!-- google_ad_section_end -->
More here on how to implement it:
[google.com...]