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:
- Adsense Tips – Greyscale sites convert better
- Tips for the person starting out on adsense publishing
- Adsense Tips – Im gonna tell the whole world what to do
- Adsense Tips – Number of ads per page
- Adsense Targeting
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
Ralph Tegtmeier aka Fantomaster
World leader in cloaking and SEO


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….