Title: Structured data : BlogPosting
Last modified: February 14, 2020

---

# Structured data : BlogPosting

 *  Resolved [sebgalipette](https://wordpress.org/support/users/sebgalipette/)
 * (@sebgalipette)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/structured-data-blogposting/)
 * Hi,
 * First of all, thank you very much for your plugin, very helpful and well done.
 * I know you (and Google) do not recommend to use Strutured data for other types
   than the ones listed here : [https://webmasters.googleblog.com/2019/09/making-review-rich-results-more-helpful.html](https://webmasters.googleblog.com/2019/09/making-review-rich-results-more-helpful.html).
 * Nevertheless, I’d like to try to add “BlogPosting” type in my structured data,
   so that my Aggregateratings matches something.
 * Is it doable ? If so could it be done easily by modyfing some codes ?
 * Thank you,

Viewing 1 replies (of 1 total)

 *  Plugin Support [Blaz K.](https://wordpress.org/support/users/blazk/)
 * (@blazk)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/structured-data-blogposting/#post-12440765)
 * Hi [@sebgalipette](https://wordpress.org/support/users/sebgalipette/),
 * you can change structured data type with the rmp_schema_type filter like this:
 *     ```
       function blazzdev_schema( $schemaType ) {
         return 'YourSchemaType';
       }
   
       add_filter( 'rmp_schema_type', 'blazzdev_schema' );
       ```
   
 * Best regards,
    Blaz

Viewing 1 replies (of 1 total)

The topic ‘Structured data : BlogPosting’ is closed to new replies.

 * ![](https://ps.w.org/rate-my-post/assets/icon-128x128.png?rev=2045796)
 * [Rate My Post - Star Rating Plugin by FeedbackWP](https://wordpress.org/plugins/rate-my-post/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rate-my-post/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rate-my-post/)
 * [Active Topics](https://wordpress.org/support/plugin/rate-my-post/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rate-my-post/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rate-my-post/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Blaz K.](https://wordpress.org/support/users/blazk/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/structured-data-blogposting/#post-12440765)
 * Status: resolved