How can I set up recipe schema for my pages?

yaprak

Last Update hace un año

For SchemaPlus to pull the recipe schema into your store, you need to add the following HTML tags to your blogs.

1. Recipe Name: Enclose the name between <schemaplus_recipe_name> and </schemaplus_recipe_name>.

2. Recipe Ingredients: Enclose each ingredient separately, <schemaplus_recipe_ingredient> and </schemaplus_recipe_ingredient>.

3. Recipe Steps: Enclose each step separately, <schemaplus_recipe_step> and </schemaplus_recipe_step>

4. For the recipe schema, the author has pulled automatically from the author of the blog. If you would like to add some other author name, we can think about a new solution for this.

5. Recipe Video: Our app supports recipe videos in the recipe schema. In order to do this:

* Enclose video name between <schemaplus_recipe_videoname> and </schemaplus_recipe_videoname>

* Enclose video description between <schemaplus_recipe_videodescription> and </schemaplus_recipe_videodescription>

* Enclose video URL between <schemaplus_recipe_videourl> and </schemaplus_recipe_videourl>

* Enclose video thumbnail URL between <schemaplus_recipe_videothumbnailurl> and </schemaplus_recipe_videothumbnailurl>

* Video upload time will be automatically pulled as the recipe publish time

6. Recipe Rating: You can now add a rating for the recipe. You need to add both review score and review rating for this to work.

* Enclose review score between <schemaplus_recipe_reviewscore> and </schemaplus_recipe_reviewscore>

* Enclose review count between <schemaplus_recipe_reviewcount> and </schemaplus_recipe_reviewcount>