Bug #27528
last-link creates duplicate content
| Status: | New | Start date: | 2011-06-18 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Forum | |||
| Target version: | - | |||
| Votes: | 1 (View) |
Description
In mm_forum ist the function jump to last.
With realurl you can get links like
/forum/posts/topic/abba.html /forum/posts/topic/abba/post/last.html
Both have the same content.
The link with last.html will be redirected to
/forum/posts/topic/abba.html#pid2351
Nevertheless google Webmaster tools shows it as dublicate content.
This is because of the handling.
The open_topic function (pi1.php) makes a simple redirect. It should perform a 301 redirect to prevent dublicate content.