0

For SEO reasons I would like to remove the slug "detail" from the single news page of tx:news in TYPO3 11. That means that the following URL

domain.com/news/detail/url-of-detail-news

should become

domain.com/news/url-of-detail-news

I found this solution but it seems not to work in TYPO3 11. Is there any idea?

Urs Bo
  • 308
  • 1
  • 11

2 Answers2

1

The only reliable solution I know is to have list and detail view on the same page.

G-Agnes
  • 66
  • 8
  • It is not possible in this project as we have different list views on different pages. But thanks anyway! – Urs Bo Aug 25 '23 at 07:33
0

integrate news completely via typoscript -> see https://docs.typo3.org/p/georgringer/news/11.1/en-us/Tutorials/BestPractice/IntegrationWithTypoScript/Index.html

That works fine and you can get rid of the detail-slug.

Best

t3fan
  • 25
  • 3