JSONフィードスタータージェネレーターとは
JSONフィードスタータージェネレーターは、RSSのモダンな代替として静的ブログ向けのJSON Feedファイルを生成します。 出力は公開サイトに使う前に確認しやすい形で表示されます。
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.
使い方
- 必要な値を入力します。
- 結果パネルの出力を確認します。
- ページに合う部分だけコピーします。
- 公開前にブラウザとホスティング環境で確認します。
主な用途
- 公開前の繰り返し作業を短くする。
- マークアップ、CSS、チェックリストを準備する。
- 静的サイトで見落としやすい小さなミスを減らす。