export type SEO = { title: string; metaDesc: string; metaRobotsNofollow: string; metaRobotsNoindex: string; };