--- import { site } from '../lib/site.js'; const { title, description = site.description, canonical, image, structuredData, } = Astro.props; const pageTitle = title || site.name; const ogUrl = canonical || Astro.url.toString(); const year = new Date().getFullYear(); --- {pageTitle} {canonical && } {image && } {image && } {structuredData && (