feat(seo): enhance multilingual support and SEO handling
All checks were successful
Deploy to production / deploy (push) Successful in 2m46s
All checks were successful
Deploy to production / deploy (push) Successful in 2m46s
- Added support for multiple languages in the frontend, including English, Spanish, and Cebuano, improving accessibility for a broader audience. - Implemented hreflang links for better SEO performance, ensuring search engines can correctly index language-specific content. - Updated SEO metadata handling to utilize internationalization keys, enhancing the clarity and relevance of page titles and descriptions. - Refactored SEO utility functions to streamline the management of OpenGraph and hreflang attributes, improving maintainability and performance.
This commit is contained in:
51
frontend/src/i18n/locales/es/seo.json
Normal file
51
frontend/src/i18n/locales/es/seo.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"seo": {
|
||||
"default": {
|
||||
"title": "YourPart - Comunidad, chat, foro, vocabulario, Falukant y minijuegos",
|
||||
"description": "YourPart reúne comunidad, chat, foros, blogs, un entrenador de vocabulario, el juego de construcción Falukant y minijuegos en un navegador.",
|
||||
"keywords": "YourPart, comunidad, chat, foro, blog, vocabulario, Falukant, minijuegos, gratis, privado, privacidad"
|
||||
},
|
||||
"home": {
|
||||
"title": "YourPart - Comunidad, chat, foro, blogs, vocabulario y juegos",
|
||||
"description": "YourPart es una plataforma comunitaria con chat, foro, blogs, entrenador de vocabulario, el juego de construcción Falukant y minijuegos.",
|
||||
"keywords": "YourPart, comunidad, chat, foro, blogs, vocabulario, juego navegador, Falukant, minijuegos, gratis, privado",
|
||||
"jsonLdDescription": "Plataforma comunitaria con chat, foro, blogs, vocabulario, Falukant y minijuegos en el navegador."
|
||||
},
|
||||
"falukant": {
|
||||
"title": "Falukant - Juego de construcción medieval en el navegador en YourPart",
|
||||
"description": "Falukant es el juego de construcción medieval en YourPart con comercio, política, familia, educación y progresión del personaje.",
|
||||
"keywords": "Falukant, juego navegador, construcción, medieval, economía, política, YourPart, gratis",
|
||||
"jsonLdDescription": "Juego de construcción medieval en el navegador con comercio, política, familia y progresión.",
|
||||
"jsonLdName": "Falukant"
|
||||
},
|
||||
"minigames": {
|
||||
"title": "Minijuegos en YourPart - Match 3 y taxi en el navegador",
|
||||
"description": "Descubre minijuegos en el navegador en YourPart: Match 3 y taxi ofrecen partidas rápidas en la plataforma.",
|
||||
"keywords": "minijuegos, juegos navegador, Match 3, taxi, casual, YourPart, gratis",
|
||||
"jsonLdDescription": "Minijuegos en el navegador en YourPart con Match 3 y taxi.",
|
||||
"jsonLdCollectionName": "Minijuegos YourPart"
|
||||
},
|
||||
"vocab": {
|
||||
"title": "Entrenador de vocabulario en YourPart - aprende idiomas online",
|
||||
"description": "El entrenador de vocabulario de YourPart te ayuda a aprender idiomas con lecciones interactivas, cursos y ejercicios.",
|
||||
"keywords": "vocabulario, aprender idiomas, online, cursos, ejercicios, YourPart, gratis",
|
||||
"jsonLdDescription": "Entrenador de vocabulario interactivo con cursos, lecciones y ejercicios.",
|
||||
"jsonLdName": "Vocabulario YourPart"
|
||||
},
|
||||
"blogList": {
|
||||
"title": "Blogs en YourPart - aportes y temas de la comunidad",
|
||||
"description": "Descubre blogs públicos en YourPart con aportes, ideas, experiencias y temas de distintas áreas.",
|
||||
"keywords": "blogs, blog comunitario, artículos, entradas, YourPart",
|
||||
"jsonLdDescription": "Blogs públicos y aportes de la comunidad en YourPart.",
|
||||
"jsonLdName": "Blogs en YourPart"
|
||||
},
|
||||
"blogPage": {
|
||||
"title": "Blogs en YourPart",
|
||||
"description": "Blogs públicos, entradas y contenido comunitario en YourPart.",
|
||||
"keywords": "blog, YourPart, comunidad"
|
||||
},
|
||||
"blogPost": {
|
||||
"pageTitle": "{title} | Blog en YourPart"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user