-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for suitableForDiet
property to indicate dietary restrictions
#2180
Comments
Thank you for your suggestion. We follow the https://schema.org/Recipe for structuring the information. The If I understand you correctly your requested feature might be achievable using the suitableForDiet field. |
Came here when searching the issues for
@nicodemusjls I think this is probably what you need anyway, so this issue title could be updated to say "Support |
suitableForDiet
property to indicate dietary restrictions
That field name would work, but I'd additionally need the items to not be hard coded. My wife and kids have various uncommon allergies and needs. I'm needing a field that would allow custom entries be added as well. That field would be perfectly appropriate if I had a way to add my own custom items. |
I was originally thinking of the Nutritional Info section as I was thinking like "High in Vitamin C" and similar. But, suitableForDiet would work great as long as I can add my own items. |
@nicodemusjls since this project uses the https://schema.org/Recipe schema, I think the next step would be to submit your family's allergens as suggestions to https://github.com/schemaorg/schemaorg for the |
I'd like a new option added to the drop-down list of "Nutrition Information". Please add "Dietary Restriction Compliance" or similar as a way of adding a list of dietary restrictions that the recipe is complaint with. In use, we would select this new option then manually type the list of allergens it doesn't have or diets it conforms to. I know we can use the "categories" section to get a similar function, but I think this is better kept out of the other types of categories AND it should print along side the Nutrition Information section.
Example:
Dietary Restriction Compliance- peanut allergy, nightshades allergy, vegan, vegetarian
Further, it would be awesome if the text box also worked just like the categories item works, where we can select from existing or add new phrases. However, as a quick, partial fix, we could just have the option added with a standard text box.
The text was updated successfully, but these errors were encountered: