mirror of
https://github.com/Growstuff/growstuff.git
synced 2025-12-24 01:57:46 -05:00
Update _schema_org.html.haml
This commit is contained in:
@@ -1,8 +1,2 @@
|
||||
- schema = {
|
||||
- "@context": "https://schema.org",
|
||||
- "@type": "BioChemEntity",
|
||||
- "name": crop.name,
|
||||
- "taxonomicRange": crop.scientific_names.map(&:name)
|
||||
- }
|
||||
%script{type: "application/ld+json"}
|
||||
= schema.to_json.html_safe
|
||||
= jsonld_data(crop).to_json.html_safe
|
||||
|
||||
Reference in New Issue
Block a user