Follow me
To me it looks like this may be your first time here. If you like why not Follow me.
You might also like to find out a bit more about me
Adsense Tips – CSS links
July 1st, 2007Ok so when you build or generate a page for Adsense and only for Adsense whats the aim of the page?
Click ! – Yup thats right you need the visitor to click and fuck off as soon as possible, whilst they are browsing they are eating bandwidth and the risk of them finding something useful to read is increasing.
Whats the best way to make sure that happens whilst remaining legal? What I do is make sure that my links arent easy to spot and i make sure that the ads are the brightest thing on the page.
More about making the ads stand out soon and more about making the page as dull as possible too but today we are just going to make the links dissapear via css.
I dont add navigation links in a list, mine are often just in the middle of the content and look like another paragraph of content. Heres the css I use to make them dissapear: -
<code>
<style type=”text/css”>
<!–
body {
color: #666666;
}
a:link {
color: #666666;
text-decoration: none;
}
a:visited {
color: #666666;
text-decoration: none;
}
a:hover {
color: #666666;
text-decoration: none;
}
a:active {
color: #666666;
text-decoration: none;
}
–>
</style>
</code>
More on why the text isnt black its dark grey another day but all your links have faded into the general content and your click happy visitor will be reading those ads with their finger on the money button
Related posts:
- Clearing your mortgage with Adsense I have had a lot of people asking me questions...
- My Adsense Flat A few times recently I have mentioned that I am...
- 10 tips on using oDesk to outsource your life As many will know I tend to try and outsource...
- Banned by Adsense ? Hope is out there… Well as many will know I am on Adsense account...
Related posts brought to you by Yet Another Related Posts Plugin.
2 Responses to “Adsense Tips – CSS links”
Leave a Reply
About SEOidiot
Hi my name is Paul Madden and I am a UK SEO based in Lancashire, for years I have been cursed by the nickname SEOidiot which started life as a form of abuse from someone but you need to decide for yourself how accurate the term is.
Quotes about me
Ben Jesson CEO of Conversion Rate Experts


Revolutionary! What kind of link structure do you go for?
Build in batches – link the pages together in each site reasonably randomly -
cross link between sites in a batch using a % to decide the probability of each page linking out to a random page on another in the same batch….