Hey there! Can anyone please tell me the adsense tag code that allows you to like choose your own keywords for a web page (I think?)? Isn't it something like <!--Adsense content --> Help appreciated! I hope you know what I'm asking! Thanks. I'll rep you guys who give me some answers and tips!
You can use Section Targeting. Section Targeting uses HTML tags to emphasize a specific area of your content. To implement Section Targeting, place the following lines of code before and after the content you wish to focus on: <!-- google_ad_section_start --> <!-- google_ad_section_end --> Likewise, to specify sections of your content you would like the crawler to ignore, place these lines of code before and after the specified content: <!-- google_ad_section_start(weight=ignore) --> <!-- google_ad_section_end(weight=ignore) -->
Grasshoppa is correct, except that the end tag shouldn't have the (weight=ignore) bit on the end. You would usually use the ignore tags around your navigation panel, for example. Note: Google say that it can take up to 2 weeks before section targeting will have any effect. Read their own words here: Section Targeting. Also Note: these tags are only suggestions to the AdSense bot. It does not guarentee that ads for those keywords will actually appear. Resist the urge to use keyword stuffing techniques. Instead, add a small number of links to external sites that are related, and make sure that each link has a good anchor text and title tag. Hope that helps, Cryo.