Wednesday, April 15, 2009

5 Minutes SEO Audit Checklist for Websites

If your website is ready to go live then there is 5 minutes SEO audit checklist to set your website at the right front.

1) Make sure that you have done URL canonicalization and 301 redirects. All variations of the
URL should point to: http://www.domainname.com. Here is a code:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^yourdomain.com
RewriteRule (.*) http://www.yourdomain.com/$1 [R=301,L]

2) Write unique title and Meta tag for each page.
3) Check your CMS editor. Make sure that it is search engine friendly.
4) Submit your website in Google Webmaster Central. This will help in fast indexing of web
pages.
5) Check duplicate content. If you have online shopping website and selling different
products then be careful of product description. Do not use description that supplier has
provided. 1000 of people may have used that content.

No comments:

Post a Comment