Hi, Since I started my blog, I have difficult to generate some click. I have reorganized recently all my adsense ads. I need some advices! It will be very appreciate if you have 5 minutes, and check out what is wrong with my adsense ads. Thanks!
What's wrong with your adsense ad? It seems like it's working ok. I only see the one that's on the top of "My Collection of Crazy Buildings"
SEO tips: 1. your site can be view in www.kiwipulse.com and in kiwipulse.com versions 2. your URLs are not SEO friendly adsense: I find 300x250 adsense banner embeded into the post most useful.
i think using a link unit between "Recent Posts" and "Recent Comments" section may give you a better result
It's incredibly busy and I can't see why it's called Kiwi Pulse since none of the articles on the front page are relevant... but this is an adsense review... I think your main problem is that the ads get lost on the page and there's no focus for them - we're too busy looking at everything else. It's a case of "less is more" I think.
How can I change the way that people can only see my blog through www.kiwipulse.com? I know I have to change it on my htaccess. I dunno what to put on it to fit with my actual htaccess... <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !http://www.kiwipulse.com RewriteRule (wp-content/uploads.*\.(gif|jpg|jpeg|png)$)|(wp-content/uploads/.*\.(gif|jpg|jpeg|png)$) http://www.kiwipulse.com/forbid.png [L] RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>