--- interface Props { title?: string; description?: string; canonicalPath?: string; noindex?: boolean; } const { title = 'Ignis Network - Cat-Inspired Meditation & Mindfulness', description = 'Redefining the digital frontier with next-generation internet services and advanced AI.', canonicalPath = '', noindex = false, } = Astro.props; const siteUrl = Astro.site?.href || ''; const canonicalUrl = `${siteUrl.replace(/\/$/, '')}${canonicalPath}`; --- {noindex && } {title}