export interface SEOConfig { title: string; description: string; keywords?: string; ogTitle?: string; ogDescription?: string; ogImage?: string; }