15th Apr 2009
The 5 Minute SEO Site Audit Checklist
From month to month I have the opportunity to present 4 different webinars on different topics related to Internet marketing to brand new online business owners.
The reason I bring this up is because no matter what the topic I am presenting on, I usually get asked the same question by completely different random people. They are all wanting me to “look at their site” and give them a “quick, what do you think?”.
These people are wanting to know if their site is ready to “go live” (although I never really understand why people ask that question) but for these people, and this post - I have come up with what I’d like to call “The 5 Minute SEO Site Audit Checklist”. If you have a brand new site, and haven’t done any kind of SEO before, this will be a great list of reminders that will set you off on the right foot.
URL canonicalization and 301 re-dirs
One of the first things I look for on any domain I am giving a health check on is the URL canonicalization. In My Opinion it does not matter if you pick proper URL canonicalization pointing to the www’s or non-www’s, but you need to pick one and stick to it. I personally always choose the www’s because more people (from my experience) tend to link to you with the full URL. So you need to get into your .htaccess file and make a few edits. Any variation of the homepage URL needs to be done this way too - for example you need to have the /index.php also re-direct to the main URL (however you have it set up) Bottom line here, you need to make sure all variations of your URL point to the same way you set it up. Any extension of your URL like:- http://www.example.com/index.php
- http://www.example.com/index.htm
- http://www.example.com/default.html
- http://www.example.com/default.php
- http://www.example.com/anything (that goes to homepage)
RewriteEngine On RewriteCond %{HTTP_HOST} ^yourdomain.com RewriteRule (.*) http://www.yourdomain.com/$1 [R=301,L](Make sure your Apache installation has mod_rewrite enabled.) As long as your Apache installation has mod_rewrite enabled then you should be able to use this fix on almost any host.
Leave a Reply
You must be logged in to post a comment.