Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
.ca and. com domains
-
Hello,
currently the main site im working on is a .com, but have the .ca version purchased from register.com. should i have this setup to redirect to the .com site. will google see these as dup content. We have the .ca for our canadian customers but both sites are identical. Thank you
-
There's not really much more I can tell you without seeing and checking the actual site, LB.
If you're not comfortable listing the site address here publicly, you can send it to me in a PM (personal message) if that's better.
Otherwise it's just going to be too many back and forth messages for me to be certain I'm clear how your site & domains are configured.
P.
P.S. I appreciate you marking a couple of good answers!
-
With the current way that we have it setup now would we have to worry about duplicate issues? If I search on our xxxxxx.ca domain, regardless of where we are on the site is always .ca none of the custom pages or sub directories show.
Thanks for all of your help!
-
Glad to help!
As far as register.com's Premium Web Site Forwarding, I'm not familiar with it. But from the quick look I took, it's an INCREDIBLY expensive way to do something that is standard with almost all other domain registrars.
The cost of their domains is exorbitantly high ($79/3 years from what I see) plus they're charging an extra $50/yr to be able to do simple domain redirecting. Most registrars charge about $12.00/yr to do all that for a .ca domain.
Sorry, didn't want to muddy the waters, but thought you should know those prices are crazy high.
For specific info on how to do the redirects, you should get register.com's support to help you. You just want to be certain to ask that they show you how to create 301 redirects (only 301 - not 302 or CName or anything else) as I mentioned.
Then to confirm, 24 hours after the redirects have been done, use a header-checking tool to test each of yoursite.ca and www.yoursite.ca. The tool should show a 301 redirect leading to a "200 OK" response for each.
Paul
-
First, I'm going to assume the canonical version of your .com website is www.yoursite.com. This assumes that the URL yoursite.com (no www.) is already 301-redirected to the www version.
In that case, I'd create a page at www.yoursite.com/canada (or even /canada-company-name). On that page, I'd create a "homepage" that is similar in design to your regular homepage, but that contains a whole lot of copy specific to the Canadian market. It should NOT be a direct copy of the regular homepage.
Then, I'd 301 redirect yoursite.ca and www.yoursite.ca to www.yoursite.com/canada
Lastly, I'd put a link "Canadian Customers" (or equivalent, maybe with a small CDN flag icon) somewhere at the top of your www.yoursite.com pages pointing to the /canada page. That way, even when a Canadian customer finds the .com site through search, there's a chance they'll notice the Canadian info.
Paul
-
We are currently using the Premium Web Site Forwarding from Register.com.
Would this still cause a Dup content issue?
Thanks again
-
Sorry - dupe post. There's something wonky going on with Roger's server - returning a page error even though the comment posted.
-
hello
should I just create a custom page on my .com site thats says .ca?and mirrors my .com homepage? Also if i redirect should it be to the xxxxx.com or the www.xxxxxx.com?
thanks so much!
-
Just to be clear - when you say both sites are identical, do you mean that there is actually just one site that will have both the .com and .ca pointing to it?
If so, and as long as you correctly use a 301 redirect to point your .ca to the .com, you won't have any problem with duplicate content.
That's exactly the sort of issue 301 redirects are specifically designed to solve.
Just a tip for useability...
As a Canadian, when I get redirected to a US .com site, I'm often left to wonder whether the US company can actually serve me well in Canada.
You might want to consider pointing the .ca domain to a landing page on the .com site that functions as a "Canadian home page" and includes explanations to potential CDN customers about all the great ways you can take care of them.
- assurance that you ship inexpensively and efficiently to Canada
- whether pricing is listed in US or CDN dollars
- how service is provided to Canadian users if needed
- that your product meets Canadian safety standards, licensing etc if applicable
The landing page can graphically mimic the regular home page, but with enough Canadian-market-specific content to keep it from being a dupe of the regular home page.
Paul
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
-
How can you promote a sub-domain ahead of a domain on the SERPs?
I have a new client that wants to promote their subdomain uk.imagemcs.com and have their main domain imagemcs.com fall off the SERPs. Objective? Get uk.imagemcs.com to rank first for UK 'brand' searches. Do a search for 'imagem creative services' and you should see the issue (it looks like rules have been applied to the robots.txt on the main domain to exclude any bots from crawling - but since they've been indexed previously I need to take action as it doesn't look great!). I think I can do this by applying a permanent redirect from the main domain to the subdomain at domain level and then no-indexing the site - and then resubmit the sitemap. My slight concern is that this no-indexing of the main domain may impact on the visibility of the subdomains (I'm dealing with uk.imagemcs.com, but there is us.imagemcs.com and de.imagemcs.com) and was looking for some assurance that this would not be the case. My understanding is that subdomains are completely distinct from domains and as such this action should have no impact on the subdomains. I asked the question on the Webmasters Forum but haven't really got anywhere
Technical SEO | | nathangdavidson2
https://productforums.google.com/forum/#!msg/webmasters/1Avupy3Uw_o/hu6oLQntCAAJ Can anyone suggest a course of action? many thanks, Nathan0 -
URL Structure On Site - Currently it's domain/product-name NOT domain/category/product name is this bad?
I have a eCommerce site and the site structure is domain/product-name rather than domain/product-category/product-name Do you think this will have a negative impact SEO Wise? I have seen that some of my individual product pages do get better rankings than my categories.
Technical SEO | | the-gate-films0 -
Correct linking to the /index of a site and subfolders: what's the best practice? link to: domain.com/ or domain.com/index.html ?
Dear all, starting with my .htaccess file: RewriteEngine On
Technical SEO | | inlinear
RewriteCond %{HTTP_HOST} ^www.inlinear.com$ [NC]
RewriteRule ^(.*)$ http://inlinear.com/$1 [R=301,L] RewriteCond %{THE_REQUEST} ^./index.html
RewriteRule ^(.)index.html$ http://inlinear.com/ [R=301,L] 1. I redirect all URL-requests with www. to the non www-version...
2. all requests with "index.html" will be redirected to "domain.com/" My questions are: A) When linking from a page to my frontpage (home) the best practice is?: "http://domain.com/" the best and NOT: "http://domain.com/index.php" B) When linking to the index of a subfolder "http://domain.com/products/index.php" I should link also to: "http://domain.com/products/" and not put also the index.php..., right? C) When I define the canonical ULR, should I also define it just: "http://domain.com/products/" or in this case I should link to the definite file: "http://domain.com/products**/index.php**" Is A) B) the best practice? and C) ? Thanks for all replies! 🙂
Holger0 -
Moving from a .com to .co.uk
I need to migrate a wordpress site from domainname.com to domainname.co.uk. If I just put a 301 on every page on the .com will that cover it? Would it make sense to go and change all the backlinks/profile links to the new .co.uk site or doesn't it matter if you have a 301 redirect on it? Thanks
Technical SEO | | littlesthobo0 -
How to force a trailing slash after the domain name
My campaign analysis is predictably listing domain.com and domain.com/ as repeated content. I've searched and searched but cannot find a way to force a trailing slash on the end of the domain name unless there's a file or directory after it.. Is there a way to accomplish this using .htaccess
Technical SEO | | JollyBoy0 -
Any way around buying hosting for an old domain to 301 redirect to a new domain?
Howdy. I have just read this QA thread, so I think I have my answer. But I'm going to ask anyway! Basically DomainA.com is being retired, and DomainB.com is going to be launched. We're going to have to redirect numerous URLs from DomainA.com to DomainB.com. I think the way to go about this is to continue paying for hosting for DomainA.com, serving a .htaccess from that hosting account, and then hosting DomainB.com separately. Anybody know of a way to avoid paying for hosting a .htaccess file on DomainA.com? Thanks!
Technical SEO | | SamTurri0 -
Using hyphenated sub-domains or non-hyphenated sub-domains? What is the question! I Any takers?
For our corporate business level domain, we are exploring using a hyphenated sub-domain foir a project. Something like www.go-figure.extreme.com I thought from a user perspective it seems cluttered. The domain length might also be an issue with the new Algorithm big G has launched in recent past. I know with past experience, hyphenated domains usually take longer to index, as they are used by spammers more frequently and can take longer to get out of the supplementary index. Our company site has over 90 million viewers / year, so our brand is well established and traffic isn't an issue. This is for a corporate level project and I didn't have the answer! Will this work? anyone have any experience testing this. Any thoughts will help! Thanks, Rob
Technical SEO | | RobMay0 -
Multiple Domains, Same IP address, redirecting to preferred domain (301) -site is still indexed under wrong domains
Due to acquisitions over time and the merging of many microsites into one major site, we currently have 20+ TLD's pointing to the same IP address as our "preferred domain:" for our consolidated website http://goo.gl/gH33w. They are all set up as 301 redirects on apache - including both the www and non www versions. When we launched this consolidated website, (April 2010) we accidentally left the settings of our site open to accept any of our domains on the same IP. This was later fixed but unfortunately Google indexed our site under multiple of these URL's (ignoring the redirects) using the same content from our main website but swapping out the domain. We added some additional redirects on apache to redirect these individual pages pages indexed under the wrong domain to the same page under our main domain http://goo.gl/gH33w. This seemed to help resolve the issue and moved hundreds of pages off the index. However, in December of 2010 we made significant changes in our external dns for our ip addresses and now since December, we see pages indexed under these redirecting domains on the rise again. If you do a search query of : site:laboratoryid.com you will see a few hundred examples of pages indexed under the wrong domain. When you click on the link, it does redirect to the same page but under the preferred domain. So the redirect is working and has been confirmed as 301. But for some reason Google continues to crawl our site and index under this incorrect domains. Why is this? Is there a setting we are missing? These domain level and page level redirects should be decreasing the pages being indexed under the wrong domain but it appears it is doing the reverse. All of these old domains currently point to our production IP address where are preferred domain is also pointing. Could this be the issue? None of the pages indexed today are from the old version of these sites. They only seem to be the new content from the new site but not under the preferred domain. Any insight would be much appreciated because we have tried many things without success to get this resolved.
Technical SEO | | sboelter0