Forum Moderators: Robert Charlton & goodroi
We have two pages, page1 and page2,
Then we integrate page2 into page 1.
Which of the following way is the best?
Method 1) delete page2 but redirect page2 to page1.
Method 2) delete page2 and redirect page2 to page1 and after one month, stop the redirect, in this way, to let the robots know that page2 no exist any more and will not have dupicate issue.
Metrhod 3) Keep page 2 but redirect page2 to page1
Which way is the best?
Thanks.
Not sure which is "the best" but I'd go with 3) just because of bookmarking. Aren't 1) and 3) effectively the same thing anyway?
Yes, 1 and 3 are effectively the same thing. This is a concept that can be difficult to understand.
The 301 is done on your web server, and any requests... either by bots or by humans... for the old page will be redirected to the new page, so the old page effectively ceases to exist.
Don't do method #2. As long as there are any links to the old page on the web, it's necessary to keep your 301 in place, both for Google and for visitors.
Will the 301 redirect decrease the traffic....
We found after we integrate the pages, the traffic from google decrease a little,
But traffic from yahoo, msn decrease a lot....
Will the traffic come back?
How to let the traffic come back?
1) I am not redirect pages from old domain to new domain.
I am redirect pages in the same domain.
As I integrate page2 into page1, so I redirect page2 to page1.
2) I believe the google traffic will recover.
Will the yahoo, msn traffic also recover?
Anybody has any idea regarding the difference about traffic recover after 301 redirect?
Now we are worried as we saw that traffic decrease a lot.
As we have over 400 sets of page1 and pages. (all did at the same way. before have 800 pages, after integration, we only have 400 pages, and traffic decrease a lot, especially traffic from yahoo, msn decrease a lot.)
Thanks.
1) I am not redirect pages from old domain to new domain.
I am redirect pages in the same domain.
As I integrate page2 into page1, so I redirect page2 to page1.
2) I believe the google traffic will recover.
Will the yahoo, msn traffic also recover?
Anybody has any idea regarding the difference about traffic recover after 301 redirect?