View Single Post
Old 10-23-2007, 10:28 PM   #16 (permalink)
cashflowrusty
Senior Member
 
Join Date: Mar 2007
Posts: 420
iTrader: 0 / 0%
cashflowrusty has a reputation beyond reputecashflowrusty has a reputation beyond reputecashflowrusty has a reputation beyond reputecashflowrusty has a reputation beyond reputecashflowrusty has a reputation beyond reputecashflowrusty has a reputation beyond reputecashflowrusty has a reputation beyond reputecashflowrusty has a reputation beyond reputecashflowrusty has a reputation beyond reputecashflowrusty has a reputation beyond reputecashflowrusty has a reputation beyond repute
Quote:
Originally Posted by ubaidabcd View Post
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.
cashflowrusty is offline