cross canonicalization with redirect
-
I'm working with a website that has turned one of its pages into its own website within the main website - mostly for the ease of customers, making it simpler to access that page using www.page.com rather than www.mainsite.com/about/page.
As a result, there are two urls for that page (the ones just mentioned), both pointing to the exact same page, but with different urls. Now, they have made it so www.mainsite.com/about/page permanently redirects to www.page.com. which I thought was a good call. However, what do I do about canonicalization? Is it good to point the canonicalization of www.page.com to www.mainsite.com/about/page so that the rankings and link equity are maintained in the main website? Or would the fact that the www.mainsite.com/about/page redirects to www.page.com mess that up?I hope this makes sense!
-
@Shrine-SEO-Gal said in cross canonicalization with redirect:
I'm working with a website that has turned one of its pages into its own website within the main website - mostly for the ease of customers, making it simpler to access that page using www.page.com rather than www.mainsite.com/about/page.
As a result, there are two urls for that page (the ones just mentioned), both pointing to the exact same page, but with different urls. Now, they have made it so www.mainsite.com/about/page permanently redirects to www.page.com. which I thought was a good call. However, what do I do about canonicalization? Is it good to point the canonicalization of www.page.com to www.mainsite.com/about/page so that the rankings and link equity are maintained in the main website? Or would the fact that the www.mainsite.com/about/page redirects to www.page.com mess that up?I hope this makes sense!
Yes, this setup makes sense, and you’re on the right track. Since you’re using a 301 redirect from
www.mainsite.com/about/page
towww.page.com
, the link equity and SEO value should automatically transfer to the newwww.page.com
URL. In this case, you don’t need to point the canonical ofwww.page.com
back towww.mainsite.com/about/page
—that would create a confusing loop.Instead, set the canonical on
www.page.com
to itself, so search engines recognize it as the primary URL. The 301 redirect fromwww.mainsite.com/about/page
will already signal to search engines thatwww.page.com
is the new, authoritative location, preserving link equity without needing cross-canonicalization. This approach is both clean and effective for SEO. -
I have liked this page of yours and your post is good, keep posting like this. Website
-
thanks you for information. jacketskingdom.com
-
@JefferyDavis Thank you so much! Yes, I figured most of that as I was mulling it over. But I had not thought of checking to monitor indexing, etc.
Thank you for the reminder! -
@Shrine-SEO-Gal In this situation, it's important to handle canonicalization carefully to ensure that search engines understand which URL you want to be recognized as the primary source of content, and to maintain your site's SEO value.
Here are some steps you can take:
Use the Correct Canonical Tag: On the new page, set the canonical tag to point to itself. This signals to search engines that this is the preferred version of the page.
Redirect the Old URL: Implement a 301 redirect from the old page to the new one. This indicates to search engines that the page has permanently moved.
Avoid Canonical Conflicts: Do not point the canonical tag on the new page back to the old one. This could create confusion and dilute link equity.
Monitor Performance: After implementing these changes, monitor your website’s performance in search engines using tools to track indexing and any potential issues.
Update Internal Links: Ensure that all internal links on the main site are updated to point to the new page to reinforce the new URL structure.
By following these steps, you can effectively manage the transition and help maintain your site's SEO value.
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
-
Canonicalization, does it still index
If I have 2 pages that are identical but on different domains that our team manages, if we place a rel=canonical tag on the page we prefer/should display, will the page that doesn't have the canonical tag still be indexed and show on SERPs?
Technical SEO | | kroe10 -
Is there a limit to Internal Redirect?
I know Google says there is no limit to it but I have seen on many websites that too many 301 redirects can be a problem and might negatively affect your rankings in SERPs. I wanted to know especially from people who worked on large ecommerce site. How do they manage internal redirect from one URL to other and how many according to you are too many. I mean if you get a website that contain 300 plus 301 redirections within the website, how will you deal with that? Please let me know if the question is not clear.
Technical SEO | | MoosaHemani0 -
301 Redirect
Hello Moz Community, I have a question regarding 301 redirecting a new domain that contains keywords relevant to my website. However, I do NOT want to change my current domain. My main question is, by just redirecting this new domain to my current website, will those keywords in the new domain help with ranking in anyway? Thanks in advance for any help!
Technical SEO | | WyzeOwl0 -
How to do ip canonicalization ?
Hi , my website is opening with IP too. i think its duplicate content for google...only home page is opening with ip, no other pages, how can i fix it?, might be using .htaccess i am able to do...but don't know proper code for this...this website is on wordpress platform... Thanks Ramesh
Technical SEO | | unibiz0 -
What is cross domain?
what is cross domain? can any one explain in simple language ?
Technical SEO | | constructionhelpline0 -
How do I fix a 301 Redirect Loop?
Saturday I waas doing some correcting of some duplicate titles, including nofollowing tags, etc. (my main problem was duplicate titles due to tags and categories being indexed). Now this morning I see that one of my pages refuses to load, citing a 301 redirect loop. http://www.incredibleinfant.com/feeding/switching-baby-formula/ Originally, the page was posted under the wrong category. http://www.incredibleinfant.com/uncategorized/switching-baby-formula I resaved it under the correct category (feeding) and now it won't load. Can someone help me figure out how to correct this mess? Thanks so much Heather
Technical SEO | | Gotmoxie0 -
Holy Redirects
Currently working on a project for a medium sized site (http://sleeponcall.com/) but the SEOMoz crawl crawled over 14,000 pages because the report is showing more than 8,000 redirects. The client has no clue how this happened as their previous web programmers may not have been on the ball. What could be causing the problem and what is the best way to untangle this mess?
Technical SEO | | Nobody15330770827560 -
Will a 303 redirect hurt us?
Our membership based website is using a 303 redirect to handle the redirection of users back to the login page when those users try to access a page behind the logged in firewall. Said another way, if a user is not yet logged in, we redirect them to the login page using a 303 redirection. Unfortunately, Googlebot get this redirection too and after a recent audit, we're thinking this isn't the best way to handle this. For pages which require a user to login first, should we: A) index and 303 redirect to the login page (what we are currently doing) B) index and 302 redirect to the login page C) noindex those pages D) Remove any special treatment and let Google figure it out. Thanks in advance for your help! David
Technical SEO | | voicesdotcom0