undefined
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
  • 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. Technical SEO
  4. Home Page .index.htm and .com Duplicate Page Content/Title

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.

Home Page .index.htm and .com Duplicate Page Content/Title

Technical SEO
4
6
2.7k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as question
Log in to reply
This topic has been deleted. Only users with question management privileges can see it.
  • TOMMarketingLtd.
    TOMMarketingLtd. last edited by Sep 18, 2012, 4:10 PM

    I have been whittling away at the duplicate content on my clients' sites, thanks to SEOmoz's pro report, and have been getting push back from the account manager at register.com (the site was built here and the owner doesn't want to move it).  He says these are the exact same page and he can't access one to redirect to the other.  Any suggestions?

    The SEOmoz report says there is duplicate content on both these urls:

    Durango Mountain Biking | Durango Mountain Resort - Cascade Village

    http://www.cascadevillagehotel.com/index.htm

    Durango Mountain Biking | Durango Mountain Resort - Cascade Village

    http://www.cascadevillagehotel.com/

    Your help is greatly appreciated!

    Sheryl

    1 Reply Last reply Reply Quote 0
    • TOMMarketingLtd.
      TOMMarketingLtd. last edited by Sep 18, 2012, 7:32 PM Sep 18, 2012, 7:32 PM

      Totally helpful, thank you!

      1 Reply Last reply Reply Quote 0
      • JaspalX
        JaspalX @TOMMarketingLtd. last edited by Sep 19, 2012, 12:57 PM Sep 18, 2012, 7:20 PM

        A relatively painless way (if .htaccess is too hard for your contact to implement) is to use rel canonical to point to the url you want since Google and Bing will (eventually) notice your canonical tag.

        So, for http://www.cascadevillagehotel.com/index.htm you could add a tag like the one below into your index.htm file in the head section:

        You should also make sure that any links to the home page refer to http://www.cascadevillagehotel.com rather than http://www.cascadevillagehotel.com/index.htm

        See http://support.google.com/webmasters/bin/answer.py?hl=en&answer=139394 for more info on rel canonical

        Having said that, a 301 redirect is probably the best way to solve the problem.

        BTW, I'm assuming it is an Apache server and so uses .htaccess - IIS can be a bit more tricky (see http://www.seomoz.org/blog/what-every-seo-should-know-about-iis#chaining for IIS redirects)

        You could use something like this in the .htaccess file (always make a backup copy of the .htaccess file before saving it in case something goes wrong - typos etc.):

        BACKUP EXISTING .htaccess FIRST!!!

        RewriteEngine On

        RewriteBase /

        may need to uncomment the next line depending on host

        #Options +FollowSymlinks

        add www for non www pages - you may not need these two lines

        RewriteCond %{HTTP_HOST} ^cascadevillagehotel.com$ [NC]

        RewriteRule ^(.*)$ http://www.cascadevillagehotel.com/$1 [L,R=301]

        The following redirect is the one for index.htm assumes the default page is /

        redirect 301 /index.htm http://www.cascadevillagehotel.com/

        1 Reply Last reply Reply Quote 1
        • Unity
          Unity last edited by Sep 18, 2012, 7:31 PM Sep 18, 2012, 7:18 PM

          It's really important that you add a permanent 301 redirect from http://www.cascadevillagehotel.com/index.htm pointing to http://www.cascadevillagehotel.com (as mentioned by Marisa). Otherwise SEO goodness can be split between the two domains making it harder for you to get the sites ranking.

          At the moment the homepage is accessible via 4 URL versions:

          http://www.cascadevillagehotel.com/
          http://www.cascadevillagehotel.com/index.htm
          http://cascadevillagehotel.com/
          http://cascadevillagehotel.com/index.htm

          ALSO, when you send the request you should also be requesting that a 301 redirect is also placed on the non-www URL version pointing to its respective www URL version - you'd want to have this done for every page e.g. http://cascadevillagehotel.com/hotel should redirect to http://www.cascadevillagehotel.com/hotel

          Note - I often have the same discussion with web developers, from their point of view it is the same page and I understand that but you just need to state that Google treats it as multiple versions (do some research are canonicalization).

          1 Reply Last reply Reply Quote 1
          • TOMMarketingLtd.
            TOMMarketingLtd. @UnderRugSwept last edited by Sep 18, 2012, 4:21 PM Sep 18, 2012, 4:21 PM

            No, I just send an email to the account manager at register.com telling him to do things exactly as I say.  It is very time consuming, but this is the way the business owner wants it done for now.

            JaspalX 1 Reply Last reply Sep 18, 2012, 7:20 PM Reply Quote 0
            • UnderRugSwept
              UnderRugSwept last edited by Sep 18, 2012, 4:16 PM Sep 18, 2012, 4:16 PM

              Do you have access to the root directory to set up a 301 redirect in the .htaccess file?

              TOMMarketingLtd. 1 Reply Last reply Sep 18, 2012, 4:21 PM Reply Quote 0
              • 1 / 1
              1 out of 6
              • First post
                1/6
                Last post

              Got a burning SEO question?

              Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.


              Start my free trial


              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

              • SEOCT

                Duplicate Page Titles For Paginated Topics In Blog

                Hello, I've just run a site audit and it has come up with a duplicate title tag issue for the topics section of our blog. For example it is flagging that the following have the same page title. https://blog.companyname.com/topic/topic-name https://blog.companyname.com/topic/topic-name/page/2 How significant is this as an SEO issue and what are the ways we can go about fixing this? I look forward to any suggestions and guidance that can be provided. Thanks, John

                Technical SEO | Apr 24, 2020, 4:09 PM | SEOCT
                1
              • karl62

                Car Dealership website - Duplicate Page Content Issues

                Hi, I am currently working on a large car dealership website. I have just had a Moz crawl through and its flagging a lot of duplicate page content issues, these are mostly for used car pages. How can I get round this as the site stocks many of the same car, model, colour, age, millage etc. Only unique thing about them is the reg plate. How do I get past this duplicate issue if all the info is relatively the same? Anyone experienced this issue when working on a car dealership website? Thank you.

                Technical SEO | Jan 24, 2016, 8:10 PM | karl62
                1
              • O2C

                Blog Page Titles - Page 1, Page 2 etc.

                Hi All, I have a couple of crawl errors coming up in MOZ that I am trying to fix. They are duplicate page title issues with my blog area. For example we have a URL of www.ourwebsite.com/blog/page/1 and as we have quite a few blog posts they get put onto another page, example www.ourwebsite.com/blog/page/2 both of these urls have the same heading, title, meta description etc. I was just wondering if this was an actual SEO problem or not and if there is a way to fix it. I am using Wordpress for reference but I can't see anywhere to access the settings of these pages. Thanks

                Technical SEO | Dec 23, 2015, 7:00 PM | O2C
                0
              • GregB123

                Canonical tag for Home page: with or without / at the end???

                Setting up canonical tags for an old site. I really need advice on that darn backslash / at the end of the homepage URL. We have incoming links to the homepage as http://www.mysite.com (without the backslash), and as http://www.mysite.com/ (with the backslash), and as http://www.mysite.com/index.html I know that there should be 301 redirects to just one version, but I need to know more about the canonical tags... Which should the canonical tag be??? (without the backslash) or (with the backslash) Thanks for your help! 🙂

                Technical SEO | Jul 10, 2013, 1:26 PM | GregB123
                0
              • Mikkehl

                Robots.txt to disallow /index.php/ path

                Hi SEOmoz, I have a problem with my Joomla site (yeah - me too!). I get a large amount of /index.php/ urls despite using a program to handle these issues. The URLs cause indexation errors with google (404). Now, I fixed this issue once before, but the problem persist. So I thought, instead of wasting more time, couldnt I just disallow all paths containing /index.php/ ?. I don't use that extension, but would it cause me any problems from an SEO perspective? How do I disallow all index.php's? Is it a simple: Disallow: /index.php/

                Technical SEO | Nov 29, 2012, 7:30 AM | Mikkehl
                0
              • alsvik

                "nofollow pages" or "duplicate content"?

                We have a huge site with lots of geographical-pages in this structure: domain.com/country/resort/hotel domain.com/country/resort/hotel/facts domain.com/country/resort/hotel/images domain.com/country/resort/hotel/excursions domain.com/country/resort/hotel/maps domain.com/country/resort/hotel/car-rental Problem is that the text on ie. /excursions is often exactly the same on .../alcudia/hotel-sea-club/excursion and .../alcudia/hotel-beach-club/excursion The two hotels offer the same excursions, and the intro text on the pages are the exact same throughout the entire site. This is also a problem on the /images and /car-rental pages. I think in most cases the only difference on these pages is the Title, description and H1. These pages do not attract a lot of visits through search-engines. But to avoid them being flagged as duplicate content (we have more than 4000 of these pages - /excursions, /maps, /car-rental, /images), do i add a nofollow-tag to these, do i block them in robots.txt or should i just leave them and live with them being flagged as duplicate content? Im waiting for our web-team to add a function to insert a geographical-name in the text, so i could add ie #HOTELNAME# in the text and thereby avoiding the duplicate text. Right now we have intros like: When you visit the hotel ... instead of: When you visit Alcudia Sea Club But untill the web-team has fixed these GEO-tags, what should i do? What would you do and why?

                Technical SEO | Aug 6, 2012, 9:32 AM | alsvik
                0
              • MarkWill

                Redirecting blog.<mydomain>.com to www.<mydomain>.com\blog</mydomain></mydomain>

                This is more of a technical question than pure SEO per se, but I am guessing that some folks here may have covered this and so I would appreciate any questions. I am moving from a WordPress.com-based blog (hosted on WordPress) to a WordPress installation on my own server (as suggested by folks in another thread here). As part of this I want to move from the format blog.<mydomain>.com to www.mydomain.com\blog. I have installed WordPress on my server and have imported posts from the hosted site to my own server. How should I manage the transition from first format to the second? I have a bunch of links on Facebook, etc that refer to URLs of the blog..com format so it's important that I redirect.</mydomain> I am running DotNetNuke/WordPress on my own IIS/ASP.Net servers. Thanks. Mark

                Technical SEO | Sep 25, 2011, 7:56 PM | MarkWill
                0
              • christinarule

                Do search engines still index/crawl private content?

                If you have a membership site, which requires a payment to access specific content/images/videos, do search engines still use that content as a ranking/domain authority factor? Is it worth optimizing these "private" pages for SEO?

                Technical SEO | Mar 8, 2011, 4:07 PM | christinarule
                1

              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.