blogSchema: {
    "@context": "https://schema.org";
    "@id": string;
    "@type": "Blog";
    author: { "@id": string };
    description: string;
    name: string;
} = ...

Type declaration

  • @context: "https://schema.org"
  • @id: string
  • @type: "Blog"
  • author: { "@id": string }
  • description: string
  • name: string