Variable websiteSchemaConst
websiteSchema: {
"@context": "https://schema.org";
"@id": string;
"@type": "WebSite";
author: { "@id": string };
name: string;
url: string;
} = ...
Type declaration
@context: "https://schema.org"
@id: string
@type: "WebSite"
author: { "@id": string }
name: string
url: string