diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-01-13 13:44:08 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-01-13 13:44:08 +0100 |
| commit | 97ffc71bebf2f15b32529b2af3f9de671e9a3b3f (patch) | |
| tree | 8a7b30ea9b788bef3dd5c3cb704ed4bc8bc2ca2c /src/pages/blog.astro | |
| parent | 7b39f8acd2af2f2b7bb98ba87b8467d1ff26275c (diff) | |
Add indexnow key
Diffstat (limited to 'src/pages/blog.astro')
| -rw-r--r-- | src/pages/blog.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/blog.astro b/src/pages/blog.astro index 1632262..31920aa 100644 --- a/src/pages/blog.astro +++ b/src/pages/blog.astro @@ -41,7 +41,7 @@ const schema = { ---
-<Layout title="Blog" description="Artículos sobre desarrollo, tecnología y otras temáticas que pueda querer compartir.">
+<Layout title="Blog" description="Artículos sobre desarrollo, tecnología y otras temáticas que pueda querer compartir. Disclaimer de siempre: las opiniones son mías, y no representan a ninguna empresa o institución.">
<script is:inline type="application/ld+json" slot="head-jsonld" set:html={JSON.stringify(schema)}></script>
<h1>Blog de Ariel Costas</h1>
|
