-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
I am using Organization and WebSite schema. I can add more than one schema if I add more script tags, but I can use "@graph" too. I have no idea how implement this with schema-dts types. There are some way to do this? Now I'm using "any" type:
<Head>
<script
{...jsonLdScriptProps<any>({
'@context': 'https://schema.org',
'@graph': [
{
'@type': 'Organization',
name: 'Company LTDA',
email: 'company@email.com',
telephone: '000-111-222-333'
},
{
'@type': 'WebSite',
name: 'Company LTDA',
url: 'https://company.com'
}
]
})}
/>
</Head>
Metadata
Metadata
Assignees
Labels
No labels