Targeted adsense on your blog content

menampilkan adsense yang sesuai dengan BLOG kita

berapa banyak blog anda datang di tempat AdSense iklan yang sama sekali tidak relevan dengan tema blog atau konten? Beberapa dari mereka yang benar-benar lucu. Berikut adalah iklan yang benar-benar menunjukkan ruang di sebelah link ke salah satu template halaman.



coba kalian pikirkan jika iklan itu tampil di halaman saya yang sebenarnya BLOG saya ini tentang "tukeran link" atau semua yang berhubungan dengan cara memaksimalkan blog. sungguh aneh bukan.

nah, sekaranh anda dapat menentukan target iklan yang akan tampil sesuai dengan konten atau tema dari blog anda ini. saya akan menerangkan lebih lanjut...

you’ll need to add a set of special HTML comment tags to your blog template code. These tags will mark the beginning and end of whichever section(s) you’d like to emphasize or de-emphasize for ad targeting.

The HTML tags to emphasize a page section take the following format:

<!-- google_ad_section_start -->

<!-- google_ad_section_end -->

You can also designate sections you’d like to have ignored like your navigation, sidebar, or anything that’s not worth targeting by adding a (weight=ignore) to the starting tag:

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

<!-- google_ad_section_end -->

It can take at least 2 weeks before Google crawlers figure out the changes you’ve made and update your AdSense account. Some sites might not even notice a difference because the ads were already pretty well targeted in the first place.

Here’s what your updated code should look like:

<!-- google_ad_section_start -->
<data:post.body/>
<!-- google_ad_section_end -->

Some people also want to setup Section Targeting for their blog post titles which is fine as well. You basically do the same steps shown here but for the <data:post.title/> tags. There are usually at least two so make sure you wrap them all if you decide to make this change.

Save your template code and load it back into Blogger. Look at your blog and view the page source. You should now see these Google AdSense tags in your code!