Questions tagged [duplicate-content]

28 questions
0
votes
2 answers

Google duplicate content issue for social network applications

I am making a social network application where user will come and share the posts like facebook. But now I have some doubts like lets say a user is just shared a content by coping it from another site and same with the case of images. So does google…
0
votes
1 answer

will having images loading from multiple domains hurt SEO?

i have 3 domains that are multilanguage and all hosted in the same servers/databases for example: thanks.com/en , gracias.com/es and danke.com/de so in terms of text content there is no duplicate content, since each text is properly translated. the…
solario
  • 11
  • 1
0
votes
0 answers

ASP.NET 4.0 - Remove index.aspx from url / Duplicate content?

I have a big problem on my website (ASP.NET 4.0 with SSL Certificate) 3 months ago. The thing is when the user try to access using www - the website refirect to https://xxxx.es However when the user try to access to the website without www - it…
EGP
  • 1
0
votes
1 answer

use of tag rel=canonical for duplicate contents

On my website, a product page can be reached in different ways, eg: www.example.com/gallery/details/product_1/category_1 www.example.com/gallery/details/product_1/category_2 www.example.com/gallery/details/product_1/category_3 As I guess these urls…
guido
  • 11
  • 4
0
votes
2 answers

php: find duplicate content in files/nested looping

I have scraped 5000 files, stored them in individual files (0-4999.txt), now i need to find duplicate content in them. so i am comparing each file with one another in nested loop (ETA 82 hours). This approach will definitely take hours to complete.…
0
votes
1 answer

How to avoid duplicate content mapping urls with htaccess

I'm kind of new to writing htaccess rules. I want to make the urls in my website as simple as possible. Let's say I want to "map" /home/ directory for root domain. So, http://www.domain.com would display content from /home/ directory without…
Ramiro
  • 47
  • 1
  • 7
0
votes
1 answer

URL Rewriting - Avoid duplicate content by manual rewriting

I have this rewriting pattern : /blog/post-url-variable-ID, which work fine. Options +FollowSymlinks RewriteEngine on RewriteRule /blog/([a-zA-Z0-9\-]+)-([0-9]+) /post.php?url=$1&id=$2 As the ID is the decisive variable which pick the data from…
G.EGCB
  • 94
  • 10
0
votes
1 answer

Removing trailing slash by htaccess

Depending on google suggestions, I tried to add some codes to my .htaccess to prevent duplicate content. This is my code: #Duplicate Content RewriteCond %{HTTP_HOST} !^www.soomar63.com$ [NC] RewriteRule ^(.*)$ http://www.soomar63.com/$1…
Amir
  • 45
  • 4
0
votes
2 answers

Avoiding Duplicate Content from Search Engines when multiple domain names display the same website

I am trying to sort out how to properly display one web site on multiple domains. Given: 1 Webserver with 1 IP address. (1.1.1.1) 100 different domain names. (example.com, example.net, example.co, example.biz, etc.) I would like all 100 domain names…
0
votes
2 answers

mod rewrite removing pagination duplicate content

I have a problem with duplicate content... my links are like this: original: www.example.ro/men-shoes/ duplicate: www.example.ro/men-shoes/pagina-1/ original www.example.ro/women-shoes/ duplicate: www.example.ro/women-shoes/pagina-1/ and other…
0
votes
1 answer

schema.org duplicate content handling

I'm about to add the code from schema.org for reviews and local businesses. The question I have is: if I have a browse section, should I add the schema code to that as well, meaning I would have two instances on the site per business? Or should I…
Citizen
  • 12,430
  • 26
  • 76
  • 117
-1
votes
1 answer

Are pages from a site that was earlier live indexed by google

I had a site which is now no longer live. I had a set of articles on it. Now I am making a new site but I am planning to use content from that old site. Are there any possibilities that Google will penalize me for duplicate content. When I checked…
rde
  • 53
  • 7
-1
votes
1 answer

Bad for SEO to have internal redirected links?

I have a large number of pages having similar but not identical content. Example: site.com/dream_dictionary_flying and site.com/dream_interpretation_flying. The problem is that although not being identical, they are sometimes on the edge of being…
1
2