Title: Customize yoast-schema-graph data?
Last modified: November 20, 2020

---

# Customize yoast-schema-graph data?

 *  Resolved [ihaveguts](https://wordpress.org/support/users/ihaveguts/)
 * (@ihaveguts)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/customize-yoast-schema-graph-data/)
 * Hi there,
 * i am using Yoast 15.2 and I am generating title and description of pages via 
   custom php functions using wordpress actions and filters to overwrite Yoast data:
 * For example:
    add_action( ‘wpseo_title’, ‘wpseo_title_custom’ ); add_action( ‘
   wpseo_metadesc’, ‘wpseo_metadesc_custom’ );
 * add_filter( ‘wpseo_opengraph_desc’, ‘filter_wpseo_opengraph_desc’, 10, 1 );
    
   add_filter( ‘wpseo_opengraph_title’, ‘filter_wpseo_opengraph_title’, 10, 1 );
 * (i am omitting the custom functions because not needed in this purpose)
 * I was wondering whether there is a function to overwrite title and description
   that are passed to schema.org via yoast-schema-graph?
 * Thanks,
 * Gabriel

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

 *  Plugin Support [Maybellyne](https://wordpress.org/support/users/maybellyne/)
 * (@maybellyne)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/customize-yoast-schema-graph-data/#post-13687240)
 * Hello Gabriel,
 * To learn more about how the schema is implemented in Yoast SEO plugin and graph
   pieces, please refer to the documentation here – [https://developer.yoast.com/features/schema/overview](https://developer.yoast.com/features/schema/overview)
 * Thank you.
 *  Thread Starter [ihaveguts](https://wordpress.org/support/users/ihaveguts/)
 * (@ihaveguts)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/customize-yoast-schema-graph-data/#post-13687603)
 * Hi Maybellyne,
 * thanks a lot for pointing that out: i found all i needed in the Yoast Schema 
   API page [https://developer.yoast.com/features/schema/api](https://developer.yoast.com/features/schema/api)
 * I already implemented it and it works like a charm!
 * Cheers,
 * Gabriel

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

The topic ‘Customize yoast-schema-graph data?’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [ihaveguts](https://wordpress.org/support/users/ihaveguts/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/customize-yoast-schema-graph-data/#post-13687603)
 * Status: resolved