Why is Coyscape showing content duplication error even after implementing 301 redirect ?
-
We are maintaining the corporate website of one of our prestigious clients "FineTech Toolings" (http://www.finetechtoolings.in). Recently I had raised a question regarding "2 websites running paralley in 2 diferent domains, i.e. 1 organisation having 2 different websites on 2 different domains". Recently my domain changed from http://www.finetechtoolings.co.in to http://www.finetechtoolings.in via 301 redirect, but still I am facing content duplication issue as per Copyscape. Hence I am having a small doubt regarding the same. Please note the following question very carefully and provide me the exact problem and the solution for the same:
Even though I have implemented 301 redirect (http://www.finetechtoolings.co.in is redirected to http://www.finetechtoolings.in), which is completely ok as per the SEO rules, why is copyscape still showing that duplicate content exists in the former website?
I think I am clear enough with my question.
-
Was the change to the 301 redirects made and copyscape still provided that error?
-
okay you are still dealing with 302 redirects because you are using a old Windows server . & non Windows server move the redirects to the new server
copying paste the URL http://www.finetechtoolings.co.in/featured-products below into the tool below
http://www.ragepank.com/redirect-check/
I know you're running Windows because of this your header
http://www.feedthebot.com/tools/headers/test.php
I tried this tool as well
http://99webtools.com/url_redirect_checker.php#
I know you are using Joomla! and I do not know what you are using before so I would redirect page to page for the entire site.
http://www.webconfs.com/how-to-redirect-a-webpage.php
http://99webtools.com/blog/htaccess-redirect-entire-site-to-new-domain/
or if your host Is managed or has 301's
https://kb.mediatemple.net/questions/1889/How+do+I+use+the+Redirect+Domains+tool%3F
your new server may not be the best setup either.
http://sitecheck.sucuri.net/results/www.finetechtoolings.in
https://www.virustotal.com/en/ip-address/204.11.58.237/information/
In Apache .htaccess - not Windows, Cold Fusion etc
It is normal practice to have domains linked and accessed via the www version. However, if you prefer the non www version, just reverse the following:
To redirect all traffic from http://finetechtoolings.co.in to http://www.finetechtoolings.co.in (and also redirect all other domains parked into the same webspace)
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www.finetechtoolings.co.in
RewriteRule (.*) http://www.finetechtoolings.co.in/$1 [R=301,L]To redirect http://www.finetechtoolings.co.in/index.html tohttp://www.finetechtoolings.co.in. Change to .htm or .shtml depending on your requirementsand http://www.finetechtoolings.co.in/index.php tohttp://www.finetechtoolings.co.in
RewriteEngine on
Options +FollowSymLinks
RewriteCond %{THE_REQUEST} ^./index.html
RewriteRule ^(.)index.html$ http://www.finetechtoolings.co.in/$1 [R=301,L] RewriteCond %{THE_REQUEST} ^./index.php
RewriteRule ^(.)index.php$ http://www.finetechtoolings.co.in/$1 [R=301,L]HTTP/1.1 301 Moved Permanently
Cache-Control: max-age=900
Content-Length: 0
Content-Type: text/html
Location: http://www.finetechtoolings.in/featured-products
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Fri, 13 Feb 2015 07:16:39 GMT
Age: 1
Connection: keep-alive
302 Found
| Status: | 302 Found |
| Code: | 302 |
| Connection: | close |
| Pragma: | no-cache |
| cache-control: | no-cache |
| Location: | /featured-products |/featured-products
301 Moved Permanently
| Status: | 301 Moved Permanently |
| Code: | 301 |
| Cache-Control: | max-age=900 |
| Content-Type: | text/html |
| Location: | http://www.finetechtoolings.in/featured-products |
| Server: | Microsoft-IIS/7.5 |
| X-AspNet-Version: | 4.0.30319 |
| X-Powered-By: | ASP.NET |
| Date: | Fri, 13 Feb 2015 07:07:41 GMT |
| Content-Length: | 0 |
| Age: | 1 |
200 OK
| Status: | 200 OK |
| Code: | 200 |
| Date: | Fri, 13 Feb 2015 07:07:42 GMT |
| Server: | Apache Phusion_Passenger/4.0.10 mod_bwlimited/1.4 mod_fcgid/2.3.9 |
| X-Powered-By: | PHP/5.4.24 |
| P3P: | CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM" |
| Expires: | Mon, 1 Jan 2001 00:00:00 GMT |
| Cache-Control: | no-store, no-cache, must-revalidate, post-check=0, pre-check=0 |
| Pragma: | no-cache |
| Set-Cookie: | 989a6c68136428d6a0309e254f8f03c5=da24d5038d56df52ad2d27f409e59217; path=/; HttpOnly |
| Last-Modified: | Fri, 13 Feb 2015 07:07:42 GMT |
| Connection: | close |
| Content-Type: | text/html; charset=utf-8 |SEO friendly way
Another way to redirect is page by page. Following rule redirects each page on old domain to same page on new domain (eg: http://olddomain.com/page.html to http://newdomain.com/page.html).
This is the best way also recommended by Google
| 12 |
RewriteEngine on``RewriteRule ^(.*)$ http://newdomain.com/$1 [R=301,L]
| -
Hi Thomas Zickell,
I would like to thank you for taking your valuable time to provide your insightful response.
Basis the points that you have mentioned, I just want to let you know that I haven't implemented the 301 redirect through '.htaccess' file, but I have done the same from the backend of the domain www.finetechtoolings.co.in (in my case it's Godaddy) and then I have changed my entire domain i.e. http://www.finetechtoolings.co.in to http://www.finetechtoolings.in in the hosting space.
I believe from the backend once the 301 redirect is implemented to the domain itself, it would also get applied for all the inside pages of the website. Right? Will that be enough or do I have to manually set the 301 redirect rule from the '.htaccess' file as well? Please help me clear my doubt.
Thanks in advance.
-
Google will have to index your entire site and update their side of it.
So all of the URLs in your website will have to be indexed and updated.
there is nothing wrong with copy scape if you go to Google and type in site:finetechtoolings.co.in You will see in Google's index cached there are two PDFs on the www. along with 22 other URLs still in Google's index
you will see 22 indexed pages this is not the end of the world Google simply has to catch-up to your 301. Did you 301 redirect every page?
I hope this helps,
Tom
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
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.
Related Questions
-
Purchasing duplicate content
Morning all, I have a client who is planning to expand their product range (online dictionary sites) to new markets and are considering the acquisition of data sets from low ranked competitors to supplement their own original data. They are quite large content sets and would mean a very high percentage of the site (hosted on a new sub domain) would be made up of duplicate content. Just to clarify, the competitor's content would stay online as well. I need to lay out the pros and cons of taking this approach so that they can move forward knowing the full facts. As I see it, this approach would mean forgoing ranking for most of the site and would need a heavy dose of original content as well as supplementing the data on page to build around the data. My main concern would be that launching with this level of duplicate data would end up damaging the authority of the site and subsequently the overall domain. I'd love to hear your thoughts!
Technical SEO | | BackPack851 -
301 Redirects
Hi, We have migrated to a new domain name and I wrote my redirects as follows: Redirect 301 / http://www.healthpointe.net Redirect 301 /urgent_care_locations.shtml http://www.healthpointe.net/healthpointe-locations/ Redirect 301 /locations.shtml http://www.healthpointe.net/healthpointe-locations/ Redirect 301 /career_client_relations_rep.shtml http://www.healthpointe.net/careers/ My issue is that when I include the first redirect, which is to the main page of the website that the other redirects stop working. Any idea what the problem could be?
Technical SEO | | healthpointeseo0 -
Duplicate content on charity website
Hi Mozers, We are working on a website for a UK charity – they are a hospice and have two distinct brands, one for their adult services and another for their children’s services. They currently have two different websites which have a large number of pages that contain identical text. We spoke with them and agreed that it would be better to combine the websites under one URL – that way a number of the duplicate pages could be reduced as they are relevant to both brands. What seamed like a good idea initially is beginning to not look so good now. We had planned to use CSS to load different style sheets for each brand – depending on the referring URL (adult / Child) the page would display the appropriate branding. This will will work well up to a point. What we can’t work out is how to style the page if it is the initial landing page – the brands are quite different and we need to get this right. It is not such an issue for the management type pages (board of trustees etc) as they govern both identities. The issue is the donation, fundraising pages – they need to be found, and we are concerned that users will be confused if one of those pages is the initial landing page and they are served the wrong brand. We have thought of making one page the main page and using rel canonical on the other one, but that will affect its ability to be found in the search engines. Really not sure what the best way to move forward would be, any suggestions / guidance would be much appreciated. Thanks Fraser .
Technical SEO | | fraserhannah0 -
Duplicate Content Mystery
Hi Moz community! I have an ongoing duplicate mystery going on here and I'm hoping someone here can answer my question. We have an Ecommerce site that has a variety of product pages and category pages. There are Rel canonicals in place, along with parameters in GWT, and there are also URL rewrites. Here are some scenarios, maybe you can give insight as to what’s exactly going on and how to fix it. All the duplicates look to be coming from category pages specifically. For example:
Technical SEO | | Ecom-Team-Access
This link re-writes: http://www.incipio.com/cases/tablet-cases/amazon-kindle-cases-sleeves.html?cat=407&color=152&price=20- To: http://www.incipio.com/cases/tablet-cases/amazon-kindle-cases-sleeves.html The rel canonical tag looks like this: http://www.incipio.com/cases/tablet-cases/amazon-kindle-cases-sleeves.html" /> The CONTENT is different, but the URLs are the same. It thinks that the product category view is the same as the all products view, even though there is a canonical in there telling it which one is the original. Some of them don’t have anything to do with each other. Take a look: Link identified as duplicate: http://www.incipio.com/cases/smartphone-cases/htc-smartphone-cases/htc-windows-phone-8x-cases.html?color=27&price=20- Link this is a duplicate of: http://www.incipio.com/cases/macbook-cases/macbook-pro-13in-cases.html Any idea as to what could be happening here?0 -
Increase 404 errors or 301 redirects?
Hi all, I'm working on an e-commerce site that sells products that may only be available for a certain period of time. Eg. A product may only be selling for 1 year and then be permanently out of stock. When a product goes out of stock, the page is removed from the site regardless of any links it may have gotten over time. I am trying to figure out the best way to handle these permanently out of stock pages. At the moment, the site is set up to return a 404 page for each of these products. There are currently 600 (and increasing) instances of this appearing on Google Webmasters. I have read that too many 404 errors may have a negative impact on your site, and so thought I might 301 redirect these URLs to a more appropriate page. However I've also read that too many 301 redirects may have a negative impact on your site. I foresee this to be an issue several years down the road when the site has thousands of expired products which will result in thousands of 404 errors or 301 redirects depending on which route I take. Which would be the better route? Is there a better solution?
Technical SEO | | Oxfordcomma0 -
Is duplicate content ok if its on LinkedIn?
Hey everyone, I am doing a duplicate content check using copyscape, and realized we have used a ton of the same content on LinkedIn as our website. Should we change the LinkedIn company page to be original? Or does it matter? Thank you!
Technical SEO | | jhinchcliffe0 -
Why am I seeing %%name%% showing in the duplicate titles report when it shows the name correctly in the source code?
Crawl diagnostics is picking up all the Wordpress variable tags including and not limited to %%name%% instead of what is actually showing in the source code. Shouldn't it show what is rendered in the browser? I don't think these need to be fixed because they show in Google ok. Search Google for: site:blog.sandiego.org "About Aki"
Technical SEO | | SDConvis0 -
301 redirect Issues
my clients site is www.greenbayharvest.co.uk When you enter that URL it redirects to www.greenbayharvest.co.uk/shop, dont ask why, thats the way they set it up and thats what im stuck with. So, how do i resolve the 301 issue here. we want all things to point to www.greenbayharvest.co.uk, in terms of SEO but does the fact that there is a redirect going to /shop make this an issue? we appear to have: www.greenbayharvest.co.uk/shop www.greenbayharvest.co.uk greenbayharvest.co.uk greenbayharvest.co.uk/shop all these URL's go to the same same page so what is the best way to correct this? thanks for any help on this Lee
Technical SEO | | IPIM0