export interface IPageSeo { title: string; description: string; h1: string; keywords: string; }