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
- 
					
					
					
					
 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 Villagehttp://www.cascadevillagehotel.com/index.htm Durango Mountain Biking | Durango Mountain Resort - Cascade Villagehttp://www.cascadevillagehotel.com/ Your help is greatly appreciated! Sheryl 
- 
					
					
					
					
 Totally helpful, thank you! 
- 
					
					
					
					
 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 linesRewriteCond %{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/ 
- 
					
					
					
					
 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.htmALSO, 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). 
- 
					
					
					
					
 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. 
- 
					
					
					
					
 Do you have access to the root directory to set up a 301 redirect in the .htaccess file? 
Browse Questions
Explore more categories
- 
		
		Moz ToolsChat with the community about the Moz tools. 
- 
		
		SEO TacticsDiscuss the SEO process with fellow marketers 
- 
		
		CommunityDiscuss industry events, jobs, and news! 
- 
		
		Digital MarketingChat about tactics outside of SEO 
- 
		
		Research & TrendsDive into research and trends in the search industry. 
- 
		
		SupportConnect on product support and feature requests. 
Related Questions
- 
		
		
		
		
		
		Page Indexing without content
 Hello. I have a problem of page indexing without content. I have website in 3 different languages and 2 of the pages are indexing just fine, but one language page (the most important one) is indexing without content. When searching using site: page comes up, but when searching unique keywords for which I should rank 100% nothing comes up. This page was indexing just fine and the problem arose couple of days ago after google update finished. Looking further, the problem is language related and every page in the given language that is newly indexed has this problem, while pages that were last crawled around one week ago are just fine. Has anyone ran into this type of problem? Technical SEO | | AtuliSulava1
- 
		
		
		
		
		
		Duplicate Content on a Page Due to Responsive Version
 What are the implications if a web designer codes the content of the site twice into the page in order to make the site responsive? I can't add the url I'm afraid but the H1 and the content appear twice in the code in order to produce both a responsive version and a desktop version. This is a Wordpress site. Is Google clever enough to distinguish between the 2 versions and treat them individually? Or will Google really think that the content has been repeated on the same page? Technical SEO | | Wagada0
- 
		
		
		
		
		
		Home Page Ranking Instead of Service Pages
 Hi everyone! I've noticed that many of our clients have pages addressing specific queries related to specific services on their websites, but that the Home Page is increasingly showing as the "ranking" page. For example, a plastic surgeon we work with has a page specifically talking about his breast augmentation procedure for Miami, FL but instead of THAT page showing in the search results, Google is using his home page. Noticing this across the board. Any insights? Should we still be optimizing these specific service pages? Should I be spending time trying to make sure Google ranks the page specifically addressing that query because it SHOULD perform better? Thanks for the help. Confused SEO :/, Ricky Shockley Technical SEO | | RickyShockley0
- 
		
		
		
		
		
		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?
 I am getting high priority issue for our xxx.com and xxx.com/home as reporting both duplicate pages and duplicate page titles on crawl results, I can't seem to find anything that needs to be corrected, what am I be missing? Has anyone else had a similar issue, how was it corrected? Technical SEO | | tgwebmaster0
- 
		
		
		
		
		
		Duplicate content on Product pages for different product variations.
 I have multiple colors of the same product, but as a result I'm getting duplicate content warnings. I want to keep these all different products with their own pages, so that the color can be easily identified by browsing the category page. Any suggestions? Technical SEO | | bobjohn10
- 
		
		
		
		
		
		Correct linking to the /index of a site and subfolders: what's the best practice? link to: domain.com/ or domain.com/index.html ?
 Dear all, starting with my .htaccess file: RewriteEngine On Technical SEO | | inlinear
 RewriteCond %{HTTP_HOST} ^www.inlinear.com$ [NC]
 RewriteRule ^(.*)$ http://inlinear.com/$1 [R=301,L] RewriteCond %{THE_REQUEST} ^./index.html
 RewriteRule ^(.)index.html$ http://inlinear.com/ [R=301,L] 1. I redirect all URL-requests with www. to the non www-version...
 2. all requests with "index.html" will be redirected to "domain.com/" My questions are: A) When linking from a page to my frontpage (home) the best practice is?: "http://domain.com/" the best and NOT: "http://domain.com/index.php" B) When linking to the index of a subfolder "http://domain.com/products/index.php" I should link also to: "http://domain.com/products/" and not put also the index.php..., right? C) When I define the canonical ULR, should I also define it just: "http://domain.com/products/" or in this case I should link to the definite file: "http://domain.com/products**/index.php**" Is A) B) the best practice? and C) ? Thanks for all replies! 🙂
 Holger0
- 
		
		
		
		
		
		WordPress - How to stop both http:// and https:// pages being indexed?
 Just published a static page 2 days ago on WordPress site but noticed that Google has indexed both http:// and https:// url's. Usually I only get http:// indexed though. Could anyone please explain why this may have happened and how I can fix? Thanks! Technical SEO | | Clicksjim1
- 
		
		
		
		
		
		How does Google find /feed/ at the end of all pages on my site?
 Hi! In Google Webmaster Tools I find *.../feed/ as a 404 page in crawl errors. The problem is that none of these pages exist and they have no inbound links (except the start page). FYI, it´s a wordpress site. Example: www.mysite.com/subpage1/feed/ www.mysite.com/subpage2/feed/ www.mysite.com/subpage3/feed/ etc Does Google search for /feed/ by default or why do I keep getting these 404´s every day? Technical SEO | | Vivamedia0
 
			
		 
			
		 
			
		 
					
				 
					
				 
					
				 
					
				 
					
				 
					
				 
					
				