Skip to content
This repository has been archived by the owner on Aug 8, 2022. It is now read-only.

Wrong og:title and canonical Tag for EXT:News #510

Open
mario-naether opened this issue Oct 26, 2017 · 2 comments
Open

Wrong og:title and canonical Tag for EXT:News #510

mario-naether opened this issue Oct 26, 2017 · 2 comments

Comments

@mario-naether
Copy link

mario-naether commented Oct 26, 2017

MetaSEO version: 2.1.0

TYPO3 version: 7.6.x

PHP version: 7.1.x

I have installed EXT:news v6.0.0
The News-Detail pages (https://www.xxx.de/page1/news/newsdetails/myNews1.html) have wrong meta-Tags for OpenGraph Title and Canonical-Tag. Infos used from the detailpage and not from the News-Entry.

Like this.
<meta property="og:title" content="Newsdetails">
<link rel="canonical" href="https://www.xxx.de/page1/news/newsdetails.html">

Should:
<meta property="og:title" content="myNews1">
<link rel="canonical" href="https://www.xxx.de/page1/news/newsdetails/myNews1.html">

I fixed this in my branch:
https://github.com/mario-naether/TYPO3-metaseo/tree/news-meta

mario-naether pushed a commit to mario-naether/TYPO3-metaseo that referenced this issue Oct 26, 2017
@mario-naether
Copy link
Author

Hi, i have create a pull request for this fix in v2.1.
#511

@thomaszbz
Copy link
Member

@mario-naether Thanks for the patch ;-)

mario-naether pushed a commit to mario-naether/TYPO3-metaseo that referenced this issue Nov 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants