Redirecting a Page from Domain A to Domain B
-
We have a page on Domain A, an established and well-ranking website, that would be more appropriate on Domain B, a site that we launched about two years ago.
This page ranks well, pulls nice search traffic and has traffic from external links.
We would like to move the page and its traffic from Domain A to Domain B using a 301 redirect.
Have you ever done this or have you heard of how it has worked for someone else?
Thanks!
-
Thank you John! I'll remember to edit the links.
-
Awesome! Thank you Cyrus.
-
I didn't know that it would drop over time. Thanks!
-
Yep. I figured this, but will accept it.
-
Yep. Will do this!
-
-
Hi Egol,
Let me add my 2 cents. In my experience this sort of thing works, but there are quite a few things that can go wrong. Some general thoughts:
1. The 301 redirect will only pass about 80% of the pre-existing link juice, and drop over time.
2. If the new domain has a lower domain authority or vastly different backlink profile, this can hurt the new page's ability to rank.
3. Works best to keep the title tag and other html elements as close to the original as possible, including page layout.
I've found it also helps to build new links to the redirected page as soon as possible. Really, I don't like to redirect pages if I can help it, and usually do so only out of necessity.
-
Do any pages on Domain A link to this page? Is it going to be off-putting or strange for users to get whisked off to Domain B when they follow these links? If so, is this a place where a cross-domain canonical might make more sense?
If you go the redirect route, do make sure to update all your internal links from Domain A to go directly to the page on Domain B as to not bleed any link juice by going through the redirect, and to help mitigate the surprise of changing domains (some people look at link destinations before clicking links).
-
Thank you, Streamline. Should be really easy here because we have .html pages.
-
Thank you, Chenzo.!
-
I would just add the 301 redirect directly on the page. If you are using PHP, this should work -
header("HTTP/1.1 301 Moved Permanently"); header("Location: http://www.domainb.com/page.php"); ?>
-
Not a fun process - but I have done migrations like this in the past.
From what platform to the next is it?
Example: PHP to wordpress or wordpress to wordpress kind of move?
- I had did a php to .html (wordpress platform) - using canonical link methods as well - and the migration/indexing went flawless.
Would like to see if I can help ;o)
Your pal
Chenzo
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Validated pages on GSC displays 5x more pages than when performing site:domain.com?
Hi mozzers, When checking the coverage report on GSC I am seeing over 649,000 valid pages https://cl.ly/ae46ec25f494 but when performing site:domain.com I am only seeing 130,000 pages. Which one is more the source of truth especially I have checked some of these "valid" pages and noticed they're not even indexed?
Intermediate & Advanced SEO | | Ty19860 -
Is there a way to forward banklink benefits from one domain to another without a redirect?
In this situation I have SiteA, and SiteB on completely separate domains. SiteA is the marketing front for the company and SiteB is an app that company owns. SiteB receives a fair amount of backlinks as it has the login page of the application where customers link to a branded version for their members to login. Additionally none of that domain is indexable including the login page. SiteB's domain can't be changed to be a subdomain of SiteA as it isn't technically feasible. Initially I was reluctant to use canonical because as it isn't really duplicate content. Is there a method for forwarding any link-juice from SiteB to SiteA without the use of a redirect and would canonical be appropriate in this case? Additionally would SiteB's not being indexed negate any link benefit? Edit: Typo
Intermediate & Advanced SEO | | OCN0 -
When serving a 410 for page gone, should I serve an error page?
I'm removing a bunch of old & rubbish pages and was going to serve 410 to tell google they're gone (my understanding is it'll get them out of the index a bit quicker than a 404). I should still serve an error page though, right? Similar to a 404. That doesn't muddy the "gone" message that I'm giving Google? There's no need to 410 and die?
Intermediate & Advanced SEO | | HSDOnline0 -
Will 301 Redirects Slow Page Speed?
We have a lot of subdomains that we are switching to subfolders and need to 301 redirect all the pages from those subdomains to the new URL. We have over 1000 that need to be implemented. So, will 301 redirects slow the page speed regardless of which URL the user comes through? Or, as the old urls are dropped from Google's index and bypassed as the new URLs take over in the SERPs, will those redirects then have no effect on page speed? Trying to find a clear answer to this and have yet to find a good answer
Intermediate & Advanced SEO | | MJTrevens0 -
Prioritise a page in Google/why is a well-optimised page not ranking
Hello I'm new to Moz Forums and was wondering if anyone out there could help with a query. My client has an ecommerce site selling a range of pet products, most of which have multiple items in the range for difference size animals i.e. [Product name] for small dog
Intermediate & Advanced SEO | | LauraSorrelle
[Product name] for medium dog
[Product name] for large dog
[Product name] for extra large dog I've got some really great rankings (top 3) for many keyword searches such as
'[product name] for dogs'
'[product name]' But these rankings are for individual product pages, meaning the user is taken to a small dog product page when they might have a large dog or visa versa. I felt it would be better for the users (and for conversions and bounce rates), if there was a group page which showed all products in the range which I could target keywords '[product name]', '[product name] for dogs'. The page would link through the the individual product pages. I created some group pages in autumn last year to trial this and, although they are well-optimised (score of 98 on Moz's optimisation tool), they are not ranking well. They are indexed, but way down the SERPs. The same group page format has been used for the PPC campaign and the difference to the retention/conversion of visitors is significant. Why are my group pages not ranking? Is it because my client's site already has good rankings for the target term and Google does not want to show another page of the site and muddy results?
Is there a way to prioritise the group page in Google's eyes? Or bring it to Google's attention? Any suggestions/advice welcome. Thanks in advance Laura0 -
How to 301 Redirect /page.php to /page, after a RewriteRule has already made /page.php accessible by /page (Getting errors)
A site has its URLs with php extensions, like this: example.com/page.php I used the following rewrite to remove the extension so that the page can now be accessed from example.com/page RewriteCond %{REQUEST_FILENAME}.php -f
Intermediate & Advanced SEO | | rcseo
RewriteRule ^(.*)$ $1.php [L] It works great. I can access it via the example.com/page URL. However, the problem is the page can still be accessed from example.com/page.php. Because I have external links going to the page, I want to 301 redirect example.com/page.php to example.com/page. I've tried this a couple of ways but I get redirect loops or 500 internal server errors. Is there a way to have both? Remove the extension and 301 the .php to no extension? By the way, if it matters, page.php is an actual file in the root directory (not created through another rewrite or URI routing). I'm hoping I can do this, and not just throw a example.com/page canonical tag on the page. Thanks!0 -
First Link on Page Still Only Link on Page?
Bruce Clay and others did some research and found that the first link on the page is the most important and what is accredited as the link. Any other links on the page mean nothing. Is this still true? And in that case, on an ecommerce site with category links in the top navigation (which is high on the code), is it not useful to link to categories in the content of the page? Because the category is already linked to on that page. Thank you, Tyler
Intermediate & Advanced SEO | | tylerfraser0 -
Redirecting Pages from site A to site B
Hi, I have a client who have a solid, high ranking content based site (site A). They have now created an ecommerce site in addition (site B). To give site B a boost in terms of search engine visibility upon launch, they now wish to redirect approx 90% of site As pages to site B. What would be the implications of this? Apart from customers being automatically redirected from the page they thought they where landing on, how would google now view site A? What are your thoughts to thier idea. I am trying to talk them out of it as I think its a poor one.
Intermediate & Advanced SEO | | Webrevolve0