Error » Search Engines » Search Engine Optimization » 7 AdSense Tips for WordPress

Search Engine Optimization search engine optimization discussion.

Post New Thread Reply
  7 AdSense Tips for WordPress
LinkBack Thread Tools Display Modes
Old 02-Jan-2007, 02:16 AM   #1 (permalink)
Administrator
 
Anilrgowda's Avatar

Posts: 18,715
Join Date: Jan 2006
Rep Power: 10 Anilrgowda is on a distinguished road

IM:
Default 7 AdSense Tips for WordPress

1. Blend in your ads


The most important thing to achieve is blending in your ads. Make sure the ads become a part of your content.
This is important because your visitors are used to ignore banners, buttons etc. Therefor you should avoid using the 468X60 banner with borders and image ads on; people will recognize this as one of those annoying banners and ignore it. Match the colors of your ads to the ones you use on your website: Choose the same background, text and link color and don't use a border.
2. Place AdSense Ads in your postings
Place ads in your postings. This way they are visible to every visitor who is reading any post on your website.
Go for the Medium Rectangle (300 x 250), Square (250 x 250) or Large Rectangle (336 x 280). To really integrate them you can place the ads in a floating div:
3. Place the ad in a floating div
To really integrate the ads in your posting you can place them in a floating div. By doing so your text will be displayed next to the ad. A floating div looks like this: <div style="display:block;float:left;padding:5px;"> Your AdSense code <div> <ol class="commentlist"> Place the following code directly after that: <li class="<?php echo $oddcomment; ?>"your AdSense Code
Make sure your ad matches the layout of your comments.
Your ad will now show only if there are comments to a post. If you want to show an ad when there are no comments as well you can look for the following line: <?php if ('open' == $post->comment_status) : ?> <!-- If comments are open, but there are no comments. -->
and place your AdSense code right after that.
You can check out www.seo-portal.com to see what it looks like.
5. Section Targeting
Section targeting allows you to suggest sections of your text and HTML content that you’d like to emphasize or downplay for the matching of ads to your site’s content. It's a technique to improve the relevance of the ads that are shown.
It's best to make sure you use this for every post you write, so that the ads shown for this post will be relevant. You can do this by placing the tags in the posting itself when you write it, or you can code it into your template. The tags you need to use are: <!--
google_ad_section_end -->
<br><br><br><a
href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fwww.selfseo.co m%2Fstory-19108.php&title=7+AdSense+Tips+for+WordPress&a mp;bodytext=1.++Blend+in+your+ads+"
target=_blank><img border=0 src=images/digg.gif width=91
height=17
align=absmiddle></a>   <img
src=print.gif align=middle> <a href=print-story-19108.php
rel="nofollow">Print this
article</a>   <img src=pm-new.gif
align=middle> <a href=email-19108.php rel="nofollow">Tell a
friend</a>
<br></div><br>
<!-- Template comments_post_form -->
<script language="JavaScript">
<!--
function AutoInsert(tag) { document.comments.message.value =
document.comments.message.value + tag;
}
//-->
</script>
<table width="100%" cellspacing=0 cellpadding=0><tr><td
width=20><img src=comment.gif></td><td
background=blueback.gif class=topblue> Post New
Comment</td></tr></table>
<div class=offset>
<br>This site does not allow anonymous comments. Registered
members can <a href=login.php>login</a> to participate.
<a href=register.php>Registration</a> is free and takes
only a few seconds
</div><br>
<script src="http://www.google-analytics.com/urchin.js"
type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-652216-2";
urchinTracker();
</script>
<!-- Template site_footer --> </td></table>
<br><div class=footer> <!-- Copyright notice -->
<center>Copyright ©
selfseo.com</center><center>Powered by <a
href="http://www.esselbach.com" target="_blank">Esselbach
Storyteller CMS System</a> Version 1.7-Free</center>
<!-- Copyright notice --> </div><br><br>
Anilrgowda is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
   


   
Post New Thread Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT -8. The time now is 06:40 AM.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0

DMCA Policy

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228