Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.
This repository was 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

Description

@mario-naether

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions