--- import Layout from "../layouts/Layout.astro"; const schema = { "@context": "https://schema.org", "@type": "ContactPage", url: "https://www.costas.dev/contact", headline: "Ponte en contacto conmigo", }; ---