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

Sun, 02/14/2010 - 16:31
I would like to do more in Drupal and finish up some of the modules I've done into a format I think would be worthy of submitting but most of the...
Fri, 02/12/2010 - 10:39
hey matt! your module is rocks! with a few improvements (i.e. path to the folder for pictures via admin settings page and theme function for output...



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