Title: add schema
Last modified: August 31, 2016

---

# add schema

 *  Resolved [wasanajones](https://wordpress.org/support/users/wasanajones/)
 * (@wasanajones)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/add-schema/)
 * how do we add schema to the Business Profile settings page?
 * [https://wordpress.org/plugins/business-profile/](https://wordpress.org/plugins/business-profile/)

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

 *  [NateWr](https://wordpress.org/support/users/natewr/)
 * (@natewr)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/add-schema/#post-7082790)
 * Hi wasanajones,
 * Are you able to make some minor edits to a PHP file? If so, check out this gist
   which is a [micro-addon to add a schema business type](https://gist.github.com/NateWr/17402282adce7c0284cf)
   to the settings options.
 * To use it, you’d download the gist (button top right), unpack the zip file, open
   the .php file in a text editor, then change this line to match the Schema business
   type from `MotorcycleDealer` to the one you want:
 *     ```
       $sap->pages['bpfwp-settings']->sections['bpfwp-seo']->settings['schema_type']->options['MotorcycleDealer'] = 'Motorcycle Dealer';
       ```
   
 *  Thread Starter [wasanajones](https://wordpress.org/support/users/wasanajones/)
 * (@wasanajones)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/add-schema/#post-7082797)
 * great, can do that
 * so that is a plugin to edit your plugin, right — then updates won’t erase edits
 * oh, and thanks for prompt and good reply
 *  [NateWr](https://wordpress.org/support/users/natewr/)
 * (@natewr)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/add-schema/#post-7082862)
 * Yep, that’s a tiny little addon so that you can continue to update the base plugin.
 * I’m pretty committed to backwards compatibility so you shouldn’t run into any
   problems with updates breaking the little addon.

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

The topic ‘add schema’ is closed to new replies.

 * ![](https://ps.w.org/business-profile/assets/icon-128x128.png?rev=2205555)
 * [Five Star Business Profile and Schema](https://wordpress.org/plugins/business-profile/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/business-profile/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/business-profile/)
 * [Active Topics](https://wordpress.org/support/plugin/business-profile/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/business-profile/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/business-profile/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [NateWr](https://wordpress.org/support/users/natewr/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/add-schema/#post-7082862)
 * Status: resolved