diff --git a/src/index.11ty.jsx b/src/index.11ty.jsx index 60fb29f..65e2f58 100644 --- a/src/index.11ty.jsx +++ b/src/index.11ty.jsx @@ -41,6 +41,14 @@ export async function render(data) { ); const CuadradoDatos = await loadSvg("src/assets/cuadrados/datos.svg"); const CuadradoEscuelas = await loadSvg("src/assets/cuadrados/escuelas.svg"); + + const meta = { + title: "Alfadatizar", + url: "https://staging.alfadatiz.ar/", + description: + "Digitalizamos escuelas de contextos vulnerables con un modelo sustentable basado en el liderazgo directivo.", + }; + return ( "" + ( @@ -51,33 +59,21 @@ export async function render(data) { name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover" /> - {/* TODO: SEO */} - Alfadatizar - + + {meta.title} + - - - + + + - - - + + +