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 redirect syntax for htaccess
I'm working on some htaccess redirects for a few stray pages and have come across a few different varieties of 301s that are confusing me a bit....Most sources suggest: Redirect 301 /pageA.html http://www.site.com/pageB.html or using some combination of: RewriteRule + RewriteCond + RegEx I've also found examples of: RedirectPermanent /pageA.html http://www.site.com/pageB.html I'm confused because our current htaccess file has quite a few (working) redirects that look like this: Redirect permanent /pageA.html http://www.site.com/pageB.html This syntax seems to work, but I'm yet to find another Redirect permanent in the wild, only examples of Redirect 301 or RedirectPermanent Is there any difference between these? Would I benefit at all from replacing Redirect permanent with Redirect 301?
Technical SEO | | SamKlep1 -
Is this duplicate content that I should be worried about?
Our product descriptions appear in two places and on one page they appear twice. The best way to illustrate that would be to link you to a search results page that features one product. My duplicate content concern refers to the following, When the customer clicks the product a pop-up is displayed that features the product description (first showing of content) When the customer clicks the 'VIEW PRODUCT' button the product description is shown below the buy buytton (second showing of content), this is to do with the template of the page and is why it is also shown in the pop-up. This product description is then also repeated further down in the tabs (third showing of content). My thoughts are that point 1 doesn't matter as the content isn't being shown from a dedicated URL and it relies on javascript. With regards to point 2, is the fact the same paragraph appears on the page twice a massive issue and a duplicate content problem? Thanks
Technical SEO | | joe-ainswoth0 -
301 Redirect
Hello Moz Community, I have a question regarding 301 redirecting a new domain that contains keywords relevant to my website. However, I do NOT want to change my current domain. My main question is, by just redirecting this new domain to my current website, will those keywords in the new domain help with ranking in anyway? Thanks in advance for any help!
Technical SEO | | WyzeOwl0 -
Redirect URLS with 301 twice
Hello, I had asked my client to ask her web developer to move to a more simplified URL structure. There was a folder called "home" after the root which served no purpose. I asked for the URLs to be redirected using 301 to the new URLs which did not have this structure. However, the web developer didn't agree and decided to just rename the "home" folder "p". I don't know why he did this. We argued the case and he then created the URL structure we wanted. Initially he had 301 redirected the old URLS (the one with "Home") to his new version (the one with the "p"). When we asked for the more simplified URL after arguing, he just redirected all the "p" URLS to the PAGE NOT FOUND. However, remember, all the original URLs are now being redirected to the PAGE NOT FOUND as a result. The problems I see are these unless he redirects again: The new simplified URLS have to start from scratch to rank 2)We have duplicated content - two URLs with the same content Customers clicking products in the SERPs will currently find that they are being redirect to the 404 page. I understand that redirection has to occur but my questions are these: Is it ok to redirect twice with 301 - so old URL to the "p" version then to final simplified version. Will link juice be lost doing this twice? If he redirects from the original URLS to the final version missing out the "p" version, what should happen to the "p" version - they are currently indexed. Any help would be appreciated. Thanks
Technical SEO | | AL123al0 -
Best Place to Redirect 301 to?
Hey Everyone! I have an old site with hundreds of blog posts that are very spammy (duplicate content, keyword stuffed, and just plain bad content). I am going to redirect them and delete them from WordPress but I'm wondering where is the best place to redirect them to? Home page, other posts, other pages...? Any thoughts would be appreciated! Thanks!
Technical SEO | | adamxj21 -
Duplicate Content on Multinational Sites?
Hi SEOmozers Tried finding a solution to this all morning but can't, so just going to spell it out and hope someone can help me! Pretty simple, my client has one site www.domain.com. UK-hosted and targeting the UK market. They want to launch www.domain.us, US-hosted and targeting the US market. They don't want to set up a simple redirect because a) the .com is UK-hosted b) there's a number of regional spelling changes that need to be made However, most of the content on domain.com applies to the US market and they want to copy it onto the new website. Are there ways to get around any duplicate content issues that will arise here? Or is the only answer to simply create completely unique content for the new site? Any help much appreciated! Thanks
Technical SEO | | Coolpink0 -
Double 301 redirect
Hi together, due to some technical reasons I have redirect (301) an existing link two times. Example: www.mydomain.com/root/site.html > 301 > www.mydomain.com/site.html > 301 www.mydomain.com/site_new.html Is there anybody how has got some experience like doing a double redirect? What about link juice? Best regards Steffen
Technical SEO | | steffen_0 -
Wordpress 301 redirects
I use wordpress as CMS on a few sites and I noticed that word press automattically places 301s if I change a url etc. I believe it does it by having the following in the .htaccess file: BEGIN WordPress<ifmodule mod_rewrite.c="">RewriteEngine OnRewriteBase /RewriteRule ^index.php$ - [L]RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]</ifmodule> END WordPress Should I use this? I feel like it limits my control over the 301s.
Technical SEO | | mmaes0