What does Google do with multiple canonical links on one page?











up vote
3
down vote

favorite












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?










share|improve this question







New contributor




Octoxan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    up vote
    3
    down vote

    favorite












    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?










    share|improve this question







    New contributor




    Octoxan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      up vote
      3
      down vote

      favorite









      up vote
      3
      down vote

      favorite











      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?










      share|improve this question







      New contributor




      Octoxan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      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






      share|improve this question







      New contributor




      Octoxan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      Octoxan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      Octoxan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 12 hours ago









      Octoxan

      1183




      1183




      New contributor




      Octoxan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Octoxan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Octoxan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          4
          down vote



          accepted










          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.






          share|improve this answer





















          • 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
            12 hours ago










          • Here's the primary source: webmasters.googleblog.com/2013/04/…
            – Maximillian Laumeister
            9 hours ago











          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',
          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
          });


          }
          });






          Octoxan is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          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








          up vote
          4
          down vote



          accepted










          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.






          share|improve this answer





















          • 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
            12 hours ago










          • Here's the primary source: webmasters.googleblog.com/2013/04/…
            – Maximillian Laumeister
            9 hours ago















          up vote
          4
          down vote



          accepted










          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.






          share|improve this answer





















          • 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
            12 hours ago










          • Here's the primary source: webmasters.googleblog.com/2013/04/…
            – Maximillian Laumeister
            9 hours ago













          up vote
          4
          down vote



          accepted







          up vote
          4
          down vote



          accepted






          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.






          share|improve this answer












          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.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 12 hours ago









          Stephen Ostermiller

          66.4k1390240




          66.4k1390240












          • 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
            12 hours ago










          • Here's the primary source: webmasters.googleblog.com/2013/04/…
            – Maximillian Laumeister
            9 hours ago


















          • 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
            12 hours ago










          • Here's the primary source: webmasters.googleblog.com/2013/04/…
            – Maximillian Laumeister
            9 hours ago
















          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
          12 hours ago




          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
          12 hours ago












          Here's the primary source: webmasters.googleblog.com/2013/04/…
          – Maximillian Laumeister
          9 hours ago




          Here's the primary source: webmasters.googleblog.com/2013/04/…
          – Maximillian Laumeister
          9 hours ago










          Octoxan is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Octoxan is a new contributor. Be nice, and check out our Code of Conduct.













          Octoxan is a new contributor. Be nice, and check out our Code of Conduct.












          Octoxan is a new contributor. Be nice, and check out our Code of Conduct.
















          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.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • 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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Morgemoulin

          Scott Moir

          Souastre