Title: Adding new schema types missing from Schema plugin
Last modified: November 16, 2018

---

# Adding new schema types missing from Schema plugin

 *  Resolved [tipat](https://wordpress.org/support/users/tipat/)
 * (@tipat)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/adding-new-schema-types-missing-from-schema-plugin/)
 * How can we use this plugin to add new Schema.org Types e.g. [https://schema.org/Menu](https://schema.org/Menu)
   to our WordPress sites, if we wanted to format Food Menu for example?
 * Is there any Schema plugin that allows to grab the format from Schema.org so 
   we can leverage it within a Schema plugin/or within WordPress?
 * I’d assume this will need some Custom Fields to be created and mapped to the 
   schema parameter and AFAIK this can only be done via code, unless I am wrong 
   if anyone can confirm?
 * Thanks.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Hesham Zebida](https://wordpress.org/support/users/hishaman/)
 * (@hishaman)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/adding-new-schema-types-missing-from-schema-plugin/#post-10908429)
 * Hi, yes you will need some custom coding, follow these links for more details
   and code snippets on adding support for a [new schema.org type](https://schema.press/docs/adding-support-new-schema-org-types/),
   and [extend schema.org output](https://schema.press/docs/extend-schema-output/).
 * You will need to:
 * 1- Add the new schema.org type using the schema_output filter.
    2- Define properties
   for the new type. (maybe [get values from post meta](https://developer.wordpress.org/reference/functions/get_post_meta/))
 * I hope this help guide you in the right direction.

Viewing 1 replies (of 1 total)

The topic ‘Adding new schema types missing from Schema plugin’ is closed to new 
replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Hesham Zebida](https://wordpress.org/support/users/hishaman/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/adding-new-schema-types-missing-from-schema-plugin/#post-10908429)
 * Status: resolved