Willeitner.org
Home | Blog | Outdoors | CEO | About | Sitemap | Contact

Archive for the 'SEO' Category

Moving WordPress and 301 Redirect

Wednesday, February 7th, 2007

I was a little nervous, especially sense I’ve never been officially trained in any programming, but I was able to move my blog from http://www.willeitner.org/blog to http://www.willeitner.org/ without any problems. The real victory was modifying my .htaccess file to perform the 301 redirect from all of the old URLs to the new ones. Even though my blog doesn’t have tons of “Google juice”, being that it isn’t very old, I still didn’t want it to lose the search traffic that it is already getting. With that in mind, I wanted to be sure to implement a redirect so that I wasn’t returning any 404 errors. If you wanted to do the same thing then here is the old .htaccess file:

# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress

And here’s the new one:

RewriteRule ^blog(.*) $1 [R=301,L]
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress

The moment that made me the most nervous was after step 6 in the instructions that Wordpress provides for moving a blog. Once I hit Update I got a Page Not Found page. However, after copying the files from the /blog/ directory over to the root I fired it up and it worked fine.

Now all I got to do is set up my analytics so that I can track referring sites through the redirect.

Backward Link From Google, AdWords Qualified

Tuesday, December 12th, 2006

The Distance Between First and Second

Tuesday, November 28th, 2006

How Many People Click on Sponsored Results

Thursday, November 16th, 2006

Keyword Tool For Google AdWords

Tuesday, November 14th, 2006

LinkFromDomain Operator

Tuesday, October 17th, 2006

SEO Growth Rate

Friday, September 22nd, 2006

No More Googling

Wednesday, August 23rd, 2006