webdevops / TYPO3-metaseo

TYPO3 MetaSEO Extension
https://typo3.org/extensions/repository/view/metaseo
GNU General Public License v3.0
38 stars 24 forks source link

Incomplete canonical url on tx_news detail page (using shariff) #414

Open MichiBeck opened 7 years ago

MichiBeck commented 7 years ago

Hi, I have an issue with the canonical url on the news detail page.

In all articles, it generates this incomplete canonical meta-tag:

<link rel="canonical" href="https://www.xyz.de/company/news/detail/">

missing the title of the article at the end.

Anyone the same problem?

I found a solution for a typoscript based canonical tag, perhaps this helps: http://stackoverflow.com/questions/39932687/if-i-click-social-media-buttons-of-heise-shariff-from-tx-news-i-get-404-error

My System-Configuration:

MetaSEO version: 2.0.3

TYPO3 version: 7.6.16

PHP version: 5.6.21

RealUrl version: 2.1.9

Shariff: 10.0.0

thomaszbz commented 7 years ago

Duplicates #269, #234 .

Patches welcome.

tobiasgraeber commented 7 years ago

Same here! Could anyone please fix this / provide a patch (or any hint when this could get fixed (timing?!))?

thomaszbz commented 7 years ago

@MichiBeck @tobiasgraeber Did you try working around this issue with https://stackoverflow.com/questions/43455037/metaseo-and-pagetitle-for-tx-news/43463791 ?

MichiBeck commented 7 years ago

@thomaszbz not yet, but I will... Thanks

thomaszbz commented 7 years ago

@MichiBeck Please report back if it works (I did not test it myself but would be happy if it works around this issue so maybe we can track this issue down towards a patch).

We also need to get the full url from tx_news, so there's a bit more to it.

MichiBeck commented 7 years ago

@thomaszbz I tested and it didn´t work for me. I see still this one: <meta property="og:title" content="Detailansicht">

thomaszbz commented 7 years ago

@MichiBeck Thanks for reporting back.