• seohunters9

        See all notifications

        Skip to content
        Moz logo Menu open Menu close
        • Products
          • Moz Pro
          • Moz Pro Home
          • Moz Local
          • Moz Local Home
          • STAT
          • Moz API
          • Moz API Home
          • Compare SEO Products
          • Moz Data
        • Free SEO Tools
          • Domain Analysis
          • Keyword Explorer
          • Link Explorer
          • Competitive Research
          • MozBar
          • More Free SEO Tools
        • Learn SEO
          • Beginner's Guide to SEO
          • SEO Learning Center
          • Moz Academy
          • MozCon
          • Webinars, Whitepapers, & Guides
        • Blog
        • Why Moz
          • Digital Marketers
          • Agency Solutions
          • Enterprise Solutions
          • Small Business Solutions
          • The Moz Story
          • New Releases
        • Log in
        • Log out
        • Products
          • Moz Pro

            Your all-in-one suite of SEO essentials.

          • Moz Local

            Raise your local SEO visibility with complete local SEO management.

          • STAT

            SERP tracking and analytics for enterprise SEO experts.

          • Moz API

            Power your SEO with our index of over 44 trillion links.

          • Compare SEO Products

            See which Moz SEO solution best meets your business needs.

          • Moz Data

            Power your SEO strategy & AI models with custom data solutions.

          Let your business shine with Listings AI
          Moz Local

          Let your business shine with Listings AI

          Learn more
        • Free SEO Tools
          • Domain Analysis

            Get top competitive SEO metrics like DA, top pages and more.

          • Keyword Explorer

            Find traffic-driving keywords with our 1.25 billion+ keyword index.

          • Link Explorer

            Explore over 40 trillion links for powerful backlink data.

          • Competitive Research

            Uncover valuable insights on your organic search competitors.

          • MozBar

            See top SEO metrics for free as you browse the web.

          • More Free SEO Tools

            Explore all the free SEO tools Moz has to offer.

          NEW Keyword Suggestions by Topic
          Moz Pro

          NEW Keyword Suggestions by Topic

          Learn more
        • Learn SEO
          • Beginner's Guide to SEO

            The #1 most popular introduction to SEO, trusted by millions.

          • SEO Learning Center

            Broaden your knowledge with SEO resources for all skill levels.

          • On-Demand Webinars

            Learn modern SEO best practices from industry experts.

          • How-To Guides

            Step-by-step guides to search success from the authority on SEO.

          • Moz Academy

            Upskill and get certified with on-demand courses & certifications.

          • MozCon

            Save on Early Bird tickets and join us in London or New York City

          Unlock flexible pricing & new endpoints
          Moz API

          Unlock flexible pricing & new endpoints

          Find your plan
        • Blog
        • Why Moz
          • Digital Marketers

            Simplify SEO tasks to save time and grow your traffic.

          • Small Business Solutions

            Uncover insights to make smarter marketing decisions in less time.

          • Agency Solutions

            Earn & keep valuable clients with unparalleled data & insights.

          • Enterprise Solutions

            Gain a competitive edge in the ever-changing world of search.

          • The Moz Story

            Moz was the first & remains the most trusted SEO company.

          • New Releases

            Get the scoop on the latest and greatest from Moz.

          Surface actionable competitive intel
          New Feature

          Surface actionable competitive intel

          Learn More
        • Log in
          • Moz Pro
          • Moz Local
          • Moz Local Dashboard
          • Moz API
          • Moz API Dashboard
          • Moz Academy
        • Avatar
          • Moz Home
          • Notifications
          • Account & Billing
          • Manage Users
          • Community Profile
          • My Q&A
          • My Videos
          • Log Out

        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. Home
        2. Moz Tools
        3. Moz Bar
        4. Www and non www / duplicate content / redirects / www resolve issue

        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.

        Www and non www / duplicate content / redirects / www resolve issue

        Moz Bar
        3
        7
        1733
        Loading More Posts
        • Watching

          Notify me of new replies.
          Show question in unread.

        • Not Watching

          Do not notify me of new replies.
          Show question in unread if category is not ignored.

        • Ignoring

          Do not notify me of new replies.
          Do not show question in unread.

        • Oldest to Newest
        • Newest to Oldest
        • Most Votes
        Reply
        • Reply as question
        Locked
        This topic has been deleted. Only users with question management privileges can see it.
        • donnieath
          donnieath last edited by

          I am not getting docked for these specific errors, but I am getting docked for 1 page has a WWW resolve issue and 1 wrong URL in the sitemap... (SEM Rush) but when I use moz, it's not showing any issues.

          So I have these things set up so far:

          • In .htaccess i have a command that removes the www.
          • 301 redirect from www version to the non www (homepage)
          • canonical on index.html pointing to non www version, I also set up a canonical tag for each page on the site
          • search console with non www, www, https www, https non www all set to non www preference.

          Also, when I fetch the www version in google search console it says it's being 301 redirected to non www version which is basically what I want.Is there anything that i'm missing? These errors on SEM Rush are giving me anxiety lol.

          1 Reply Last reply Reply Quote 1
          • Maslavista
            Maslavista @donnieath last edited by

            How many pages have your website?

            1 Reply Last reply Reply Quote 0
            • tawnycase
              tawnycase last edited by

              Hey there! Tawny from Moz's Help Team here.

              Unfortunately, I don't know that I'm actually equipped to answer your question. I can speak to how Moz's tools determine duplicate content, but I don't know how you'd go about implementing solutions for errors you're seeing with SEMrush. Sorry about that!

              Hopefully one of our wonderful community members will have more insight than I do. Sorry I couldn't be more help!

              If you do have questions about Moz's tools, feel free to give us a shout at [email protected] and we'll see what we can do. 🙂

              1 Reply Last reply Reply Quote 0
              • donnieath
                donnieath @Maslavista last edited by

                That is the jyst of it, I removed some of the 301's when I pasted it here, just because it was long.

                1 Reply Last reply Reply Quote 0
                • donnieath
                  donnieath @Maslavista last edited by

                  Options -Indexes +FollowSymLinks -Multiviews

                  RewriteEngine on
                  RewriteBase /

                  Remove "www."

                  RewriteCond %{HTTP_HOST} ^www.(.)$ [NC]
                  RewriteRule ^(.
                  )$ http://%1/$1 [R=301,L]

                  RewriteCond %{HTTPS} on
                  RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

                  Remove ".html"

                  RewriteCond %{THE_REQUEST} .html
                  RewriteRule ^(.*).html$ /$1 [R=301,L]

                  Redirect "home" and "index" to document root

                  > Here, the expression (home|index) means "home or index"

                  RewriteRule ^(home|index)/?$ / [R=301,L]

                  Redirect any requests for html files to index

                  RewriteRule ^(.+).html index.php?page=$1 [L]

                  Rewrite any request for subdirectories to index

                  RewriteCond %{REQUEST_FILENAME} !-f
                  RewriteRule ^(.+)$ index.php?page=$1 [L,QSA]

                  EXPIRES CACHING

                  <ifmodule mod_expires.c="">ExpiresActive On
                  ExpiresByType image/jpg "access 1 week"
                  ExpiresByType image/jpeg "access 1 week"
                  ExpiresByType image/gif "access 1 week"
                  ExpiresByType image/png "access 1 week"
                  ExpiresByType text/css "access plus 1 month"
                  ExpiresByType application/pdf "access plus 1 month"
                  ExpiresByType text/x-javascript "access plus 1 month"
                  ExpiresByType application/x-shockwave-flash "access plus 1 month"
                  ExpiresByType image/x-icon "access plus 1 year"
                  ExpiresDefault "access plus 2 days"</ifmodule>

                  EXPIRES CACHING

                  <ifmodule mod_expires.c="">ExpiresActive On
                  ExpiresDefault "access plus 7200 seconds"
                  ExpiresByType text/javascript "access plus 2592000 seconds"
                  ExpiresByType application/javascript A2592000
                  ExpiresByType application/x-javascript "access plus 2592000 seconds"</ifmodule>

                  6 month for most static assets

                  <ifmodule mod_headers.c=""><filesmatch ".(jpg|jpeg|png|gif|gs|ico)$"="">Header set Cache-Control "max-age=1576800, public"</filesmatch></ifmodule>

                  Cache-Control Headers

                  <ifmodule mod_headers.c=""><filesmatch ".(js)$"="">Header set Cache-Control "max-age=2592000, private"</filesmatch></ifmodule>

                  Maslavista 1 Reply Last reply Reply Quote 0
                  • donnieath
                    donnieath @Maslavista last edited by

                    I'll send you a pm...

                    -----EDIT nevermind the formatting was really bad over pm.

                    1 Reply Last reply Reply Quote 0
                    • Maslavista
                      Maslavista last edited by

                      Can you post your .htaccess rules here?

                      donnieath 3 Replies Last reply Reply Quote 0
                      • 1 / 1
                      • First post
                        Last post

                      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.

                      • See all categories

                      Related Questions

                      • Foli

                        Does "Disallow: /xmlrpc.php" in robots.txt affect moz tools ability to fetch DA?

                        Just checked a website for Domain Authority using Moz' tool, however it returned 1 for DA, which should be unlikely. I have been trying to find the problem and found "Disallow: /xmlrpc.php" in robots.txt. Could this affect Moz' tools ability to get the required data?

                        Moz Bar | | Foli
                        0
                      • charlie007

                        Duplicate Content on Website with Multiple Locations

                        Hi there, I've spent hours reading posts on duplicate content and googling this but I'm still not sure what to do. We created a site that has two WP installs for a company with two different locations - the landing page is website.com and links to WP install 1 (website.com/city1),  and WP install 2 (website.com/city2). They specifically wanted two different sites so they could be managed by staff at either location. However some of the pages have the same content - ie. services, policies, etc. so all of those are showing errors for duplicate content. All pages have different city-specific URL's and meta-descriptions but that clearly doesn't help. We can't redirect the "duplicate" pages because then it would take the user to the other city's specific site. Is there anything we can do?? Is this going to significantly damage rankings? Thanks kindly for any help you can provide.

                        Moz Bar | | charlie007
                        1
                      • TiffanyatElite

                        What does the Bold/ Strong mean in Moz bar?

                        Under On-Page Elements in the Moz bar there is a Tag/ Location called Bold/ Strong. What does that mean?

                        Moz Bar | | TiffanyatElite
                        0
                      • RyanRhodes

                        What is Considered Duplicate Content by Crawlers?

                        I am asking this because I have a couple of site audit tools that I use to crawl a site I work on every week and they are showing duplicate content issues (which I know there is a lot on this site) but some of what is flagged as duplicate content makes no sense. For example, the following URL's were grouped together as duplicate content: | https://www.firefold.com/contact-us | https://www.firefold.com/gabe | https://www.firefold.com/sale | | | How are these pages duplicate content? I am confused on what site audit tools are considering duplicate content. Just FYI, this is data from Moz crawl diagnostics but SEMrush site auditor is giving me the same type of data. Any help would be greatly appreciated. Ryan

                        Moz Bar | | RyanRhodes
                        0
                      • Essential-Pest

                        Duplicate Page and Title Issues

                        On the last crawl, we received errors for duplicate page titles and some duplicate content pages. Here is the issue: We went through our page titles that were marked as duplicate and changed them to make sure their titles were different. However, we just received a new crawl this week and it is saying there are even more duplicate page title errors detected than before. We're wondering if this is a problem with just us or if it has been happening to other Moz users. As for the duplicate content pages, what is the best way to approach this and see what content is being looked at as a "duplicate" set?

                        Moz Bar | | Essential-Pest
                        0
                      • Andy-Halliday

                        Link to hotels on http://a-moz.groupbuyseo.org/mozcon doesn't work

                        Hi The link to the hotel for Mozcon 2015 doesn't work - seems like its the 2014 link still in place. Thanks Andy

                        Moz Bar | | Andy-Halliday
                        0
                      • Hardley111

                        Duplicate page issue

                        Hi Guys We were recently having trouble with an excessive amount of duplicate page titles. So I asked our web company, at a reasonable expense, to fix the issue which they did. How ever I since note that the issue has returned (please see the attached graph. Could anyone explain to me why this might have happened? I t would be great to have some insight before i go back to them. Thanks again for your help Regards Pete Capture.jpg

                        Moz Bar | | Hardley111
                        0
                      • tpt.com

                        How to find all 301 redirect for URL xyz.com/products (internal and external)?

                        This is what we are thinking: Get all URL of the xyz.com/products using XENU software. Search  those URL on google (site;xyz.com url ) to find out if they are crawled by google, do the same on bing (as currently google shows 4k URL and bing 11k ) Use opensiteexplorer (301 redirect ) and using (internal external) to get the desired result. Is this the right approach? If not, what is the best way to find the correct result? All suggestions are welcome.

                        Moz Bar | | tpt.com
                        0

                      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 - 2025 SEOMoz, Inc., a Ziff Davis company. All rights reserved. Moz is a registered trademark of SEOMoz, Inc.
                      • Accessibility
                      • Terms of Use
                      • Privacy

                      Looks like your connection to Moz was lost, please wait while we try to reconnect.