You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I just started using this lib for a crawler that I'm building. Noticed the lack of support for the "@graph" keyword in the linked data nodes (application/ld+json). Some of the news websites use this structure for linked data nodes: {"@context":"https://schema.org","@graph":[{"@type":"...", ...}, {"@type":"...", ...}]}. I will submit a pull request for this :)