Web Design Information

Web Site Redirection - How to Implement a 301 Redirect


You just created a new web site but want to pass on the search engine rankings of the old one to the new one. What is the most effective and spider/visitor friendly strategy to implement your web site redirection? You should use a 301 redirect.

What is a 301 redirect?

It is used when you want to redirect your web site or web pages. The code "301" is interpreted as "moved permanently". After the code, the URL of the missing or renamed page is noted, followed by a space, then followed by the new location or file name.

Requirements for using a 301 redirect

Apache server.
Most hosting services used these days have Apache servers. Check with your host if you are not sure.

.htaccess file
When a search engine spider requests a web page, your web server will check for an .htaccess file. The .htaccess file contains specific directions that are processed then sent back to the browser.

How do I implement a 301 redirect?

1. Create an .htaccess file - you can use Notepad to create the file. Remember to insert a period at the beginning of the file name with no extension at the end (ie .htaccess).

2. Create a line of code that reads like this:

Redirect permanent / http://www.domainname.com/

The first "/" indicates that everything from the top level of the site down should be redirected.

All current links within the search engine results from the old site will redirect to the top level of your new site.

If you already have an .htaccess file on your server, open it up in Notepad and look for lines of code that are there. If lines of code are present, don't change any of them but leave a space, then insert the above 301 redirect code.

3. Save the .htaccess file to your root directory and upload it to your server.

4. Test it out by typing in the old web site address. You should immediately be redirected to your new web site address.

Redirecting a Web Page

The above example shows how to redirect a whole web site. What if you want to just redirect a web page that you have changed but want to keep the rankings of the old page?

Follow the same steps as above but write the code like this:

redirect 301 /old/old.htm http://www.you.com/new.htm

/old/old.htm (the original folder path and file name)

http://www.you.com/new.htm (new path and file name)

Note:
When the search engine spiders visit your old web site or web pages, they will automatically be redirected to the new web site or web page.

Conclusion:
It may take several weeks or months for the old rankings to be passed on to the new site. Therefore don't remove your old domain name, web site or web pages just yet.

Herman Drost is the Certified Internet Webmaster (CIW) owner and author of http://www.iSiteBuild.com - Affordable Web Site Design and Web Hosting. Subscribe to his "Marketing Tips" newsletter for more original articles. subscribe@isitebuild.com. Read more of his in-depth articles at: http://www.isitebuild.com/articles


MORE RESOURCES:

Web design firm's span reaches from Dnieper to Danbury
Danbury News Times, CT - Dec 1, 2008
... a city in western Ukraine near the country's border with Poland, got the idea to start the firm while working for another Web design outfit in Stamford. ...


Web Design Training – Spring Semester
Marywood University News & Events, PA - Dec 1, 2008
A two-part workshop in web design will be offered on Tuesdays, 1:30 – 3:00 pm beginning January 13. Part A: Introduction to Web Design (Jan 13 – Feb 24) – a ...


Corpus Christi Web Design Now Available – WebDesignRush.com is Live
PR-CANADA.net (press release), Montenegro - 14 hours ago
We’re catering to small businesses in Corpus Christi and surrounding areas to bring affordable web design to small businesses. Web Design In Corpus Christi, ...


Web design & FOSS
ZDNet UK, UK - Dec 1, 2008
Having just moved house, I had the interesting experience of being without a telephone handset. And my current mobile provider 3 [% coverage] can't always ...


Extra Cash for the Holidays or Anytime With the Launch of Diamonds ...
MarketWatch - 15 hours ago
Bayshore Solutions' award-winning Web design team utilized their Microsoft Gold Certified development capabilities along with their interactive marketing ...
Extra Cash for the Holidays or Anytime With the Launch of Diamonds ... International Business Times
Businesses Thrive Amidst a Recession Thanks to Live Help TMCnet
all 11 news articles


Mercy student 'wow's' in web design contest
Mirror, MI - Nov 30, 2008
Mercy High School Junior Michelle McCarthy was awarded first place in the 2008 Michigan Council Women in Technology Foundation web contest held at Lawrence ...


Web 2.0 principles for good web design
Bizcommunity.com, South Africa - Dec 1, 2008
Web design can be deceptively difficult, as it involves achieving a design that is both usable and pleasing, delivers information and builds brand, ...


SEO and Web Design are "Recession Proof"
About - News & Issues, NY - Nov 28, 2008
Silicon Alley Insider -- a group blog focused on the New York startup scene -- published a post today titled Recession Winners: Web Designers, SEO. ...


Three day Web design Conference will be held in Boston December 8 ...
PR-Inside.com (Pressemitteilung), Austria - Dec 1, 2008
2008-12-01 15:45:33 - December 8-10, 2008 - a tremendous event in the field of Web design and technologies will take place at Westin Copley Place in Boston. ...


David Cosgrove Los Angeles Web Design Wins Top Honors in Business ...
Press Release 365 (press release), FL - Nov 27, 2008
SIMSBURY, CT -- David Cosgrove Los Angeles Web Design has been recognized by StartupNation (http://www.startupnation.com) as one of the top businesses in ...

Web-Design - Google News

home | site map
© 2006