Title: WPRM Structured Data ID
Last modified: May 31, 2019

---

# WPRM Structured Data ID

 *  [lounhp](https://wordpress.org/support/users/happy-pillz/)
 * (@happy-pillz)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/wprm-structured-data-id/)
 * Hi there,
 * I’ve been using your plugin with [the review plugin](https://wordpress.org/support/plugin/site-reviews/)
   and everything seemed to be fine.
    However, yesterday I noticed [in google structured data](https://search.google.com/structured-data/testing-tool/u/0/#url=https%3A%2F%2Fmoroccanzest.com%2Fmoroccan-spice-blend-recipe%2F)
   that WPRM and Site Review plugin don’t have the same ID. In fact, your plugin
   seems to add a #recipe at the end of his ID.
 * As a result, I end up with two cards for Recipe. How can I correct that?
 * PS: I currently have this code in my function.php
 * //* GIVES WP RECIPE Plugin the same [@id](https://wordpress.org/support/users/id/)
   as Site Reviews [@id](https://wordpress.org/support/users/id/)
 * add_filter( ‘wprm_recipe_metadata’, function( $metadata, $recipe ) {
    $metadata[‘
   @id’] = $pageURL; return $metadata; }, 10, 2 );

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

 *  Plugin Author [Brecht](https://wordpress.org/support/users/brechtvds/)
 * (@brechtvds)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/wprm-structured-data-id/#post-11596490)
 * Sorry for the late response. For some reason I didn’t get email notifications
   for the opening of this topic.
 * Does it look like before when you deactivate the Yoast SEO integration on the
   WP Recipe Maker > Settings > Recipe Metadata page?
 *  Thread Starter [lounhp](https://wordpress.org/support/users/happy-pillz/)
 * (@happy-pillz)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/wprm-structured-data-id/#post-11601036)
 * thanks so much for the answer. I did what you suggested and it is half resolved.
 * In fact, while I no longer have two cards for ‘Recipe’, [I now have a new card of type ‘Article’](https://search.google.com/structured-data/testing-tool/u/0/#url=https%3A%2F%2Fmoroccanzest.com%2Fmoroccan-spice-blend-recipe%2F)
   and it seems it comes from Yoast and they just don’t want to add an option to
   deactivate it!! [They say it’s other plugins who should be able to change that](https://github.com/Yoast/wordpress-seo/issues/12752),
   which seems crazy to me.
 * Do you know of any proper and easy way to deactivate their ‘Article’ card without
   messing with the card your plugin generates?
 *  Thread Starter [lounhp](https://wordpress.org/support/users/happy-pillz/)
 * (@happy-pillz)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/wprm-structured-data-id/#post-11628829)
 * hi there,
    a quick follow up in case you missed my last message.
 *  Plugin Author [Brecht](https://wordpress.org/support/users/brechtvds/)
 * (@brechtvds)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/wprm-structured-data-id/#post-11629435)
 * I did miss that one, sorry.
 * Well the Yoast SEO integration setting that you disabled _is_ our solution. With
   that enabled we indicate that the recipe is part of that Article which is part
   of a WebPage. That’s the most complete schema graph.
 * So I’d have to recommend enabling that again and just use the rating features
   that are already part of WP Recipe Maker.
    [https://help.bootstrapped.ventures/article/26-comment-ratings](https://help.bootstrapped.ventures/article/26-comment-ratings)
   [https://help.bootstrapped.ventures/article/27-user-ratings](https://help.bootstrapped.ventures/article/27-user-ratings)

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

The topic ‘WPRM Structured Data ID’ is closed to new replies.

 * ![](https://ps.w.org/wp-recipe-maker/assets/icon-256x256.png?rev=2967063)
 * [WP Recipe Maker](https://wordpress.org/plugins/wp-recipe-maker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-recipe-maker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-recipe-maker/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-recipe-maker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-recipe-maker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-recipe-maker/reviews/)

## Tags

 * [id](https://wordpress.org/support/topic-tag/id/)

 * 4 replies
 * 2 participants
 * Last reply from: [Brecht](https://wordpress.org/support/users/brechtvds/)
 * Last activity: [6 years, 11 months ago](https://wordpress.org/support/topic/wprm-structured-data-id/#post-11629435)
 * Status: not resolved