tx_news arkicle 标题未出现在 Facebook、Twitter 和 Xing 上

tx_news arkicle title is not appearing on Facebook, Twitter and Xing

当我 post 这篇 tx_news 文章 link 在不同的社交媒体平台上:

www.meinedomain/news-article/title-of-article/(隐藏:www.meinedomain/company/media-press/news-article/title-of-article/)

... 而不是新闻文章标题,我将获得中间路径 'News Article' 作为 Facebook、Xing 和 Twitter 中 post 的 header 标题:

Facebook:
Link: yes
Picture: yes
Headline: News Articles and not Title
Teaser: yes

Xing:
Link: yes
Picture: yes
Headline: News Articles and not Title
Teaser: yes

Linkedin:
Link: yes
Picture: yes
Headline: yes
Teaser: no

Google+:
Link: yes
Picture: yes
Headline: yes
Teaser: no

Twitter:
Link: yes
Picture: yes
Headline: News Articles and not Title
Teaser: yes

如何在 Facebook、Xing 和 Twitter 上也获得所需的 header?如果相关的话,我也在使用 tx_metaseo

那是我的源代码:

<meta property="og:title" content="Some Title - Weekly Update (June 12-18, 2017)" />
<meta property="og:url" content="mydomain/news-articles/some-title-weekly-update-june-12-18-2017/" />
...
<title>News Articles&nbsp;&#124; Some Company</title>
...
<meta name="DCTERMS.title" content="News Articles">
...
<meta property="og:title" content="News Articles">
...

要检查的事项:

  • 网站上的 title-标签是否正确? 如果不是:检查 tx_news 单视图流体模板
  • OpenGraph 数据是否正确? 如果不是:检查 Fluid 模板中的 tx_news 打开图形输出
  • 新闻文章的标题也是页面的(第一个)h1吗? 如果不是:检查网站的布局和 header 结构

正如您在源代码中看到的那样,og:title 标签给出了两次。如果您手动设置 og:title 标签,请查看您的拼写错误。为您的新闻详细信息页面禁用打字错误 og:title,以便流体 og:title 是唯一的。