--- export interface Props { title: string; description: string; keywords: string; ogImage: string; ogUrl: string; canonicalUrl: string; } const { title, description, keywords, ogImage, ogUrl, canonicalUrl } = Astro.props; ---