Title: Schema type
Last modified: October 21, 2018

---

# Schema type

 *  Resolved [avz](https://wordpress.org/support/users/avz/)
 * (@avz)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/schema-type/)
 * Hi there,
 * We use your plugin, which works great!
    Today we received a warning form Google(
   manual action) that our schema types don’t match our business.
 * I picked ‘product’ as schema type with your plugin, it seems we are an organization.
   Fair enough, I changed it.
 * But our theme (or Woocommerce, I’m not sure) adds schema types as well. So now
   we have two type of schema on for instance a product page. Is this a problem?
   Can we offer 2 types or is this not allowed?
 * Do you maybe have some advice?
 * Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fschema-type%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Gemini Labs](https://wordpress.org/support/users/geminilabs/)
 * (@geminilabs)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/schema-type/#post-10800554)
 * It depends what the reviews are being submitted for.
 * 1. **Product**
 * If your website sells and represents a single product, or if your reviews are
   specifically being assigned to individual products (using the “assign_to” shortcode
   option), then you can select “Product” as the schema type.
 * If you are using “Product” as the schema type and assigning them to specific 
   products, Site Reviews will include the `@id` schema key with the URL of the 
   product as the value, this will link the review schema to the product schema 
   from woocommerce.
 * 2. **LocalBusiness**
 * If your reviews are being given for your business in general, then you should
   select “LocalBusiness” as the schema type.
 * This will not interfere with your product schema as it will not add the `@id`
   schema key (which is what connects multiple schemas).
 * 3. Please make sure that if you copy/paste a shortcode you correct the quotes
   around values. For example:
 *     ```
       // This is invalid
       [site_reviews_summary schema=”true”]
       ```
   
 *     ```
       // This is valid
       [site_reviews_summary schema="true"]
       ```
   
 *     ```
       // This is also valid, you only need quotes around the value if the value includes spaces.
       [site_reviews_summary schema=true]
       ```
   
 * 4. Summary shortcode
 * If you are assigning reviews to products and using the [site_reviews_summary]
   shortcode, make sure you only use the schema option if using it on the actual
   product page. Also, if using the [site_reviews] and [site_reviews_summary] shortcodes
   on the same product page, you should only include the schema option on one of
   them (preferably the [site_reviews] shortcode).
    -  This reply was modified 7 years, 11 months ago by [Gemini Labs](https://wordpress.org/support/users/geminilabs/).
 *  Thread Starter [avz](https://wordpress.org/support/users/avz/)
 * (@avz)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/schema-type/#post-10800573)
 * Thanks!
 * Just to be sure. We use this shortcode on a productpage: [site_reviews_summary
   schema=”true”]. This show the star rating in Google.
 * But this shortcode should not be used on other (non-product) pages? So on our
   homepage for instance we should use [site_reviews_summary schema=”false”]
 *  Plugin Author [Gemini Labs](https://wordpress.org/support/users/geminilabs/)
 * (@geminilabs)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/schema-type/#post-10800576)
 * If you are using the “Product” schema type, then the schema option should only
   be used on the product page as that is the only place it applies.
 * Everywhere else, use it without the schema option (the schema option is disabled
   by default).
 *  Thread Starter [avz](https://wordpress.org/support/users/avz/)
 * (@avz)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/schema-type/#post-10800583)
 * Thanks! Great service.
 * I just figured out it’s the Yoast plugin that adds schema data to all pages.
   
   Maybe we should disable this.

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

 The topic ‘Schema type’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [avz](https://wordpress.org/support/users/avz/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/schema-type/#post-10800583)
 * Status: resolved