FC2 ブログでの SEO 対策 その2 - description

前回、 SEO 対策ということで、テンプレートで keywordsを指定する方法について紹介しました。 今回は description メタタグの指定についてです。

html のヘッダー部では、 description という meta タグを指定でき、 ここにページの概要を記述します。
効果のほどはよくわかりませんが、 keywords と同じくこの値も検索サイトでのヒットに影響してくると言われています。 また、これはサイトによっては検索結果の見出しとして利用されます。
そのため、 description もページにあったものにしておいた方がいいでしょう。

基本の description 指定

まずはブログの概要をヘッダー部(<head>)に記述します。 これが description のベースとなります。
<meta name="description" content="<%introduction>" />
<%introduction> はブログの管理画面で登録したブログの説明の単変数です。

個別記事ページでの description

記事個別のページでは記事の冒頭部分を概要として指定します。 カテゴリー、タグといった記事個別以外のモードに対しては、 特にその説明となるようなものは用意されていないため、ブログの説明をそのまま使用します。
<!--not_permanent_area-->
<meta name="description" content="<%introduction>" />
<!--/not_permanent_area-->
<!--permanent_area-->
<meta name="description" content="<!--topentry--><%topentry_discription><!--/topentry-->" />
<!--/permanent_area-->
記事個別モード(permanent_area)とそれ以外のモード(not_permanent_area) をブロック変数を用いて内容を変えています。

<%topentry_discription> は記事の冒頭部分のテキストです。 topentry ブロック内で使用します。

keywords と合わせた記述

前回の keywords の記述と合わせると次のようになります。
<!--not_permanent_area-->
<meta name="keywords" content="プログラミング,Redmine,C++,emacs,Ruby,web,<%sub_title>" />
<meta name="description" content="<%introduction>" />
<!--/not_permanent_area-->
<!--permanent_area-->
  <meta name="keywords"
    content="<!--topentry--><!--parent_category--><%topentry_parent_category>,<!--/parent_category--><%topentry_category>,<!--tag_list--><%topentry_tag_list_name>,<!--/tag_list--><!--/topentry-->"
  />
<meta name="description" content="<!--topentry--><%topentry_discription><!--/topentry-->" />
<!--/permanent_area-->
関連記事
スポンサーサイト



Prev.    Category    Next 

trackback

メタディスクリプション

このブログはウェブマスターツールを使っていて、ウェブマスターツールからSEOに関するアドバイスを頂いている。1つ役に立つかもしれないアドバイスを頂いた。メタディスクリプショ

新規トラックバック


この記事にトラックバックする(FC2ブログユーザー)

Facebook コメント


コメント

コメントの投稿

Font & Icon
非公開コメント

このページをシェア
アクセスカウンター
アクセスランキング
[ジャンルランキング]
コンピュータ
23位
アクセスランキングを見る>>

[サブジャンルランキング]
プログラミング
5位
アクセスランキングを見る>>
カレンダー(アーカイブ)
プルダウン 降順 昇順 年別

02月 | 2023年03月 | 04月
- - - 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 -


はてな新着記事
はてな人気記事
ブロとも申請フォーム
プロフィール

yohshiy

Author:yohshiy
職業プログラマー。
仕事は主に C++ ですが、軽い言語マニアなので、色々使っています。

はてブ:yohshiy のブックマーク
Twitter:@yohshiy

サイト紹介
プログラミング好きのブログです。プログラミング関連の話題や公開ソフトの開発記などを雑多に書いてます。ただ、たまに英語やネット系の話になることも。