Making sure the most relevant ads show up on your blog or website might seem hard to do. Google decides, right?
As you will see from this post, there are several things you may do to help Google present more relevant ads to your users.
First of all, you can set a code in your template to show Google what part of your site contains the actual content. This is what Google calls section targeting.
Section targeting allows you to suggest sections of your text and HTML content that you'd like Google to emphasize or downplay when matching ads to your site's content.
I wouldn't recommend using section targeting until you have a firm grasp of how HTML and Joomla templates work. Although it's not rocket science, you might break things if you start messing with the template too much.
You use section targeting by setting the following code.
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 by adding a (weight=ignore) to the starting tag:
<!-- google_ad_section_start(weight=ignore) -->
With these tags added to your HTML code, your final code may look like the following:
<html>
<head>
<title>Section targeting</title>
</head>
<body>
<!-- google_ad_section_start -->This is the text of your webpage. Most of your content resides here.
<!-- google_ad_section_end -->
</body>
</html>
Additionally, you can log in to the Adsense administration and set competing filtres to remove ads from competing sites.













Comment Rules: Critical is fine, but if you're rude, I'll delete your stuff. Please do not put your URL in the comment text unless it's relevant to the post and please use your PERSONAL name, blogger name or initials and not your business name, as the latter comes off like spam. Have fun and thanks for adding to the conversation!