|
|
|
|
|
by AwkwardPanda
1632 days ago
|
|
So schema.org has a standard json schema for recipes. Crawlers use this information to parse and figure out what kind of content lives on the page. Since google encourages this and ranks pages with schema higher, all recipe blogs and sites add this schema to their html. This is structured data. I just parse this json. Not all recipes follow this though. So you may occasionally see error messages for old sites that have not implemented schema.org structure. |
|