export interface PageSeo { title: string; description: string; metaRobotsIndex?: string; metaRobotsFollow?: string; }