« December 2005 | Main | February 2006 »

January 27, 2006

Handy Link Suggestion Tool

As Search Engines (SE) place more emphasis on obtaining links from thematically-related websites, your job as a website owner is to find as many of these related websites that will link to you.  But the hardest part was trying to find these sites.

Aaron Wall of SEOBook has a great and free link suggestion tool for you to use.  Simply enter your keyword phrase into the box and select from the drop down box what qualifier you want added to your search.  For example, if you sell lighting fixtures, then type in lighting fixtures and select Add a site to find a list of websites that will allow you to submit a link.

But the fun doesn't end there.  Use this tool to find blogs, article sites, directories, ezines, and a lot more.  Don't be surprised to see a list returned to you that has over 100 links for you to investigate.  Now you have no excuses not to find related websites to link with.

Posted by Mark Beck on January 27, 2006 | Permalink | Comments (9) | TrackBack

January 16, 2006

Preserving Your Rankings During a Domain Name Change

I've had a couple of opportunities lately to advise clients on how to preserve their Search Engine (SE) rankings and traffic while we have launched new websites using a different domain name.  This advice also holds true if you have restructured your website on the same domain name.

There are a couple of big hurdles to overcome when you decide to use a new domain name for your website. First is to gracefully redirect your existing SE traffic to the new website and secondly helping your visitors get around the new website.

Use a 301 Redirect to Your New Website

In the world of Apache web servers, the .htaccess file resides in the root directory and can contain a multitude of commands that control how your website is presented to the visitor.  This file is a basic text file and can be created in any editor and uploaded to the server.  Here is the command to be placed in the old domain name's .htaccess file to redirect people from your old web address to the new web address:

Redirect 301 /oldpage.html http://www.newdomain.com/newpage.html

You would repeat this for every web page that you need to redirect.  You can easily test your handy work by entering the old web page address into your browser and, if successful, you should be redirected to the new web page.

Helping Your Visitors in the New Website

No matter how thorough you are with your redesign, people may still have difficulty finding their way around your new website.  You should implement a site map to help the human and SE visitors find your new content.  I have already wrote about site maps in this post.

Finally, don't forget to inform your linking partners that you have a new web address.

Posted by Mark Beck on January 16, 2006 | Permalink | Comments (12) | TrackBack