[TYPO3-english] cooluri, tt_news and single news item

Robert Böck robert.boeck at gmail.com
Fri Mar 20 14:57:27 CET 2009


Hi,

I'm using tt_news and cooluri.

I added

  plugin.tt_news = USER_INT

to the typoscript template and

  <part key=”page([0-9]+)”>
  <parameter>tx_ttnews[pointer]</parameter>
  </part>

to the cooluri XML configuration file.

In principle everything works, but there ist one big SEO problem: the
URL of a news item in the single view changes if it moves to a different
page in the list view.

Example:

The URL of the news pagebrowser is:
www.example.org/news.html

The URL of the second page of the news pagebrowser is:
www.example.org/news/1.html

The URL of a single news item is:
www.example.org/news/item/some-unique-news-item.html

If this news item moves from the 1st to the 2nd page on the page
browser, its URL changes to:
www.example.org/news/item/some-unique-news-item/1.html

This is a big problem, it generates duplicate content in the Google
index. The URL of a single news item should always be persistent. It
shouldn't change over the years.

Is there any solution for this problem?

cu, Robo :)


More information about the TYPO3-english mailing list