jg-l / metadata_fetch

A dart library for extracting metadata in web pages. Supports Open Graph, Meta, Twitter Cards, and Structured Data (Json-LD)
BSD 3-Clause "New" or "Revised" License
44 stars 73 forks source link

Add support for schema.org microdata #32

Open mainrs opened 3 years ago

mainrs commented 3 years ago

A lot of websites use microdata to add semantic meaning to their content. https://schema.org/docs/gs.html

A lot of recipe websites have this. Just to give an example: https://www.japanesecooking101.com/crab-gratin-recipe/.

jg-l commented 3 years ago

This is interesting, maybe in the next release after null-safety migration this weekend.