Qué es Generador de feed JSON Feed?
Generador de feed JSON Feed es una herramienta de navegador para esta tarea: Genera un archivo JSON Feed para tu blog estático cómo alternativa moderna al RSS. La salida es fácil de revisar antes de usarla en un sitio publicado.
Quick answer
JSON Feed is a modern machine-readable feed format in JSON that serves the same purpose as RSS. Publish feed.json alongside feed.xml to support both legacy and modern feed readers.
Limitations
- JSON Feed version 1.1 is generated. Future versions of the spec may introduce fields that this tool does not yet support.
- Fewer feed readers support JSON Feed compared to RSS. Many readers still rely on RSS for feed discovery and subscription.
- The feed is a static JSON file and must be manually updated when new entries are published. It does not auto-detect new content.
Cómo usar esta herramienta
- Abre la herramienta y escribe los valores necesarios.
- Revisa la salida en el panel de resultado.
- Copia solo la parte que encaja con tu página.
- Prueba el cambio antes de publicar.
Para qué puedes usarla
- Resolver tareas repetidas de publicación con menos fricción.
- Preparar marcado, CSS o checklists antes del lanzamiento.
- Evitar pequeños errores comunes en sitios estáticos.