Quote:
Originally Posted by ubaidabcd
Ok, I'm kind of slow so I wrap those links are the text that is blog related.
and do the links go like this:
For example in the footer:
<!-- google_ad_section_start(weight=ignore) -->
Powered by Wordpress.
<!-- google_ad_section_end -->
Anything that is related to wordpress, that's where adsense is picking up those ads to make money with blogging?
Thanks
|
That is correct. I went crazy on one theme, because the domain name itself was throwing off AdSense, and wrapped every link with the code, since it was full URLs.
As for killing off the 'blog' stuff, I wrapped all the meta, style, classes, and so on, such as below:
<!-- google_ad_section_start(weight=ignore) -->
<p class="postmetadata">Posted in <!-- google_ad_section_end --><?php the_category(', ') ?> <!-- google_ad_section_start(weight=ignore) --> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p><!-- google_ad_section_end -->
In this example, only the category name itself would show, and "postmetadata", "Posted in", "Comment" are all suggested to be ignored, as they can be signature words for blogs, I would think...
BTW, this is sorta my theory, but I have seen others talk about it also. YMMV and in general, just my opinion.