Social Meta Description Issue

og:description and twitter:description not updated it was taken from Post content previously I add the Custom description on SEO Meta Boxes it fetches the same one for Social OG description too

og:description
twitter:description
Schema Mark up Description
Not updating the Post Description which we provided on SEO Meta Data
it was taken from Post content
previously it shown the Description which we provided on SEO Mata Data

@Aileen

Here is the Issue

  • Facebook OG Description
 <meta property="og:description" content="Hello World Post" />
  • Twitter Description
<meta name="twitter:description" content="Hello World Twitter" />
  • Schema Markup Description
{
"headline": "test",
    "url": "http://localhost:2368/hello-world/",
    "datePublished": "2019-01-16T06:13:27.000Z",
    "dateModified": "2019-02-05T16:28:59.000Z",
    "description": "this is hello world post",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "http://localhost:2368/"
    }

Normally Descriptions are Taken from Post content’s First Paragraph automatically for FB, Twitter schema Markup Descriptions

when we add Custom Meta description on Meta Data Box

It will Display the Same Custom Description (Which we added on Meta Data) on the Fb, Twitter and Schema Markup Description

After 2.11.0 Update - it’s Not Updated the Meta Descriptions for FB, twitter, and schema Markup’s it display some piece of content from the post’s First paragraph
previously I add the Custom description on SEO Meta Boxes it fetches the same one for Social OG description & Schema Markup Description

@Hannah @Aileen kindly look at this please

Github

Social Meta Description Issue · Issue #10453 · TryGhost/Ghost · GitHub

Hey @mskian

Thanks for delivering the information that we needed! I was now able to understand and also reproduce this issue, which is indeed a bug.

I reopened your first issue and added more information to it:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.