The Moz Q&A Forum

    • Forum
    • Questions
    • My Q&A
    • Users
    • Ask the Community

    Welcome to the Q&A Forum

    Browse the forum for helpful insights and fresh discussions about all things SEO.

    1. SEO and Digital Marketing Q&A Forum
    2. Categories
    3. Technical SEO Issues
    4. How do I eliminate duplicate page titles?

    How do I eliminate duplicate page titles?

    Technical SEO Issues
    17 3 1.1k
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as question
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Keszi
      Keszi last edited by

      Hi,

      These duplicate URLs can be resolved two ways easily.

      1. 301 from non www. to www. or vice versa

      2. canonical to one of the links.

      This way you will focus all the link juice on only one page. More power 😉

      I hope it helped,

      Istvan

      ENSO 1 Reply Last reply Reply Quote 1
      • ENSO
        ENSO @Keszi last edited by

        Which is better, and also I am interested in knowing why this happens?

        Keszi ENSO 3 Replies Last reply Reply Quote 0
        • Keszi
          Keszi @ENSO last edited by

          Hi again 🙂

          So basically canonicals are better.

          And why you get this: when robots crawl your website they see the following pages as different:

          example.com/index.html

          example.com/

          www.example.com/index.html

          www.example.com

          And we could continue with variants. Canonicals tell search engines that these pages are the same, and they should handle it as same page.

          so if you put a into index file, you will have the following results:

          www.example.com (no matter which URL does the search engine visit, they will handle as the canonical link)

          This is also good for links, because people might link to you as example.com or example.com/index, etc. etc. Then if you insert the canonical you focus all the links to one URL.

          Hope it helped,

          Istvan

          1 Reply Last reply Reply Quote 0
          • ENSO
            ENSO @ENSO last edited by

            So then in the page without the www I should insert this into the head and do the same for all other pages?

            1 Reply Last reply Reply Quote 0
            • Keszi
              Keszi @ENSO last edited by

              you just insert into each html file the canonical that points to www url. and it should work it out.

              🙂

              1 Reply Last reply Reply Quote 1
              • ENSO
                ENSO last edited by

                This actually does not solve the problem. I have only one index.html file. So how in the world do I access a page that does not exist in my hierarchy? For example if I have the following two pages there is really only on instance of that page I can edit the head with an html file, it is not like there is actually 2 html pages that exist for each one so in this case am I just stuck creating redirects for each instance where this occurs?

                |

                www.ensoplastics.com/ContactUs/ContactUs.html

                ensoplastics.com/ContactUs/ContactUs.html

                |

                Keszi Dr-Pete 2 Replies Last reply Reply Quote 0
                • Keszi
                  Keszi @ENSO last edited by

                  you have 1 page, that can be reached from two or even more paths. we talk about these paths, and these are creating the duplicate content.

                  It is like having your site duplicate on your non www. of your domain.

                  With the canonical, you tell search engines which path, which .html file you are optimizing for.

                  ENSO Keszi Dr-Pete 6 Replies Last reply Reply Quote 0
                  • ENSO
                    ENSO @Keszi last edited by

                    Ok I will put the canonical in the head of the html files and see what happens.

                    1 Reply Last reply Reply Quote 0
                    • Keszi
                      Keszi @Keszi last edited by

                      ok, good luck! 🙂

                      1 Reply Last reply Reply Quote 0
                      • ENSO
                        ENSO @Keszi last edited by

                        Once I add it in and crawl the page I end up with a critical error... so something is not right.

                        Appropriate Use of Rel Canonical

                        Moderate fix

                        <dl>

                        <dt>Canonical URL</dt>

                        <dd>"http://www.ensoplastics.com/index.html"</dd>

                        <dt>Explanation</dt>

                        <dd>If the canonical tag is pointing to a different URL, engines will not count this page as the reference resource and thus, it won't have an opportunity to rank. Make sure you're targeting the right page (if this isn't it, you can reset the target above) and then change the canonical tag to reference that URL.</dd>

                        <dt>Recommendation</dt>

                        <dd>We check to make sure that IF you use canonical URL tags, it points to the right page. If the canonical tag points to a different URL, engines will not count this page as the reference resource and thus, it won't have an opportunity to rank. If you've not made this page the rel=canonical target, change the reference to this URL. NOTE: For pages not employing canonical URL tags, this factor does not apply.</dd>

                        </dl>

                        1 Reply Last reply Reply Quote 0
                        • Keszi
                          Keszi @Keszi last edited by

                          the index page canonical should point to index page,

                          the content page to the same content page (it is just for eliminating the duplicate issue)

                          don't put a canonical that points to a page that is not its duplicate

                          1 Reply Last reply Reply Quote 0
                          • Dr-Pete
                            Dr-Pete last edited by

                            I'd follow the advice to 301 or canonical, but it doesn't hurt to also declare a canonical version in Google Webmaster Tools - it's under "Site Configuration" > "Settings". You still need to canonicalize, but it's one additional signal to Google (and it's easy).

                            1 Reply Last reply Reply Quote 0
                            • Dr-Pete
                              Dr-Pete @ENSO last edited by

                              So, just to be clear - these are the same physical page. Google sees the two URLs as being two different pages, but in terms of actual physical documents on your server, there's only one (ContactUs.html). So, you just need the one canonical tag per page.

                              If you have any dynamic (database/code-driven) pages, then be careful and make sure that the canonical tag is being create dynamically to match the correct page. You don't want to end up with canonical tags to the wrong pages.

                              ENSO 1 Reply Last reply Reply Quote 0
                              • ENSO
                                ENSO @Dr-Pete last edited by

                                So if I want the www. page to be the one that shows up in google...what do I put in the head of the ContactUs.html page exactly? As you can see when I put this in the head then I get the critical error from SEOMOZ. So this fix just isn't making sense to me right now. IF I take it back out then the critical error is gone but then I get the message that I should add the canonical to the page.

                                <dt>Canonical URL</dt>

                                <dd>"http://www.ensoplastics.com/ContactUs/ContactUs.html"</dd>

                                <dt>Explanation</dt>

                                <dd>If the canonical tag is pointing to a different URL, engines will not count this page as the reference resource and thus, it won't have an opportunity to rank. Make sure you're targeting the right page (if this isn't it, you can reset the target above) and then change the canonical tag to reference that URL.</dd>

                                <dt>Recommendation</dt>

                                <dd>We check to make sure that IF you use canonical URL tags, it points to the right page. If the canonical tag points to a different URL, engines will not count this page as the reference resource and thus, it won't have an opportunity to rank. If you've not made this page the rel=canonical target, change the reference to this URL. NOTE: For pages not employing canonical URL tags, this factor does not apply.</dd>

                                1 Reply Last reply Reply Quote 0
                                • Dr-Pete
                                  Dr-Pete @Keszi last edited by

                                  I don't see anything wrong with your home-page canonical. We usually suggest pointing the home-page to the root:

                                  ...and not including the filename (just for the home-page), but that's not necessary. You link internally to "index.html", so what you have is fine, and keeps it consistent. I think the error is only happening because our crawler is trying to view the "/" version and sees the canonical to "index.html" (so, they look different).

                                  1 Reply Last reply Reply Quote 0
                                  • Keszi
                                    Keszi @Keszi last edited by

                                    thank you for the follow up, Dr. Pete!

                                    1 Reply Last reply Reply Quote 0
                                    • 1 / 1
                                    • First post
                                      Last post
                                    • How do I prevent duplicate page title errors from being generated by my multiple shop pages?
                                      effectdigital
                                      effectdigital
                                      0
                                      2
                                      103

                                    • Getting high priority issue for our xxx.com and xxx.com/home as duplicate pages and duplicate page titles can't seem to find anything that needs to be corrected, what might I be missing?
                                      Todd_McDonald
                                      Todd_McDonald
                                      0
                                      4
                                      4.0k

                                    • How to remove the duplicate page title
                                      KeriMorgret
                                      KeriMorgret
                                      0
                                      3
                                      194

                                    • Home Page .index.htm and .com Duplicate Page Content/Title
                                      TOMMarketingLtd.
                                      TOMMarketingLtd.
                                      0
                                      6
                                      1.6k

                                    • Duplicate page titles on Ecommerce
                                      KristinaKledzik
                                      KristinaKledzik
                                      0
                                      6
                                      509

                                    • Duplicate Page Titles
                                      Cyrus-Shepard
                                      Cyrus-Shepard
                                      0
                                      6
                                      465

                                    • Duplicate Page Content and Titles
                                      Banknotes
                                      Banknotes
                                      0
                                      7
                                      504

                                    • Duplicate Page Title
                                      funkylama
                                      funkylama
                                      0
                                      8
                                      1.2k

                                    Get started with Moz Pro!

                                    Unlock the power of advanced SEO tools and data-driven insights.

                                    Start my free trial
                                    Products
                                    • Moz Pro
                                    • Moz Local
                                    • Moz API
                                    • Moz Data
                                    • STAT
                                    • Product Updates
                                    Moz Solutions
                                    • SMB Solutions
                                    • Agency Solutions
                                    • Enterprise Solutions
                                    • Digital Marketers
                                    Free SEO Tools
                                    • Domain Authority Checker
                                    • Link Explorer
                                    • Keyword Explorer
                                    • Competitive Research
                                    • Brand Authority Checker
                                    • Local Citation Checker
                                    • MozBar Extension
                                    • MozCast
                                    Resources
                                    • Blog
                                    • SEO Learning Center
                                    • Help Hub
                                    • Beginner's Guide to SEO
                                    • How-to Guides
                                    • Moz Academy
                                    • API Docs
                                    About Moz
                                    • About
                                    • Team
                                    • Careers
                                    • Contact
                                    Why Moz
                                    • Case Studies
                                    • Testimonials
                                    Get Involved
                                    • Become an Affiliate
                                    • MozCon
                                    • Webinars
                                    • Practical Marketer Series
                                    • MozPod
                                    Connect with us

                                    Contact the Help team

                                    Join our newsletter
                                    Moz logo
                                    © 2021 - 2026 SEOMoz, Inc., a Ziff Davis company. All rights reserved. Moz is a registered trademark of SEOMoz, Inc.
                                    • Accessibility
                                    • Terms of Use
                                    • Privacy