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
Hard part is that right now the content is mixed with the html/components. possible solution is plain text in json with {title, body} but that would have us lose linking and formating of body. Maybe an array of json with body field as markdown would work?
The text was updated successfully, but these errors were encountered:
I see the easiest way to work with existing code is just passing the additional props (e.g. itemprop="mainEntity" itemtype="https://schema.org/Question") but maybe makes sense to have an array shared between the <head /> and main content. That would still allow formatting with HTML.
Structured data will help people find the answers to their questions when searching via a search engine.
https://developers.google.com/search/docs/data-types/faqpage
Hard part is that right now the content is mixed with the html/components. possible solution is plain text in json with
{title, body}
but that would have us lose linking and formating of body. Maybe an array of json with body field as markdown would work?The text was updated successfully, but these errors were encountered: