Skip to content

Commit afbf3d3

Browse files
4ndymcflyclaude
andcommitted
SEO: Normalizar URLs a minúsculas con redirecciones 301
- Renombrar 66 posts a minúsculas para URLs SEO-friendly - Añadir redirect_from en cada post para mantener URLs antiguas - Renombrar carpetas de imágenes a minúsculas - Añadir plugin jekyll-redirect-from Soluciona errores 404 en Google Search Console por URLs case-sensitive (mayúsculas vs minúsculas) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 769df25 commit afbf3d3

70 files changed

Lines changed: 202 additions & 3 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ gem "jekyll-theme-chirpy", "~> 7.0", ">= 7.0.1" # Tu tema actual
1111

1212
group :jekyll_plugins do
1313
gem "jekyll-compose" # Herramientas adicionales para posts
14+
gem "jekyll-redirect-from" # Redirecciones 301 para SEO
1415
end
1516

1617
group :test do
Lines changed: 6 additions & 3 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions

_posts/2024-08-03-PROCEDIMIENTO-ENUMERACIÓN-Y-EXPLOTACIÓN-DE-ACTIVE-DIRECTORY.md renamed to _posts/2024-08-03-procedimiento-enumeración-y-explotación-de-active-directory.md

Lines changed: 3 additions & 0 deletions

_posts/2024-08-03-SINCRONIZAR-EL-RELOJ-CONTRA-UN-DC-EN-KALI---Tips.md renamed to _posts/2024-08-03-sincronizar-el-reloj-contra-un-dc-en-kali---tips.md

Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions

0 commit comments

Comments
 (0)