Title: og:description missing
Last modified: August 21, 2016

---

# og:description missing

 *  [dajpanspokoj](https://wordpress.org/support/users/dajpanspokoj/)
 * (@dajpanspokoj)
 * [13 years ago](https://wordpress.org/support/topic/ogdescription-missing/)
 * Hi,
 * I’m using WPSEO 1.4.7.
 * I set my description in WP settings and Open Graph description in WPSEO settings.
   
   However, the `og:description` tag is missing form page source: [http://take.ms/T0wWGP](http://take.ms/T0wWGP)
 * Can You help me solve the issue?
 * [http://wordpress.org/extend/plugins/wordpress-seo/](http://wordpress.org/extend/plugins/wordpress-seo/)

Viewing 1 replies (of 1 total)

 *  [silvar23](https://wordpress.org/support/users/silvar23/)
 * (@silvar23)
 * [13 years ago](https://wordpress.org/support/topic/ogdescription-missing/#post-3794647)
 * I did some debugging an found that WPSEO_OpenGraph in class-opengraph.php calling
   the parent WPSEO_Frontend to fetch the metadesc but they dont have the config
   settings properly setup in WPSEO_OpenGraph.
 * In short, I edit the code in frontend/class-opengraph.php on line 32 from:
    `
   $this->options = get_option( 'wpseo_social' );` to: `$this->options = array_merge(
   get_wpseo_options(), get_option( 'wpseo_social' ) );`
 * and now it works for me. But I don’t if it is the proper solution.

Viewing 1 replies (of 1 total)

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

 * ![](https://ps.w.org/wordpress-seo/assets/icon-256x256.gif?rev=3419908)
 * [Yoast SEO - Advanced SEO with real-time guidance and built-in AI](https://wordpress.org/plugins/wordpress-seo/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-seo/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-seo/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-seo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-seo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-seo/reviews/)

## Tags

 * [og:description](https://wordpress.org/support/topic-tag/ogdescription/)

 * 1 reply
 * 2 participants
 * Last reply from: [silvar23](https://wordpress.org/support/users/silvar23/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/ogdescription-missing/#post-3794647)
 * Status: not resolved