Bellingham Bands SEO Analysis
bellinghambands.com (domain contains important keyword ++)

This site is a local music / entertainmant site for a small market so ranking high for various search terms should be fairly easy.

Current #1 for Bellingham bands which should be expected for the domain name and site focus.

Most of the sites I visit suffer from a few simple mistakes that keep it from obtaining the search engine ranking and the traffic it deserves for its content.

A few plugins (depending upon the platform) and a few minutes per page could turn these low ranked sites into high rankers for their target audience.

Some call this type of activity SEO or search engine optimization. I'me sure like me if you have a website you've received tons of spam offering to bring your site to #1



Latest Comments

Wed, 08/05/2009 - 22:21
After adding a second quick tip entry to test the block I noticed some problems. I had turned on caching for blocks and wanted this block...
Tue, 08/04/2009 - 17:34
I'm not a graphics person and hate the image. Also need another div within the body to keep the text from extending over the shadow



Quick Tips

Do not use Google Analytics on admin pages

In the footer of my tpl files I have Google Analytics, but do not want stats tracked for my admin pages.

<?
// I could also change this to if ($user->uid !=1)
//Or do some sort of role check to keep analytics from loading for me in general

if (arg(0)!="admin"){
?>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("your-ua-code");
pageTracker._trackPageview();
} catch(err) {}</script>
<?}?>


More