Mejorar SEO: schema JSON-LD, robots.txt, sitemap y meta tags
- Agregar JSON-LD (Organization, WebSite, SoftwareApplication y FAQPage) - Crear robots.txt y sitemap.xml con sitio de producción - Completar meta tags: robots, theme-color, og:image:type y twitter:url - Envolver preguntas del FAQ en h3 - Registrar filtro json para Nunjucks en Eleventy
This commit is contained in:
@@ -13,6 +13,8 @@ export default function (eleventyConfig) {
|
||||
return new Intl.NumberFormat(locale).format(value);
|
||||
});
|
||||
|
||||
eleventyConfig.addFilter("json", (value) => JSON.stringify(value));
|
||||
|
||||
return {
|
||||
dir: {
|
||||
input: "src",
|
||||
|
||||
Reference in New Issue
Block a user