Whooked

Go Back   Whooked > Web Development > SEO

Reply
 
LinkBack (1) Thread Tools
  1 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old May 2nd, 2008
th13rteen's Avatar
Proud Whooked Addict
 
Join Date: Sep 2007
Posts: 2,278
Thanks: 14
Thanked 41 Times in 31 Posts
th13rteen is on a distinguished road
Send a message via MSN to th13rteen
Information Frendlier Redirects (301)

Now you might move to a new domain or something and redirect your traffic by using a meta redirect
Code:
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.example.com/index.html">
A better more and more search engine friendly way is to use 301 redirect by using .htaccess.

Code:
Redirect 301 / http://www.example.com/
If you want to redirect a single page only then use this code

Code:
Redirect 301 /oldpage.html http://www.example.com/newpage.html
__________________
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

LinkBacks (?)
LinkBack to this Thread: http://www.whooked.com/seo/2740-frendlier-redirects-301-a.html
Posted By For Type Date
Could URL redirects affect me negatively? This thread Refback May 2nd, 2008 04:52 PM


All times are GMT -4. The time now is 06:14 AM.