Hiya, i was just hoping that someone could review my blog.. I've just stuck adsense on there and already made a penny.. hehe www.PinkShampoo.com It's a personal blog by the way Thanks
Nice and simple... I like the way you highlighted the "Comments", it should bring attention to them and hopefully people will reply to your articles...
I'd say you could make a bit more "eye catching" blog. Design a logo or header or something with Photoshop.
Thank's for the short but good review guy's.. I wanted to keep it simple and i might consider putting a image in the header rather then having plain text.. Would any one consider a blog link exchange?? Thanks
Not unique blog,I think you must do more job to made your blog is unique and different from the other.
It looks like you are listing the adsense code above every post teaser. Adsense only displays 3 ads, but I would change it to only list the code 3 times. Technically you are violating your adsense agreement if you list it above every post all the way down the page. While adsense is intelligent enough to not show it at everyone, it is probably better to not make it look suspicous. In wordpress (which you appear to be using) you can do this by editing the Main Template with something along these lines: <?php $postnum = 1; $showads = 2; ?> <?php while (have_posts()) : the_post(); ?> <!-- link for title --> <?php if ($postnum <= $showads) : ?> <!-- adsense code goes here--> <?php endif; ?> <?php $postnum++; ?> <!--date name etc goes here --> <?php endwhile; ?>
I would add an image into the header that would help tell what the blog is about. I would also tone down the pink a little. The content looks good but in Firefox the commas are showing as question marks.