feat(web): SEO/GEO — descubribilidad, datos estructurados y contenidos ampliados - #283
Merged
Conversation
…s ampliados - sitemap.ts dinámico (home + info + una entrada por emergencia) - robots.ts en el origen apuntando al sitemap (nota: Cloudflare managed puede sombrearlo) - public/llms.txt describiendo la plataforma para motores de IA - JSON-LD: Organization + WebSite (layout) y SpecialAnnouncement por emergencia - OpenGraph/Twitter + canonical en home y detalle de emergencia; metadatos con términos reales de búsqueda - home: sección "Todo el operativo en una sola plataforma" con las 11 capacidades clave (antes no se contaban) - detalle de emergencia: intro citable + atribución de fuente - i18n es/en al día
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- opengraph-image.tsx en /e/[slug]: preview social 1200x630 con nombre y estado de la emergencia (next/og, sin tooling raster); twitter card a summary_large_image - FAQ visible (4 preguntas reales) + JSON-LD FAQPage en el detalle de emergencia - i18n es/en
… que hace la plataforma - nueva /funcionalidades: 7 bloques que describen todas las capacidades (acopio+inventario, necesidades validadas+matching, logística/transporte, donaciones trazables con QR, voluntariado/cuadrillas/orgs, coordinación en tiempo real, confianza+API+open source) - JSON-LD ItemList (inventario citable de funcionalidades) - enlazada desde footer (Recursos), home (CTA bajo features), sitemap y llms.txt - i18n es/en
…kyan-46e528 # Conflicts: # apps/web/src/app/layout.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Objetivo
Hacer ResponseGrid descubrible y citable por buscadores y motores de IA, y contar todo lo que hace la plataforma (hoy la home apenas mostraba una fracción de las features). Deriva de una auditoría GEO (score de partida ~30/100).
Cambios (base técnica)
app/sitemap.tsdinámico: home + páginas de info + una entrada por emergencia (/e/{slug}) desdeGET /emergencies. Antes las emergencias no eran descubribles.app/robots.tsen el origen apuntando al sitemap y excluyendo panel/auth/api. Nota: responsegrid.app va tras Cloudflare y su "Managed robots.txt" puede servir el suyo en el edge — hay que revisar allí que OAI-SearchBot, PerplexityBot y Googlebot (AI Overviews) estén permitidos.public/llms.txtdescribiendo la plataforma y sus páginas para asistentes de IA.Organization+WebSiteen el layout, ySpecialAnnouncement(el tipo schema.org para avisos de emergencia) en cada/e/{slug}. Escapado anti-inyección para strings de BBDD.Cambios (contenido)
Verificación
pnpm --filter web lint✅ (solo warning preexistente enapple-icon.tsx)pnpm --filter @reliefhub/api-client build✅pnpm --filter web build✅ —/robots.txtestático,/sitemap.xmldinámico,/e/[slug]OK, sin errores de tipos.Fuera de este PR (requiere acción manual)
ai-input.