Canonical URL Tag Usage
-
Hi there,
I have a .co.uk website and a .ie website, which have the exact same content on both, should I put a canonical tag on both websites, on every page?
Kind Regards
-
I will do Hannah, thanks again.
-
Hey,
Re the rel-canonical, Bing say they don't like that implementation, but Google are fine with it. My advice? Yep - do it
Thanks
Hannah
PS If you want to ask a new question it's best to start a new thread - more likely to get seen & answered
-
Hi Hannah,
Just one more question please.
If I had just one website, would you always advice in using a canonical tag for every webpage on that site?
So, http://www.example.com/product-page/ would have canonical tag
rel="canonical" href="http://www.example.com/product-page/" />
-
Thanks Hannah for all your help, I will let you know how it goes.
Kind Regards
-
Yep - you need to place the tags on every page which is duplicated across both sites
-
AH! at the moment I only have one hreflang on each domain
.co.uk website has:
rel="alternate" hreflang="en-IE" href="http://www.mywebsite.ie" />
and .ie website has:
rel="alternate" hreflang="en-GB" href="http://www.mywebsite.co.uk" />
Was I doing it wrong to start with?
-
Like the rel="alternate" tag you need to put the canonical tag on every page of your .ie site pointing to the relevant page on your .co.uk site. You should also put the canonical tag on the .co.uk site pointing to itself - e.g.:
So on http://yourdomain.co.uk/page-whatever you'd need:
http://yourdomain.ie/page-whatever; />
http://yourdomain.ie/page-whatever - you'd need:
-
Hi Hannah,
Thanks for your feedback.
This is very interesting indeed Hannah, so this means that the .ie version will fall away in SERPs?
Technical question: Do I put the canonical tag on the .ie website pointing to the .co.uk website?
rel="canonical" href="http://www.mywebsite.co.uk"/>
Do I put a canonical tag on the .co.uk website?
Appreciate your help.
-
Hi Gary,
I think on this occasion you ought to use both rel="alternate" and the canonical tag.
One of my colleagues had a conversation with a Googler which supports and explains this further:
I hope this helps,
Hannah
-
Yes, everything is correct in Google webmaster tools. I have a feeling even though this is correct in webmaster tools that Google is counting as duplicate.
-
What are Google Webmaster Tools telling you? Have you used it to tell Google your site is geotargeted?
-
Hi Highland,
Thanks for your reply.
Do you know what is happening with this then? as it has no PR anymore plus it's not in the index
-
In this case, no. Matt Cutts has stated that country TLDs that are duplicate are not generally seen as duplicate by Google.
-
Hi Stefan,
Yes, in Google webmaster tools that countries are set, however one of the keywords I was ranking well for has disappeared from the .co.uk results, when I paste the first paragraph of the .co.uk page in question into .co.uk, its the .ie website that appears, I have also put this on the .co.uk & .ie webpages in question:
rel="alternate" hreflang="en-IE" href="mysite.ie" />
<link < span="">rel="alternate" hreflang="en-GB" href="mysite.co.uk" /></link <>
I put the above code about 10 days ago, but still not sorted the problem, I feel that I need to tell Google that the .co.uk website is the original, what do you think?
-
Hello Gary,
You can use the
hreflang="'en-IE" href="www.your-ie.site"> element
For more information see: http://support.google.com/webmasters/bin/answer.py?hl=en&answer=189077
You can also in Google webmaster tools set the country a specific domain is targeting.
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
-
Mass URL changes and redirecting those old URLS to the new. What is SEO Risk and best practices?
Hello good people of the MOZ community, I am looking to do a mass edit of URLS on content pages within our sites. The way these were initially setup was to be unique by having the date in the URL which was a few years ago and can make evergreen content now seem dated. The new URLS would follow a better folder path style naming convention and would be way better URLS overall. Some examples of the **old **URLS would be https://www.inlineskates.com/Buying-Guide-for-Inline-Skates/buying-guide-9-17-2012,default,pg.html
Intermediate & Advanced SEO | | kirin44355
https://www.inlineskates.com/Buying-Guide-for-Kids-Inline-Skates/buying-guide-11-13-2012,default,pg.html
https://www.inlineskates.com/Buying-Guide-for-Inline-Hockey-Skates/buying-guide-9-3-2012,default,pg.html
https://www.inlineskates.com/Buying-Guide-for-Aggressive-Skates/buying-guide-7-19-2012,default,pg.html The new URLS would look like this which would be a great improvement https://www.inlineskates.com/Learn/Buying-Guide-for-Inline-Skates,default,pg.html
https://www.inlineskates.com/Learn/Buying-Guide-for-Kids-Inline-Skates,default,pg.html
https://www.inlineskates.com/Learn/Buying-Guide-for-Inline-Hockey-Skates,default,pg.html
https://www.inlineskates.com/Learn/Buying-Guide-for-Aggressive-Skates,default,pg.html My worry is that we do rank fairly well organically for some of the content and don't want to anger the google machine. The way I would be doing the process would be to edit the URLS to the new layout, then do the redirect for them and push live. Is there a great SEO risk to doing this?
Is there a way to do a mass "Fetch as googlebot" to reindex these if I do say 50 a day? I only see the ability to do 1 URL at a time in the webmaster backend.
Is there anything else I am missing? I believe this change would overall be good in the long run but do not want to take a huge hit initially by doing something incorrectly. This would be done on 5- to a couple hundred links across various sites I manage. Thanks in advance,
Chris Gorski0 -
What is the Redirect Rule for corresponding https urls to new domain with the same https urls?
2 sites have the same urls but the owner wants just the 1 site. So I will be doing a 301 redirect with .htaccess from https://www.example.co.uk/sportsbook/SOCCER/today/ redirecting to https://www.example.com//sportsbook/SOCCER/today/ There are a lot of urls that are the same, so I was wondering what the rule is to put in the file please that will change them all to the corresponding urls? Would this be correct?... RewriteEngine on
Intermediate & Advanced SEO | | WSIDW
RewriteCond %{HTTPS_HOST} ^example.co.uk [NC,OR]
RewriteCond %{HTTPS_HOST} ^www.example.co.uk [NC]
RewriteRule ^(.*)$ https://example.com$1 [L,R=301,NC] Or would a simple rule like this work... redirect 301 / http://www.new domain.com/ If not correct could you please give me the correct rule, thanks! Then of course doing a change of address of address in webmaster tools after. Also... do I still need to do the forwarding from the https://www.example.co.uk/ domain provider after as well? Many thanks for your help in advance.0 -
Www. or naked url?
Hi everyone, I am about to start a new WordPress site and debating whether to use www or naked URL for the URL structure. Using naked URL makes sense from a branding and minimalistic perspective but I am reading that using naked URL might have some technical deficiencies. Specifically, cookie issues and DNS can't be cname. Are these technical deficiencies still valid when using naked url? Would appreciate any feedback on this! Cheers
Intermediate & Advanced SEO | | nsereke1 -
HTML > Tag
We are currently adding reviews to a clients site from The Review Centre. We are trying to use semantic markup more, so would like to know the best way to do this. Example: <blockquote cite="http://www.example.co.uk">
Intermediate & Advanced SEO | | Silkstream
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</blockquote> Question: Does "cite=" pass equity and if so, should we nofollow them?0 -
Expired urls
For a large jobs site, what would be the best way to handle job adverts that are no longer available? Ideas that I have include: Keep the url live with the original content and display current similar job vacancies below - this has the advantage of continually growing the number of indexed pages. 301 redirect old pages to parent categories - this has the advantage of concentrating any acquired link juice where it is most needed. Your thoughts much appreciated.
Intermediate & Advanced SEO | | cottamg0 -
Page URL keywords
Hello everybody, I've read that it's important to put your keywords at the front of your page title, meta tag etc, but my question is about the page url. Say my target keywords are exotic, soap, natural, and organic. Will placing the keywords further behind the URL address affect the SEO ranking? If that's the case what's the first n number of words Google considers? For example, www.splendidshop.com/gift-set-organic-soap vs www.splendidshop.com/organic-soap-gift-set Will the first be any less effective than the second one simply because the keywords are placed behind?
Intermediate & Advanced SEO | | ReferralCandy0 -
Canonical Problem
Hello all. Could someone have a look at my page here www.ashley-wedding-cars.co.uk here and tell me why I have a canonical problem.
Intermediate & Advanced SEO | | AshJez0 -
How does a canonical work and is it necessary to also have a no index, follow tag in place?
Across our site, we have canonical tags in place for URLs that contain duplicate content and for URLs without a trailing slash since we are using URLs WITH a trailing slash for all URLs across our site. We also recently added a no index, follow tag to all non-canonical URLs since we noticed a high number of duplicate content URLs in Google Webmaster Tools. The first part of my question is: How does a canonical work? Does the robot read the canonical and immediately go to the canonical URL or does it continue to read past the canonical tag and get to the no index, follow tag if there is one present? The second part of my question is: Is it necessary to have both a canonical tag and no index, follow tag in place? Or should the canonical tag be sufficient to avoid duplicate content? And lastly, if both a canonical tag and no index, follow tag are in place, should they be in a specific order? Canonical tag first then no index, follow tag second or no index, follow tag first then canonical tag second? I would appreciate any insight you can give. Thank you!
Intermediate & Advanced SEO | | kbbseo0