SEOツール

Markdownフロントマタージェネレーター

Jekyll、Hugo、Astro、11tyなどの静的サイトジェネレーター向けのYAMLフロントマターブロックを生成します。

ツールを読み込み中...

Markdownフロントマタージェネレーターとは

Markdownフロントマタージェネレーターは、Jekyll、Hugo、Astro、11tyなどの静的サイトジェネレーター向けのYAMLフロントマターブロックを生成します。 出力は公開サイトに使う前に確認しやすい形で表示されます。

Quick answer

Front matter is YAML or TOML metadata at the top of a Markdown file that tells your static site generator the page title, layout, publish date, tags, and other settings. It is separated from content by triple dashes.

Limitations

  • The specific front matter fields vary by static site generator. Jekyll, Hugo, Astro, and 11ty each use different field names and conventions.
  • This tool generates YAML format only. Generators that prefer TOML or JSON front matter will need a different format.
  • Front matter values are case-sensitive in most static site generators. layout: post and Layout: post are treated as different fields.

使い方

  1. 必要な値を入力します。
  2. 結果パネルの出力を確認します。
  3. ページに合う部分だけコピーします。
  4. 公開前にブラウザとホスティング環境で確認します。

主な用途

  • 公開前の繰り返し作業を短くする。
  • マークアップ、CSS、チェックリストを準備する。
  • 静的サイトで見落としやすい小さなミスを減らす。

よくあるミス

  • 出力を確認せず本番に入れる。
  • 公開URLではなくローカルURLを使う。
  • build後に公開フォルダ内のファイルを確認しない。

Verification

  1. Build the site with your static site generator and confirm the page renders with the correct layout, title, and metadata from the front matter.
  2. Check that special characters in front matter values are quoted to avoid YAML parse errors during build.

FAQ

MarkdownフロントマタージェネレーターのFAQ

Markdownフロントマタージェネレーターはブラウザ内で動きますか?

はい。現在のツールはブラウザで出力を生成する設計です。

出力のテストは必要ですか?

はい。テンプレート、ブラウザ、ホスティング設定に合わせて必ず確認してください。

関連ツール

その他のseoツール

こちらもお試しください

こちらもお試しください