# FaqSchema

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/lib/structured-data.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/lib/structured-data.ts#L28)

## Properties

| Property | Type |
|---|---|
| `'@context'` | `'https://schema.org'` |
| `'@type'` | `'FAQPage'` |
| `mainEntity` | `Array<{
    '@type': 'Question';
    name: string;
    acceptedAnswer: { '@type': 'Answer'; text: string };
  }>` |
