Title: Change @type to EducationalOccupationalProgram?
Last modified: April 28, 2020

---

# Change @type to EducationalOccupationalProgram?

 *  Resolved [matthewbprc](https://wordpress.org/support/users/matthewprc/)
 * (@matthewprc)
 * [6 years ago](https://wordpress.org/support/topic/change-type-to-educationaloccupationalprogram/)
 * I would love an option to change the [@type](https://wordpress.org/support/users/type/)
   on some jobs from JobPosting to EducationalOccupationalProgram to accommodate
   Google’s Pathways job training feature: [https://developers.google.com/search/docs/data-types/job-training](https://developers.google.com/search/docs/data-types/job-training).
 * Is that something that’s in the works? Or is there another way for me to do this?
   Thanks!

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

 *  Plugin Author [BlueGlass](https://wordpress.org/support/users/blueglassinteractive/)
 * (@blueglassinteractive)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/change-type-to-educationaloccupationalprogram/#post-12962399)
 * Hi [@matthewprc](https://wordpress.org/support/users/matthewprc/)
 * You can do this from code for now, we have a hook for this:
 *     ```
       add_filter('job-postings/json_ld', function( $json_ld, $post_id ){ 
           // Manipulate wiht JSON-LD array here
           return $json_ld; 
       });
       ```
   
 * With this hoo you can manipulate the whole array of data that is passed to Google
   Jobs
 * Br
 *  Thread Starter [matthewbprc](https://wordpress.org/support/users/matthewprc/)
 * (@matthewprc)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/change-type-to-educationaloccupationalprogram/#post-12988639)
 * Excellent, thank you! I will take a look at this.
 * Cheers,
 * Matthew

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

The topic ‘Change @type to EducationalOccupationalProgram?’ is closed to new replies.

 * ![](https://ps.w.org/job-postings/assets/icon-256x256.jpg?rev=1702382)
 * [Job Postings](https://wordpress.org/plugins/job-postings/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/job-postings/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/job-postings/)
 * [Active Topics](https://wordpress.org/support/plugin/job-postings/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/job-postings/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/job-postings/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [matthewbprc](https://wordpress.org/support/users/matthewprc/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/change-type-to-educationaloccupationalprogram/#post-12988639)
 * Status: resolved