トップ  »  Movable Type  »  title要素とdescription、keywordsを指定する

2008年11月18日

title要素とdescription、keywordsを指定する

mt:CategoryKeywordsはカスタムフィールドでカテゴリに作成。

カスタムフィールドの設定

  • システムオブジェクトは、カテゴリを選択
  • 種類は、テキストを選択
  • 必須?は、チェック
  • 名前と説明とテンプレートタグは、好きに入力

「一覧」→「カテゴリ」→「カテゴリの項目をクリック」→「カテゴリのkeywordsを入力する」


<!-- title要素 -->
<mt:If name="main_index"><title><mt:BlogName /></title></mt:If>
<mt:IfArchiveType archive_type="Category"><title><mt:CategoryLabel />|<mt:BlogName /></title></mt:IfArchiveType>
<mt:IfArchiveType archive_type="Monthly"><title><mt:ArchiveTitle />|<mt:BlogName /></title></mt:IfArchiveType>
<mt:IfArchiveType archive_type="Individual"><title><mt:EntryTitle />|<mt:EntryCategory />|<mt:BlogName /></title></mt:IfArchiveType>
<mt:If name="search_results"><title>タグ「<mt:SearchString />」がついているエントリー | <mt:BlogName /></title></mt:If>


<!-- description -->
<mt:If name="main_index"><meta name="description" content="<mt:BlogDescription />" /></mt:If>
<mt:IfArchiveType archive_type="Category"><meta name="description" content="<mt:CategoryDescription />" /></mt:IfArchiveType>
<mt:IfArchiveType archive_type="Monthly"><meta name="description" content="<mt:ArchiveTitle />のアーカイブリストです。" /></mt:IfArchiveType>
<mt:IfArchiveType archive_type="Individual"><meta name="description" content="<mt:EntryExcerpt />" /></mt:IfArchiveType><mt:If name="search_results"><meta name="description" content="<mt:BlogName />の検索結果です。" /></mt:If>


<!-- keywords -->
<mt:If name="main_index"><meta name="keywords" content="<mt:Include module="基本キーワード" />" /></mt:If>
<mt:IfArchiveType archive_type="Category"><meta name="keywords" content="<mt:CategoryKeywords />" /></mt:IfArchiveType>
<mt:IfArchiveType archive_type="Monthly"><meta name="keywords" content="<mt:Include module="基本キーワード" />" /></mt:IfArchiveType>
<mt:IfArchiveType archive_type="Individual"><meta name="keywords" content="<mt:EntryKeywords />" /></mt:IfArchiveType>
<mt:If name="search_results"><meta name="keywords" content="<mt:Include module="基本キーワード" />" /></mt:If>

トラックバック(0)

このブログ記事を参照しているブログ一覧: title要素とdescription、keywordsを指定する

このブログ記事に対するトラックバックURL: http://magic-happens.net/mt/mt-tb.cgi/46

コメントする

Top of Pageページの先頭へ

© Magic Happens