Questions tagged [duplicate-content]
28 questions
2
votes
1 answer
How to prevent duplicate content using htaccess
I'm using a .htaccess to create a clean URL but
when I checked my site
example.com/some-request it has duplicate content with
xyz.com/product_view.php?category_id=some-request
I'm finding hard how to fix this and this is my rewrite…

newbienoob
- 35
- 5
2
votes
2 answers
Codeigniter duplicate content with mod_rewrite
In codeigniter, once you enable short urls, you have the possibility of duplicate content because although your new URLs look like:
http://domain.com/privacy_policy
You can still manually access the old links, which still load when you type…

Citizen
- 12,430
- 26
- 76
- 117
1
vote
1 answer
Why is Google crawling pages blocked by my robots.txt?
I have a “double” question on the number of pages crawled by Google and it’s maybe relation with possible duplicate content (or not) and impact on SEO.
Facts on my number of pages and pages crawled by Google
I launched a new website two months ago.…

viv
- 49
- 5
1
vote
0 answers
Google Webmaster Tools - Duplicate content (slash and none slash version of a page)
Google Webmaster Tools shows a lot duplicate content in the following pages: www.example.com/example
www.example.com/example/
I do NOT offer two versions of any page on my website, when you type example.com/example you are REDIRECTED to…

kpeu3e
- 51
- 5
1
vote
1 answer
How to redirect pages via htaccess when URL appears after the file extension?
I already have htaccess redirection for all bad requests to custom/default 404 page:
ErrorDocument 404 /404.html
But still the site can be accessed like:
http://www.domain.com/index.html/http:/domain.com
It cause duplicate content issue and…

Web Master
- 11
- 1
1
vote
1 answer
301 redirect for domain change
My friend would like to change her domain oldsite.com to newsite.com.
The hosting company is lukrativedomains and they suggested changing the domain to newsite.com and then forwarding oldsite.com to newsite.com
However, the forwarding feature they…

ahms
- 3
- 2
1
vote
2 answers
Duplicate content and international sites clarification
Something is not clear, here is my case:
i want to have have the same content for us and uk people,
could i safely avoid duplicate content with thoses url:
www.example.us/info.html (hosted on us server)
www.example.co.uk/info.html (hosted on uk…

flaubert
- 593
- 1
- 5
- 10
1
vote
2 answers
SEO - multiple page with same keywords but different content
I have a this website
http://www.webtrainingcentre.com/
which is on web development tutorials.
My Question is Can I have multiple page with same keywords but different content for eg.
Here is a page that is tutorial on if/else condition in…

user1271519
- 441
- 2
- 4
- 16
1
vote
0 answers
solr: how to keep duplication content of different URLs
We have some webpages having similar pages of same content (such as UPS mgmt consoles) within our internal network.
solr always keeps only one of them because they have the same digest.
Indexer: finished at 2013-11-18 01:21:28, elapsed:…

user3004101
- 11
- 1
1
vote
3 answers
Reselling products from other site - should i worry about duplicate content
I want to sell some products that are also prezent on another webshop. They are providing a datafeed with every information about the product, and they have nothing against that i post the info on my webshop.
The question is should i worry about…

Kobulniczky Csongor
- 437
- 4
- 11
1
vote
1 answer
Search engines and duplicate content across two sites
I have a client who has presented the following situation:
A parent company works with two distributors of their products. Both distributors want a new website developed. They both sell the same product, so will want to share content and basic page…

Dave
- 686
- 2
- 13
- 31
1
vote
2 answers
http https dupliacte content google
I recently installed an SSL cert on one of my sites. I have noticed that Google has now indexed both the http and https version of each page. I haven't really noticed any problem ranking wise so far, but I am conscious that a problem may occur with…

Henrick
- 170
- 1
- 1
- 9
0
votes
1 answer
Will using !# Ajax crawling on non-JS accessible site generate duplicate content on search engines?
I have a website that works with both JS on and off. All links on the page are in regular format of the form but if a visitor reaches it with JS available they will be modified into and handled using…

Onyx47
- 3
- 1
0
votes
1 answer
How do you get google to show the correct country domain as per their recomendation?
We have a site that serves up the same content but on country specific domains - so a potential duplicate content issue.
After doing some research, we went with Google's recommendation of using country specific domains instead of…

CMSCSS
- 2,076
- 9
- 28
- 49
0
votes
2 answers
How to prevent duplicate content issue when having same user comments in multiple content pages?
I have a question about duplicate content issue. I have pages with article, one page = one article. Below the article is discussion forum / comments box.
These articles have sometimes very similar subjects. So it usually happens that user comments…

Frodik
- 14,986
- 23
- 90
- 141