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
-
301 Redirects Backlinks?
I am wondering how many people still getting results from 301 redirects from high authority expired domains..? I read few case studies on detailed dot com where the shared some people still making big bucks from this strategy which i think 10beast also implemented few years back.? Is it worth it to test out 301 redirects to money sites.? How many people on the moz community here have implemented this strategy in practical and can share some insights and pros and cons of doing 301 redirects? Many Thanks.
Technical SEO | | asifseo0980 -
How to know what pages are 301 redirecting to me?
Hi! It is easy to know if somebody is spam linking your website, looking i.e., looking at open site explorer to analyse the links profile. But, is it possible to know if a competitor of mine is redirecting a bad domain to main with a 301 redirect, thus transfering any bad SEO reputation to me? Best Regards, Daniel
Technical SEO | | te_c0 -
Where to put 301 redirects in Magento?
I will be changing the URL structure in a magento store from "base/category/subcategory/product" to "base/product" which means i have to make over 1000 URL 301 redirects so our old links still work. Should i put the redirects in a .htaccess file so they stay intact no matter what or should i just put them in with all the other rewrites (in Magento 's URL rewrite manager)? Thanks
Technical SEO | | tilenkrivec0 -
Duplicate Content and URL Capitalization
I have multiple URLs that SEOMoz is reporting as duplicate content. The reason is that there are characters in the URL that may, or may not, be capitalized depending on user input. A couple examples are: www.househitz.com/Pennsylvania/Houses-for-sale www.househitz.com/Pennsylvania/houses-for-sale www.househitz.com/Pennsylvania/Houses-for-rent www.househitz.com/Pennsylvania/houses-for-rent There are currently thousands of instances of this on the site. Is this something I should spend effort to try and resolve (may not be minor effort), or should I just ignore it and move on?
Technical SEO | | Jom0 -
How long should you keep 301 redirects?
Hi, Back in 2009 I decided to update an older site from .htm and .shtml to .php. In order to minimize the impact I would go in every month and do a 301 redirect on the .shtml page to the new .php page. So I have many that range from 2009 through 2010. I had left the old 301's because I felt they would only be used if needed but I would think I should clean up my .htaccess by removing the old 301 redirects if they are not needed. How long should you keep this type of 301 redirect? Thanks!
Technical SEO | | Force70 -
Help with bing redirection error
Can somebody help me figure out this bing redirect error. The link to "http://w******/flea-control" has resulted in HTTP redirection to "http://w******/feas/flea-control/".Search engines can only pass page rankings and other relevant data through a single redirection hop. Using unnecessary redirects can have a negative impact on page ranking. I am using wordpress. I am actually linking to the /feas/flea-control/ version. I have looked every where for help. I got this error using bings seo toftware
Technical SEO | | OxzenMedia0 -
Crawl Errors for duplicate titles/content when canonicalised or noindexed
Hi there, I run an ecommerce store and we've recently started changing the way we handle pagination links and canonical links. We run Magento, so each category eg /shoes has a number of parameters and pages depending on the number of products in the category. For example /shoes?mode=grid will display products in grid view, /shoes?mode=grid&p=2 is page 2 in grid mode. Previously, all URL variations per category were canonicalised to /shoes. Now, we've been advised to paginate the base URLs with page number only. So /shoes has a pagination next link to /shoes?p=2, page 2 has a prev link to /shoes and a next link to /shoes?p=3. When any other parameter is introduced (such as mode=grid) we canonicalise that back to the main category URL of /shoes and put a noindex meta tag on the page. However, SEOMoz is picking up duplicate title warnings for urls like /shoes?p=2 and /shoes?mode=grid&p=2 despite the latter being canonicalised and having a noindex tag. Presumably search engines will look at the canonical and the noindex tag so this shouldn't be an issue. Is that correct, or should I be concerned by these errors? Thanks.
Technical SEO | | Fergus_Macdonald0 -
301 redirects twice
We currently have some 301 redirects set up on our site however sometimes a page will redirect twice before reaching the final location. Is this OK from an SEO perspective to have a page redirect twice or should we concentrate on reducing it to one?
Technical SEO | | JohnHillman0