Kind: Interface
Source: atloria-monorepo/apps/web/src/lib/structured-data.ts
Properties
| Property | Type |
|---|---|
'@context' | 'https://schema.org' |
'@type' | 'FAQPage' |
mainEntity | `Array<{ |
'@type': 'Question'; name: string; acceptedAnswer: { '@type': 'Answer'; text: string };
}>` |
Was this page helpful?