RSSフィードスタータージェネレーターとは
RSSフィードスタータージェネレーターは、静的ブログ向けの完全なRSS 2.0 XMLフィードを生成します。 出力は公開サイトに使う前に確認しやすい形で表示されます。
Quick answer
RSS is an XML format that lets readers subscribe to your site updates through feed readers and aggregators. A feed.xml file at your site root makes new content discoverable without manual checking.
Limitations
- The tool generates a static XML file snapshot. You must regenerate and re-upload the file when new content is published.
- RSS 2.0 is generated. Atom and JSON Feed formats are not included. Some feed readers prefer Atom or JSON Feed over RSS.
- The feed must use absolute URLs in all item links and enclosures. Relative URLs will break when the feed is read by external aggregators.
使い方
- 必要な値を入力します。
- 結果パネルの出力を確認します。
- ページに合う部分だけコピーします。
- 公開前にブラウザとホスティング環境で確認します。
主な用途
- 公開前の繰り返し作業を短くする。
- マークアップ、CSS、チェックリストを準備する。
- 静的サイトで見落としやすい小さなミスを減らす。