I'm using tx_news
7.0.5 in typo3
8.7.19 and have troubles with the meta tag title on detail page.
All news get the same title "detail" (name of detail page) and will not get the page title which is the title of the news.
If I edit the opengraph
template I can add
<n:metaTag name="title" content="{newsItem.title}" />
But with this i get the meta title twice. So that's a bad idea.
Any suggestions how to solve the issue with getting the right meta title in detail page of tx_news
?
Thanks :)