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
It would make sense to parse the structured data JSON provided by some sites within the head-tag. This way the already accessed information from the meta tags could be made more robust and possibility extended later on.
A website can contain multiple JSONLD blocks. It seems possible to combine them ( https://stackoverflow.com/a/48295719 ) - probably, we should use the Array notation:
Yeah, if data exists in multiple positions we should go for an array. It might be only one element, but at least it's future proof. Merging blocks into one might be an option too.`
It would make sense to parse the structured data JSON provided by some sites within the
head
-tag. This way the already accessed information from the meta tags could be made more robust and possibility extended later on.Ref: https://developers.google.com/search/docs/data-types/article
The text was updated successfully, but these errors were encountered: