Redirect www to non www and the reverse in .htaccess – works

I always have trouble remembering the proper way to redirect my www.craigryder.com to craigryder.com so in the spirit of me posting stuff here so I won’t forget it, here it is. Redirect www to non-www: RewriteEngine On RewriteBase / RewriteCond % ^www.yourdomain.com [NC] RewriteRule ^(.*)$ http://yourdomain.com/$1 [L,R=301 Redirect non-www to www: RewriteEngine On RewriteBase / …

New Google guide to SEO after close to 2 years

After close to 2 years, Google has released a new guide to SEO (search Engine Optimization) in PDF format. It can be found at this link Click to access search-engine-optimization-starter-guide.pdf with the full information available here http://googlewebmastercentral.blogspot.com/2010/09/seo-starter-guide-updated.html I have not started in on it yet but reckon it comes at an appropriate time when Google …