interface LanguageAlternatesSchemaOptions

Configuration options for language alternate schema linking

Properties

baseUrl: string

Base URL of the site (without trailing slash)

languages: string[]

List of supported language codes

optional
defaultLanguage: string

Default/original language code

schemaFields: string[]

Array of schema field names to process These are the frontmatter fields that contain Schema.org objects

Usage

import { type LanguageAlternatesSchemaOptions } from ".";