 |
Results from the most recent live auction are here.
20 members in the live chat room. Join Chat!
| |
05-12-2008, 07:01 PM
|
· #1 | | Senior Member Name: Blue Join Date: Sep 2005
Posts: 1,976
NP$: 371.20 ( Donate)
| from Subdomain to a new top level Domain I'm going to move a site which i have kept in a SubDomain to a New domain name. the site receive like 10,000 uniques per month.
How should I do it with minimum impacts on seo ?
If I leave a redirection to new domain how long page serp would stay for subdomain ?
Even the domain would receive the traffic from subdomain would it be sandboxed ?
Roughly how long new domain would take to recover and start getting its own traffic ?
Please share your experience about this.
. |
| |
05-12-2008, 11:00 PM
|
· #2 | | I'll do it Name: Keral. Patel. Location: India Join Date: Dec 2005
Posts: 5,233
NP$: 9541.05 ( Donate)
| If it is getting 10,000 hits and also has some unique content then it will not have much problems in establishing its authority on a newer domain name.
Yes the redirect from that subdomain name to the new one is a good idea.
About exact time  Can't say but don't see much problems maybe decrease in traffic for somedays or so. But it will all be back to normal  |
| |
05-12-2008, 11:26 PM
|
· #3 | | Senior Member Name: Blue Join Date: Sep 2005
Posts: 1,976
NP$: 371.20 ( Donate)
| Permanent 301 redirect would be the best way to do it ? though i would have to redirect page by page ? ( site has around 400 pages  )
I haven't done it before so could you explain how it would be done ? also the code i should put in the .htaccess file ?
. |
| |
05-12-2008, 11:57 PM
|
· #4 | | I'll do it Name: Keral. Patel. Location: India Join Date: Dec 2005
Posts: 5,233
NP$: 9541.05 ( Donate)
| It could be done with some scripting part too. To export the parameters and then generate the whole .htaccess.
For single page it would be something like
"Redirect 301 /old-file.htm http://www.mywebsite.com/new-file.htm" |
| |
05-13-2008, 05:03 PM
|
· #5 | | Senior Member Name: Dan Location: Burlington, Vermont Join Date: Dec 2004
Posts: 1,013
NP$: 1088.50 ( Donate)
| I moved a site from one domain to another (essentially what you're doing) and it took 4 to 5 months to regain all previous rankings. After doing the actual move (which was easy, I redirected everything so I didn't have to go page by page) I contacted sites linking to me and asked them to update their links. This is something you should do. Many webmasters are responsive, and the most powerful links I had were moved within a week. This will help you recover faster than you otherwise might.
This code will do your entire site, and redirect all non-www traffic to www. Code: RewriteEngine on
rewriteCond %{HTTP_HOST} ^(www\.)?OLDDOMAIN\.com$ [NC]
rewriteRule ^(.*)$ http://www.NEWDOMAIN.com/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^NEWDOMAIN\.com
RewriteRule (.*) http://www.NEWDOMAIN.com/$1 [R=301,L] |
| |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | |