Versions in this module Expand all Collapse all v0 v0.2.0 Jul 29, 2026 v0.1.0 Jul 29, 2026 Changes in this version + func JSONLD(htmlBytes []byte) ([]map[string]any, error) + func OpenGraph(htmlBytes []byte) (map[string][]string, error) + type Item struct + ID string + Properties map[string][]any + Types []string + func Microdata(htmlBytes []byte) ([]*Item, error)