coldbydefault-portfolio
    Preparing search index...

    Variable metadataConst

    metadata: {
        alternates: {
            canonical: string;
            languages: {
                de: string;
                "de-DE": string;
                en: string;
                "en-US": string;
                "x-default": string;
            };
        };
        authors: { name: string }[];
        creator: string;
        description: string;
        keywords: string[];
        metadataBase: URL;
        openGraph: {
            description: string;
            images: { alt: string; height: number; url: string; width: number }[];
            locale: string;
            siteName: string;
            title: string;
            type: string;
            url: string;
        };
        publisher: string;
        robots: {
            follow: boolean;
            googleBot: {
                follow: boolean;
                index: boolean;
                "max-image-preview": string;
                "max-snippet": number;
                "max-video-preview": number;
            };
            index: boolean;
        };
        title: { default: string; template: string };
        twitter: {
            card: TwitterCardType;
            creator: string;
            description: string;
            images: string[];
            title: string;
        };
        verification: { google: string };
    } = ...

    Type Declaration

    • alternates: {
          canonical: string;
          languages: {
              de: string;
              "de-DE": string;
              en: string;
              "en-US": string;
              "x-default": string;
          };
      }
    • authors: { name: string }[]
    • creator: string
    • description: string
    • keywords: string[]
    • metadataBase: URL
    • openGraph: {
          description: string;
          images: { alt: string; height: number; url: string; width: number }[];
          locale: string;
          siteName: string;
          title: string;
          type: string;
          url: string;
      }
    • publisher: string
    • robots: {
          follow: boolean;
          googleBot: {
              follow: boolean;
              index: boolean;
              "max-image-preview": string;
              "max-snippet": number;
              "max-video-preview": number;
          };
          index: boolean;
      }
    • title: { default: string; template: string }
    • twitter: {
          card: TwitterCardType;
          creator: string;
          description: string;
          images: string[];
          title: string;
      }
    • verification: { google: string }