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 .ae and .com domain in SEO performance for UAE region?
I have a domain for my UAE based project called https://mydubaiseo.com/ and however, one of my colleagues suggested going with .ae option.
Technical SEO | | 0eup.ombitao
Whether if we change the domain like as suggested get earlier results than .com domain or what?\Which domain .com or .ae ranks faster in UAE location if the SEO strategies followed in the same way?0 -
Tool to Generate All the URLs on a Domain
Hi all, I've been using xml-sitemaps.com for a while to generate a list of all the URLs that exist on a domain. However, this tool only works for websites with under 500 URLs on a domain. The paid tool doesn't offer what we are looking for either. I'm hoping someone can help with a recommendation. We're looking for a tool that can: Crawl, and list, all the indexed URLs on a domain, including .pdf and .doc files (ideally in a .xls or .txt file) Crawl multiple domains with unlimited URLs (we have 5 websites with 500+ URLs on them) Seems pretty simple, but we haven't been able to find something that isn't tailored toward management of a single domain or that can crawl a huge volume of content.
Technical SEO | | timfrick0 -
Redirect root domain to www
I've been having issues with my keyword rankings with MOZ and this is what David at M0Z asked me to do below. Does anyone have a solution to this? I'm not 100% sure what to do. Does it hurt ranking to have a domain at the root or not? Can I 301 redirect a whole site or do I have to do individual pages. "Your campaign is looking for rankings for the www version of the campaign but the URL resolves as a root domain. This would explain the discrepancy. Since there is no re-direct between the two, you can have brickmarkers.com 301 re-direct to www.site.com which will prevent you from re-creating your campaign to track the root domain. Once the re-direct is in place it will take a while for Google to show the www version in the results in which your campaign rankings will be accurate." Thanks
Technical SEO | | SeaDrive0 -
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 -
Shopping Carts & Sub Domains
I was hoping someone could guide me in making the correct decision regarding integrating my existing domain with a hosted shopping cart. I have an existing website to promote my bricks and mortar retail operation and am expanding into web retailing. I will be using one of the major hosted shopping carts. What is the best way to join the two components from an SEO perspective? Have the cart as a sub domain of my main site, or move my existing domain name to be hosted by the cart provider and have both components operate under the same general domain? I have read arguments that putting your cart within a sub domain is not a good idea because any clout of the pre-existing domain will not be shared with the sub domain; that they will be treated as two separate sites. I have also read that using a sub domain is a good idea being that the content focus of the main domain (marketing and blogs) is different form the focus of the sub domain (product sales), and that the two components would benefit form earning their own rankings undiluted by the other. And, I have also read that search engines are getting good at being able to deduce that an eCommerce sub domain is legitimate extension of a content intensive main domain, and that they treat the two components as a combined whole. What is the truth? Which is the better way to go? Any guidance would be appreciated.
Technical SEO | | MEI1520 -
Subdomain vs Main Domain Penalties
We have a client who's main root.com domain is currently penalized by Google, but the subdomain.root.com is appearing very well. We're stumped - any ideas why?
Technical SEO | | Prospector-Plastics0 -
Domain authority and keyword difficulty
I know there are too many variables for a certain answer, however do people take their domain authority into account when using keyword difficulty tool? I have a new domain which only has a score of seven at the moment. When using the keyword searching tool what is the maximum difficulty level keywords people would target initially? Obviously I would seek to increase the difficulty of the words over time but to start off its a hard choice between keywords which can be ranked for in a reasonable period of time and the keywords which are getting enough traffic to make the effort worthwhile.
Technical SEO | | Grumpy_Carl0 -
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