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
The WebPage schema implements many properties that are not currently supported by the WebPageJsonLd component.
Solution
It would be ideal if WebPageJsonLd could support support a few additional properties - specifically the name, alternateName, keywords, and author would be helpful for my use case. It might not be practical to implement every property supported by the WebPage schema.
Alternatively, the ability to use the JsonLd component directly could be useful as well, though this is also not presently supported (and may in fact be a foot-gun this library should avoid, frankly).
The
WebPage
schema implements many properties that are not currently supported by theWebPageJsonLd
component.Solution
It would be ideal if
WebPageJsonLd
could support support a few additional properties - specifically thename
,alternateName
,keywords
, andauthor
would be helpful for my use case. It might not be practical to implement every property supported by theWebPage
schema.Alternatively, the ability to use the
JsonLd
component directly could be useful as well, though this is also not presently supported (and may in fact be a foot-gun this library should avoid, frankly).See
WebPage
onschema.org
for more details.The text was updated successfully, but these errors were encountered: