export type metaRobots = "index, follow" | "noindex, follow" | "index, nofollow" | "noindex, nofollow"; export interface CF_SEO { seoTitle : string, seoMetaRobots : metaRobots, seoDescription : string, }