Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
I have a duplicate content problem. Txp-problem or mod-rewrite only?
Hello
I’ve found out that the follwing urls shows “identical content”.
a) http://devsup.de/
b) http://devsup.de/artikel
c) http://devsup.de/artikel/
d) http://devsup.de/artikel/?pg=2
Furthermore if I put the txp:body-texts complete inside the categorie pages, google more and more accepts thoose “artikel” pages for content and declares the real articles for duplicate content.
So it is better to poste only the exerpts in the categorie pages.
I’ve written this down, because
1) It may be interested for someone else here.
2) I actually do not know, if I need one ore more pages listed from b to d. My Idea is a redirect. Or is there any reason against it?
Thanks for all tips
Best regards
Wolfgang
Offline
#2 2008-08-10 11:47:46
- FireFusion
- Member
- Registered: 2005-05-10
- Posts: 698
Re: I have a duplicate content problem. Txp-problem or mod-rewrite only?
zem_redirect auto adds a trailing slash on pages
Offline
Re: I have a duplicate content problem. Txp-problem or mod-rewrite only?
Wolfgang wrote:
Furthermore if I put the txp:body-texts complete inside the categorie pages, google more and more accepts thoose “artikel” pages for content and declares the real articles for duplicate content.
<head>
...
<txp:if_article_list>
<meta name="robots" content="noindex,follow" />
</txp:if_article_list>
— or —
<txp:if_category>
<meta name="robots" content="noindex,follow" />
</txp:if_category>
...
</head>
Offline
Re: I have a duplicate content problem. Txp-problem or mod-rewrite only?
Hello FireFusion
> zem_redirect …
Thank you I will try it next time ..
Hello Robert
You are right, the best way of solving that problem.
Best regards
Wolfgang
Offline