• majorAlexa

        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. SEO Tactics
        3. On-Page Optimization
        4. 301 redirect (www.domain.com/index to www.domain.com)

        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.

        301 redirect (www.domain.com/index to www.domain.com)

        On-Page Optimization
        3
        12
        20084
        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.
        • eyepaq
          eyepaq last edited by

          Hello,

          Please let me know what are the exact right steps in order to get rid of the duplicate content issues related with:

          www.domain.com/index.html same as www.domain.com  without creating an infinite loop.

          Do you have a step by step guide posted within seomoz including 301 redirect for non www to www for all urls and index.whatever to main domain name without going into a infinite loop ?

          btw how to you spot the loop ? is it obvious like never ending refresh of the home page ?

          thanks a lot !

          1 Reply Last reply Reply Quote 2
          • StalkerB
            StalkerB @eyepaq last edited by

            Well, I would recommend you alter the internal links to just point to the new '/' default, but in the meantime...

            I would have thought your code would have worked, but every time I try it my site falls over. It might work for you though. Give it a try but test it straight away 🙂

            I'll see if I can get a different version working on my test site for you if not 🙂

            1 Reply Last reply Reply Quote 2
            • eyepaq
              eyepaq @eyepaq last edited by

              seomoz tool is showing duplicate pages for those 3. Each of the version has at least 1 internal and even external links.

              all 3 respond in the browser with the same layout/page

              1 Reply Last reply Reply Quote 0
              • StalkerB
                StalkerB @eyepaq last edited by

                Hmm, maybe, I doubt the index.php is doing anything as if there's a index.html and index.php the .html takes precedence.

                Check what's in the .php file, might be easier just to delete it.

                1 Reply Last reply Reply Quote 1
                • eyepaq
                  eyepaq @StalkerB last edited by

                  Can I use a code like this ? (i've added one entry for index.php as it looks like the site has both an index.html and an index.php)

                  JourneymanBarry Smith
                  Journeyman264 mozpoints
                  6 helpful answers
                  1 SEOmoz endorsed answers

                  | Selected AnswerHelpful Answer | Barry Smith, Head of SEO at Gaming Media Marketing | about 2 hours ago |

                  Probably the simplest way to redirect the non-www to the www is to put this in your .htaccess file

                  RewriteEngine On Options +FollowSymLinks

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

                  RewriteCond %{THE_REQUEST} ^./index.html
                  RewriteRule ^(.
                  )index.html$ http://www.example.com/$1 [R=301,L]

                  RewriteCond %{THE_REQUEST} ^./index.php
                  RewriteRule ^(.
                  )index.php$ http://www.example.com/$1 [R=301,L]

                  StalkerB eyepaq 3 Replies Last reply Reply Quote 0
                  • eyepaq
                    eyepaq @eyepaq last edited by

                    Thanks mate !

                    More then helpful.

                    1 Reply Last reply Reply Quote 0
                    • StalkerB
                      StalkerB @eyepaq last edited by

                      Yeah, if it doesn't work you'll probably be faced with a blank page or you may get a 500 server error or maybe a 310. It should be obvious pretty fast 🙂

                      1 Reply Last reply Reply Quote 1
                      • eyepaq
                        eyepaq @eyepaq last edited by

                        how it will behave if the redirect is not correct ? It will be visible ? (like a never-ending refresh of the main page)

                        1 Reply Last reply Reply Quote 1
                        • Getz.pro
                          Getz.pro @eyepaq last edited by

                          I agree with Barry, but watch out for that last snippet. I've got caught when hosting companies redirect on their side. So test before walking away for more coffee : )

                          1 Reply Last reply Reply Quote 2
                          • StalkerB
                            StalkerB @eyepaq last edited by

                            The last part redirects index.html to /

                            There would only be a loop if you redirected / to index.html

                            99.9% sure this'll work for you 🙂 I'm using the exact code on a small site right now and it's working fine 🙂

                            1 Reply Last reply Reply Quote 2
                            • eyepaq
                              eyepaq @StalkerB last edited by

                              is the last part safe ? as far as the infinite loop things that some are afraid of..

                              StalkerB Getz.pro eyepaq 5 Replies Last reply Reply Quote 1
                              • StalkerB
                                StalkerB last edited by

                                Probably the simplest way to redirect the non-www to the www is to put this in your .htaccess file

                                RewriteEngine On Options +FollowSymLinks

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

                                RewriteCond %{THE_REQUEST} ^./index.html
                                RewriteRule ^(.
                                )index.html$ http://www.example.com/$1 [R=301,L]

                                For reference the .htaccess file goes in the root of your domain via whatever file transfer program you use and of course replace example.com with your domain 😉

                                If you get stuck, let me know 🙂

                                eyepaq 2 Replies Last reply Reply Quote 4
                                • 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

                                • ahislop574

                                  Moz bar not working on https://www.fitness-china.com/gym-equipment-names-pictures-prices

                                  Moz bar not working on our website about gym equipment names https://www.fitness-china.com/gym-equipment-names-pictures-prices How long fix it?

                                  On-Page Optimization | | ahislop574
                                  0
                                • baystatemarketing

                                  My site auto redirects http to https. This is causing redirect chains. What can I do?

                                  I noticed that Moz flags a lot of redirect chain issues on my site. I realized that this is mostly because the site automatically redirects http to https, and when I create a new URL (when a URL changes, for example) it is automatically flagged as a chain. Example: http://www.example-link Auto directs to: https://www.example-link Which is then redirected to: https://www.example-link-changed (when the address actually changes) I don't seem to have any control over changing where the initial http redirect goes. Any advice on fixing this problem?

                                  On-Page Optimization | | baystatemarketing
                                  0
                                • GhillC

                                  Impact of keyword/keyphrases density on header/footer

                                  Hi, It might be a stupid question but I prefer to clear things out if it's not a problem: Today I've seen a website where visitors are prompted no less than 5 times per page to "call [their] consultants".
                                  This appears twice on the header, once on the side bar (mouse over pop up), once in the body of most of the pages and once in the footer. So obviously, besides the body of the pages, it appears at least 4 times on every single pages as it's part of the website template. In the past, I never really wondered re the menu, the footer etc as it's usually not hammering the same stuff repeatedly everywhere. Anyway, I then had a look at their blog and, given the average length of their articles, the keyword density around these prompts is about 0.5% to 0.8% for each page. This is huge! So basically my question is as follow: is Google's algorithm smart enough to understand what this is and make abstraction of this "content" to focus on the body of the pages (probably simply focusing on the tags)? Or does it send wrong signals and confuse search engine more than anything else? Reading stuff such as this, I wonder how does it work when this is not navigational or links elements. Thanks,
                                  G Note: I’m purposely not speaking about the UX which is obviously impacted by such a hammering process.

                                  On-Page Optimization | | GhillC
                                  0
                                • Aquatell

                                  Why are http and https pages showing different domain/page authorities?

                                  My website www.aquatell.com was recently moved to the Shopify platform.  We chose to use the http domain, because we didn't want to change too much, too quickly by moving to https.  Only our shopping cart is using https protocol.  We noticed however, that https versions of our non-cart pages were being indexed, so we created canonical tags to point the https version of a page to the http version.  What's got me puzzled though, is when I use open site explorer to look at domain/page authority values, I get different scores for the http vs. https version.  And the https version is always better.  Example:  http://www.aquatell.com DA = 21 and https://www.aquatell.com DA = 27.  Can somebody please help me make sense of this?  Thanks,

                                  On-Page Optimization | | Aquatell
                                  1
                                • micvitale

                                  After HTTPS upgrade, should I change all internal links, or a general 301 redirect is better?

                                  I recently upgraded to https. Of course most internal links of my old posts are still http. So I set up a 301 redirect in order to make the old link works. In terms od SEO this is good or it is better to update all the internal links to https, manually? In that case can I do it in batch with a search/replace command in the phmyadmin database? any other suggested method? thank you

                                  On-Page Optimization | | micvitale
                                  0
                                • Comunicare

                                  Our sitemap is not indexed well

                                  Hey there, Hope you guys can help. We get the following error: Nested indexing. Another Sitemap index refers to the index of sitemaps. The thing is that we cant find the error they are talking about. Thanks!!!!

                                  On-Page Optimization | | Comunicare
                                  0
                                • CMC-SD

                                  How much juice do you lose in a 301 redirect?

                                  Our site has a number of, shall we say, unoptimized URLs. I would like to change the URLs to be more relevant; if a page is about red widgets, the URL should be www.domain.com/red-widgets.html, right? I'm getting resistance on this, however, based on the belief that you lose something significant when you 301 an old URL to a new one. Now, I know that if you have a long chain of redirects, the spiders will stop following at some point, and that is a huge problem. That wouldn't apply if there's only one step in the chain, however. I've also heard that you lose some link juice in a 301, but I'm unsure how serious that problem actually is. Is it small enough that we'd win out in the long run with better-optimized URLs?

                                  On-Page Optimization | | CMC-SD
                                  0
                                • vibelingo

                                  Www1 and www domain

                                  hi, I have a client who has an e-commerce business. My client does not want to fill the pages with too much content and has set up a www1 version with the same domain-name as the www. The plan is to create a lot of content and push www1 in ranking and then sending users (via links) to the www for ordering. Although there will be no duplicate content published on www and www1 this seems like an odd strategy, especially since the www already has a good page rank, and I'm not sure about how engines view a www.domain.com and www1domain.com situation even with unique content in each. Any thoughts?

                                  On-Page Optimization | | vibelingo
                                  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.