What does Google do with multiple canonical links on one page?
Facing a weird issue. Something in the latest Magento 1.x update caused a few pages on our site to have 2 canonical links. Seems to just be pagination pages include both the unpaginated url and the paginated url.
Does Google just ignore the first link, ignore the second link, or ignore both links?
canonical-url
add a comment |
Facing a weird issue. Something in the latest Magento 1.x update caused a few pages on our site to have 2 canonical links. Seems to just be pagination pages include both the unpaginated url and the paginated url.
Does Google just ignore the first link, ignore the second link, or ignore both links?
canonical-url
add a comment |
Facing a weird issue. Something in the latest Magento 1.x update caused a few pages on our site to have 2 canonical links. Seems to just be pagination pages include both the unpaginated url and the paginated url.
Does Google just ignore the first link, ignore the second link, or ignore both links?
canonical-url
Facing a weird issue. Something in the latest Magento 1.x update caused a few pages on our site to have 2 canonical links. Seems to just be pagination pages include both the unpaginated url and the paginated url.
Does Google just ignore the first link, ignore the second link, or ignore both links?
canonical-url
canonical-url
asked Dec 10 '18 at 14:13
OctoxanOctoxan
1183
1183
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
If you specify multiple canonical tags, Google will ignore all the canonical tags.
Having multiple canonical tags would be a reason that Google would choose to ignore canonical tags. Google also chooses to ignore canonical tags in other cases where they are malformed:
- All the tags point to the home page
- The tags are implemented in the
<body>
rather than the<head>
- The tags use relative rather than absolute links
- The canonical page does not appear to be a duplicate page.
Google only sees canonical tags as a "strong hint" that one page is your preferred page. When Google finds a canonical tag it often chooses to ignore it. Google now has the concepts of "user chosen canonical" and "Google chosen canonical" that it shows you in Google search console.
Google also seems to be ignoring canonical tags for other unknown reasons recently. I've seen cases where Google chooses to index http://
pages even when all the canonical point to the https://
versions. It seems to take Google as much as a year to "trust" the user chosen canonical version enough to index it over the version that Google already has indexed.
That's exactly what I needed to know. If I should dive into the Magento core to figure out why it's spitting out two tags, or just ignore it. Time to dive!
– Octoxan
Dec 10 '18 at 14:55
Here's the primary source: webmasters.googleblog.com/2013/04/…
– Maximillian Laumeister
Dec 10 '18 at 17:12
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "45"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fwebmasters.stackexchange.com%2fquestions%2f119557%2fwhat-does-google-do-with-multiple-canonical-links-on-one-page%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you specify multiple canonical tags, Google will ignore all the canonical tags.
Having multiple canonical tags would be a reason that Google would choose to ignore canonical tags. Google also chooses to ignore canonical tags in other cases where they are malformed:
- All the tags point to the home page
- The tags are implemented in the
<body>
rather than the<head>
- The tags use relative rather than absolute links
- The canonical page does not appear to be a duplicate page.
Google only sees canonical tags as a "strong hint" that one page is your preferred page. When Google finds a canonical tag it often chooses to ignore it. Google now has the concepts of "user chosen canonical" and "Google chosen canonical" that it shows you in Google search console.
Google also seems to be ignoring canonical tags for other unknown reasons recently. I've seen cases where Google chooses to index http://
pages even when all the canonical point to the https://
versions. It seems to take Google as much as a year to "trust" the user chosen canonical version enough to index it over the version that Google already has indexed.
That's exactly what I needed to know. If I should dive into the Magento core to figure out why it's spitting out two tags, or just ignore it. Time to dive!
– Octoxan
Dec 10 '18 at 14:55
Here's the primary source: webmasters.googleblog.com/2013/04/…
– Maximillian Laumeister
Dec 10 '18 at 17:12
add a comment |
If you specify multiple canonical tags, Google will ignore all the canonical tags.
Having multiple canonical tags would be a reason that Google would choose to ignore canonical tags. Google also chooses to ignore canonical tags in other cases where they are malformed:
- All the tags point to the home page
- The tags are implemented in the
<body>
rather than the<head>
- The tags use relative rather than absolute links
- The canonical page does not appear to be a duplicate page.
Google only sees canonical tags as a "strong hint" that one page is your preferred page. When Google finds a canonical tag it often chooses to ignore it. Google now has the concepts of "user chosen canonical" and "Google chosen canonical" that it shows you in Google search console.
Google also seems to be ignoring canonical tags for other unknown reasons recently. I've seen cases where Google chooses to index http://
pages even when all the canonical point to the https://
versions. It seems to take Google as much as a year to "trust" the user chosen canonical version enough to index it over the version that Google already has indexed.
That's exactly what I needed to know. If I should dive into the Magento core to figure out why it's spitting out two tags, or just ignore it. Time to dive!
– Octoxan
Dec 10 '18 at 14:55
Here's the primary source: webmasters.googleblog.com/2013/04/…
– Maximillian Laumeister
Dec 10 '18 at 17:12
add a comment |
If you specify multiple canonical tags, Google will ignore all the canonical tags.
Having multiple canonical tags would be a reason that Google would choose to ignore canonical tags. Google also chooses to ignore canonical tags in other cases where they are malformed:
- All the tags point to the home page
- The tags are implemented in the
<body>
rather than the<head>
- The tags use relative rather than absolute links
- The canonical page does not appear to be a duplicate page.
Google only sees canonical tags as a "strong hint" that one page is your preferred page. When Google finds a canonical tag it often chooses to ignore it. Google now has the concepts of "user chosen canonical" and "Google chosen canonical" that it shows you in Google search console.
Google also seems to be ignoring canonical tags for other unknown reasons recently. I've seen cases where Google chooses to index http://
pages even when all the canonical point to the https://
versions. It seems to take Google as much as a year to "trust" the user chosen canonical version enough to index it over the version that Google already has indexed.
If you specify multiple canonical tags, Google will ignore all the canonical tags.
Having multiple canonical tags would be a reason that Google would choose to ignore canonical tags. Google also chooses to ignore canonical tags in other cases where they are malformed:
- All the tags point to the home page
- The tags are implemented in the
<body>
rather than the<head>
- The tags use relative rather than absolute links
- The canonical page does not appear to be a duplicate page.
Google only sees canonical tags as a "strong hint" that one page is your preferred page. When Google finds a canonical tag it often chooses to ignore it. Google now has the concepts of "user chosen canonical" and "Google chosen canonical" that it shows you in Google search console.
Google also seems to be ignoring canonical tags for other unknown reasons recently. I've seen cases where Google chooses to index http://
pages even when all the canonical point to the https://
versions. It seems to take Google as much as a year to "trust" the user chosen canonical version enough to index it over the version that Google already has indexed.
answered Dec 10 '18 at 14:30
Stephen Ostermiller♦Stephen Ostermiller
67.4k1392249
67.4k1392249
That's exactly what I needed to know. If I should dive into the Magento core to figure out why it's spitting out two tags, or just ignore it. Time to dive!
– Octoxan
Dec 10 '18 at 14:55
Here's the primary source: webmasters.googleblog.com/2013/04/…
– Maximillian Laumeister
Dec 10 '18 at 17:12
add a comment |
That's exactly what I needed to know. If I should dive into the Magento core to figure out why it's spitting out two tags, or just ignore it. Time to dive!
– Octoxan
Dec 10 '18 at 14:55
Here's the primary source: webmasters.googleblog.com/2013/04/…
– Maximillian Laumeister
Dec 10 '18 at 17:12
That's exactly what I needed to know. If I should dive into the Magento core to figure out why it's spitting out two tags, or just ignore it. Time to dive!
– Octoxan
Dec 10 '18 at 14:55
That's exactly what I needed to know. If I should dive into the Magento core to figure out why it's spitting out two tags, or just ignore it. Time to dive!
– Octoxan
Dec 10 '18 at 14:55
Here's the primary source: webmasters.googleblog.com/2013/04/…
– Maximillian Laumeister
Dec 10 '18 at 17:12
Here's the primary source: webmasters.googleblog.com/2013/04/…
– Maximillian Laumeister
Dec 10 '18 at 17:12
add a comment |
Thanks for contributing an answer to Webmasters Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fwebmasters.stackexchange.com%2fquestions%2f119557%2fwhat-does-google-do-with-multiple-canonical-links-on-one-page%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown