Title: og:description
Last modified: August 31, 2016

---

# og:description

 *  Resolved [UmbrellaWeb](https://wordpress.org/support/users/umbrellaweb/)
 * (@umbrellaweb)
 * [10 years ago](https://wordpress.org/support/topic/ogdescription-2/)
 * Hello,
 * Am I missing something. I am using Yoast SEO and prior to adding in WPSSO the
   og properties were pulling in fine (og:description and twitter:og:description)
   were being populated with no problems.
 * I added in WPSSO with a view to testing and then hopefully getting the paid one.
 * I have found that now with yoast open-graph tags turned off, as I get the duplicate
   meta warning from WPSSO that for any pages the og:description and twitter:og:
   descriptions are now missing.
 * Why do these not populate? Posts seem to be fine its pages that I am having an
   issue with.
 * Again this is not a n issue with yoast seo but seems to be with WPSSO. Have looked
   through all the options and cannot find any setting. Also to confirm that I don’t
   want custom descriptions but the default for now.
 * please can you advise…
 * [https://wordpress.org/plugins/wpsso/](https://wordpress.org/plugins/wpsso/)

Viewing 15 replies - 1 through 15 (of 15 total)

 *  Plugin Author [JS Morisset](https://wordpress.org/support/users/jsmoriss/)
 * (@jsmoriss)
 * [10 years ago](https://wordpress.org/support/topic/ogdescription-2/#post-7406238)
 * WPSSO should pull in descriptions from your content or excerpts. Do you have 
   a URL to an example post / page? If you enable the Debug Messages option on the
   Essentials or Advanced settings page, I can tell you exactly why the description
   tag might be missing. 😉
 * js.
 *  Thread Starter [UmbrellaWeb](https://wordpress.org/support/users/umbrellaweb/)
 * (@umbrellaweb)
 * [10 years ago](https://wordpress.org/support/topic/ogdescription-2/#post-7406352)
 * Hello JS,
 * Apologies for delay in reply.
 * Sure. So as explained on the post pages it shows the og:description fine no issues:
   [http://www.whitakerservices.co.uk/227-years-whitakers-2016-rebrand/](http://www.whitakerservices.co.uk/227-years-whitakers-2016-rebrand/)
 * HOWEVER on a normal page the og:description is missing: [http://www.whitakerservices.co.uk/about/](http://www.whitakerservices.co.uk/about/)
 * IF you look at the source code you can see that the meta description is pulled
   in but not the og:description for your plugin. however the theme we use has an
   opengraph option and enabling that does pull in the og:description..
 * I have turned on debug but cannot seem to find where the debug html is located.
 *  Plugin Author [JS Morisset](https://wordpress.org/support/users/jsmoriss/)
 * (@jsmoriss)
 * [10 years ago](https://wordpress.org/support/topic/ogdescription-2/#post-7406378)
 * You have a plugin or service “optimizing” the HTML and removing HTML comments.
   Would you mind disabling that feature temporarily?
 * You should disable you theme’s OG meta tags — they create some duplicates which
   Facebook isn’t going to like.
 * Thanks,
 * js.
 *  Thread Starter [UmbrellaWeb](https://wordpress.org/support/users/umbrellaweb/)
 * (@umbrellaweb)
 * [10 years ago](https://wordpress.org/support/topic/ogdescription-2/#post-7406383)
 * Hello JS,
 * Thats been disabled AND those OG tags are now removed…
 *  Thread Starter [UmbrellaWeb](https://wordpress.org/support/users/umbrellaweb/)
 * (@umbrellaweb)
 * [10 years ago](https://wordpress.org/support/topic/ogdescription-2/#post-7406384)
 * Hello JS,
 * I can see those html comments now.
 * It sates that the description/excerpt is missing BUT as you have seen with the
   themes OG tags they definitely exist OR the themes OG tags wouldn’t work…
 *  Plugin Author [JS Morisset](https://wordpress.org/support/users/jsmoriss/)
 * (@jsmoriss)
 * [10 years ago](https://wordpress.org/support/topic/ogdescription-2/#post-7406386)
 * Hm. Here’s an interesting bit:
 *     ```
       SucomWebpage                        :: get_content                                  : content strlen before 31820 and after changes / filters 31726
       SucomWebpage                        :: get_description                              : description strlen before html cleanup 31726
       SucomWebpage                        :: get_description                              : description strlen before limit length 0 (limiting to 300 chars)
       ```
   
 * Does your content include any text? Once the HTML tags are removed, it appears
   that there’s nothing left…
 * If your content doesn’t have any text, then you could try using excerpts. If 
   you have the Pro version, you can enable excerpts for Pages easily under the 
   SSO -> Advanced -> WP / Theme Integration tab.
 * js.
 *  Thread Starter [UmbrellaWeb](https://wordpress.org/support/users/umbrellaweb/)
 * (@umbrellaweb)
 * [10 years ago](https://wordpress.org/support/topic/ogdescription-2/#post-7406387)
 * Hello JS,
 * yup most definitely does include text. As you saw earlier it pulled through fine.
   Just not with your plugin..
 * I understand what you are saying about the paid premium plugin. However I would
   only use that for custom descriptions/excerpts.
 * At the moment wanting to use the default ones which aren’t pulling through with
   your plugin..
 *  Plugin Author [JS Morisset](https://wordpress.org/support/users/jsmoriss/)
 * (@jsmoriss)
 * [10 years ago](https://wordpress.org/support/topic/ogdescription-2/#post-7406393)
 * I’ve made some changes for the next version to make some of the pattern matching
   specifically ungreedy, so this might help preserve the context text, which appears
   to be wrapped in lots of HTML tags in your case… Let me know if v8.32.1 fixes
   your issue — it should be out later today or tomorrow.
 * If you have the Pro version, you can choose to install the Pre-release version
   from the SSO -> Update Manager settings page.
 * js.
 *  Plugin Author [JS Morisset](https://wordpress.org/support/users/jsmoriss/)
 * (@jsmoriss)
 * [10 years ago](https://wordpress.org/support/topic/ogdescription-2/#post-7406416)
 * Is this still an issue?
 * js.
 *  Thread Starter [UmbrellaWeb](https://wordpress.org/support/users/umbrellaweb/)
 * (@umbrellaweb)
 * [10 years ago](https://wordpress.org/support/topic/ogdescription-2/#post-7406432)
 * Hello JS,
 * Apologies for the late reply.
 * yes this still is an issue. Again the meta:description pulls in fine (via yoast
   seo) BUT not the og:description with your plugin…
 * your update doesn’t seem to have fixed this issue..
 * Confused as to why yoast can pull in the description but your plugin cannot? 
   understand that there is a lot of html around text BUT this again doesn’t seem
   to effect the yoast plugin..
 *  Plugin Author [JS Morisset](https://wordpress.org/support/users/jsmoriss/)
 * (@jsmoriss)
 * [10 years ago](https://wordpress.org/support/topic/ogdescription-2/#post-7406445)
 * The text from the Yoast SEO meta description tag does not appear anywhere in 
   your page, so I would assume it’s a custom description:
 *     ```
       <meta name="description" content="Whitaker Services, one of the most respected specialists with over 25 years experience in making organisations more effective through interior design"/>
       ```
   
 * You’ve disabled the Debug Messages option, so I can’t comment on what WPSSO may(
   or may not) be finding.
 * An easy alternative, to provide text to both Yoast SEO (so you don’t have to 
   enter custom text) and WPSSO would be to enable excerpts for pages as well.
 * [https://www.google.com/search?q=how+to+enable+excerpts+for+wordpress+pages](https://www.google.com/search?q=how+to+enable+excerpts+for+wordpress+pages)
 * js.
 *  Thread Starter [UmbrellaWeb](https://wordpress.org/support/users/umbrellaweb/)
 * (@umbrellaweb)
 * [10 years ago](https://wordpress.org/support/topic/ogdescription-2/#post-7406446)
 * Hmm not sure where you picked that up from:
 * > The text from the Yoast SEO meta description tag does not appear anywhere in
   > your page, so I would assume it’s a custom description:
 * this is copied directly from the source code:
 *     ```
       <!-- This site is optimized with the Yoast SEO plugin v3.2.5 - https://yoast.com/wordpress/plugins/seo/ -->
       <meta name="description" content="Whitakers offers specialist textiles products and design services to a wide range of business sectors. Predominantly, we work within the healthcare market"/>
       ```
   
 * So it yoast does pick up the meta description. As you can see its added via yoast
   so its clearly picking it up.
 * Yup, i am aware of that i can enable excerpts for pages etc. HOWEVER as yoast
   was picking this automatically i wanted to ensure that part worked as it should
   rather than start to create additional work.
 * I have re enabled the comment for your plugin if that helps..
 * just seems like your plugin is broken somewhere and not pulling it in where as
   yoast seems to have no issues…
 *  Plugin Author [JS Morisset](https://wordpress.org/support/users/jsmoriss/)
 * (@jsmoriss)
 * [10 years ago](https://wordpress.org/support/topic/ogdescription-2/#post-7406450)
 * You misunderstood — The **text from the Yoast SEO meta description** tag (its
   value, not the meta tag itself) does not appear anywhere in your page, so I would
   assume it’s a custom description.
 * This is the text:
 * > Whitaker Services, one of the most respected specialists with over 25 years
   > experience in making organisations more effective through interior design
 * It does not appear anywhere in your content, so it appears as though you entered
   that text in the Yoast SEO metabox — it does not appear as though Yoast SEO pulled
   that text from your post content (since that text does not appear in your content).
 * There are no WPSSO debug HTML messages in the webpage at [http://www.whitakerservices.co.uk/about/](http://www.whitakerservices.co.uk/about/),
   so I cannot comment as to what WPSSO may or may not be picking up from your content.
 * js.
 *  Plugin Author [JS Morisset](https://wordpress.org/support/users/jsmoriss/)
 * (@jsmoriss)
 * [10 years ago](https://wordpress.org/support/topic/ogdescription-2/#post-7406455)
 * Looks like you’ve got it sorted.
 *     ```
       <!-- This site is optimized with the Yoast SEO plugin v3.2.5 - https://yoast.com/wordpress/plugins/seo/ -->
       <meta name="description" content="Whitaker Services, one of the most respected specialists with over 25 years experience in making organisations more effective through interior design."/>
       <!-- / Yoast SEO plugin. -->
       ```
   
 *     ```
       <!-- wpsso meta tags begin -->
       <meta property="og:description" content="Whitaker Services, one of the most respected specialists with over 25 years experience in making organisations more effective through interior design."/>
       <meta name="twitter:description" content="Whitaker Services, one of the most respected specialists with over 25 years experience in making organisations more effective through interior design."/>
       <!-- wpsso meta tags end -->
       ```
   
 * js.
 *  Thread Starter [UmbrellaWeb](https://wordpress.org/support/users/umbrellaweb/)
 * (@umbrellaweb)
 * [10 years ago](https://wordpress.org/support/topic/ogdescription-2/#post-7406460)
 * Hello JS,
 * Yup, I already had in the code for excerpt box to be present on pages. So have
   spent the time adding in descriptions to the excerpt box which yoast and your
   plugin now picks up.
 * I guess its better to create unique descriptions than the plugins picking it 
   up automatically from content text which I think plugins cant do as its dynamic
   content, so maybe have that in for a future update?
 * In any case, many thanks for all your help. good plugin which i will hopefully
   purchase soon 😉

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘og:description’ is closed to new replies.

 * ![](https://ps.w.org/wpsso/assets/icon-256x256.png?rev=3167695)
 * [WPSSO Core - Complete Schema Markup and Meta Tags](https://wordpress.org/plugins/wpsso/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpsso/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpsso/)
 * [Active Topics](https://wordpress.org/support/plugin/wpsso/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpsso/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpsso/reviews/)

 * 15 replies
 * 2 participants
 * Last reply from: [UmbrellaWeb](https://wordpress.org/support/users/umbrellaweb/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/ogdescription-2/#post-7406460)
 * Status: resolved