2015年12月15日

Luxeritas では汎用的にマークアップできる箇所には、
schema.org で構造化データがマークアップされています。
※ schema.org とは
Google、Microsoft、Yahoo! の3社が、ウェブの改善を目的とし共同で進めている、構造化データマークアップの共通仕様を策定する取り組みのことで、検索エンジンに正確な情報を収集してもらい、ユーザーに最適な検索結果を提供するというものです。
Luxeritas では、おおよそ以下のようにマークアップしてあります。
Luxeritas のマークアップ
投稿・固定ページ

マークアップの詳細は下の一覧を参照してください。
記事一覧

マークアップの詳細は下の一覧を参照してください。
- Article や BlogPost 付けたかったけど、汎用性がないので付けてません。どうしても付けたい方は、single.php、page.php に自分で付けてください。
- WPSideBar は、サイドバーの中に何が入るか分からず、ノードが空っぽになってしまうため (SEO の観点から、推奨されない) 付けてません。
検索エンジンからの見え方
WebPage

WebSite

BreadcrumbList

SiteNavigationElement

UserComments

WPAdBlock

SearchResultsPage
※ 検索結果ページはインデクスしないので意味ないですが、一応つけてます。

WPFooter

マークアップ詳細
全共通
| itemtype |
|---|
| itemtype="http://schema.org/WebPage" |
| itemprop |
|---|
| itemprop="breadcrumb" | パンくず |
| itemprop="mainEntityOfPage" | メインコンテンツ |
| itemprop="headline" | サイト名、記事タイトル |
| itemprop="name" | サイト名、記事タイトル |
| itemprop="datePublished" | 公開日時 |
| itemprop="dateModified" | 更新日時 |
| itemprop="keywords" | カテゴリ、タグ |
| itemprop="copyrightHolder" | 投稿者名 |
| itemprop="editor" | 投稿者名 |
| itemprop="author" | 投稿者名 |
| itemprop="creator" | 投稿者名 |
ヘッダー
| itemtype |
|---|
| itemtype="http://schema.org/WPHeader" |
| itemtype="http://schema.org/WebSite" |
| itemprop |
|---|
| itemprop="about" | サイト名 |
| itemprop="name" | サイト名 |
| itemprop="url" | サイトトップのリンク |
| itemprop="alternativeHeadline" | キャッチフレーズ |
パンくずリンク
| itemtype |
|---|
| itemtype="http://schema.org/BreadcrumbList" |
| itemtype="http://schema.org/ListItem" |
| itemprop |
|---|
| itemprop="itemListElement" | パンくずのタイプ |
| itemprop="item" | パンくずの項目 |
| itemprop="name" | 項目名 |
| itemprop="position" | 階層 |
グローバルナビ
| itemtype |
|---|
| itemtype="http://schema.org/SiteNavigationElement" |
| itemprop |
|---|
| itemprop="name" | 記事のカテゴリやタイトル |
| itemprop="url" | 記事の URL |
記事一覧部分
| itemtype |
|---|
| itemtype="http://schema.org/WebPage" |
| itemprop |
|---|
| itemprop="headline" | 記事タイトル |
| itemprop="name" | 記事タイトル |
| itemprop="url" | リンク |
| itemprop="description" | 抜粋 |
| itemprop="datePublished" | 公開日時 |
| itemprop="dateModified" | 更新日時 |
| itemprop="keywords" | カテゴリ名・タグ |
| itemprop="image" | サムネイル |
投稿・固定ページ
| itemprop |
|---|
| itemprop="headline" | 記事タイトル |
| itemprop="name" | 記事タイトル |
| itemprop="datePublished" | 公開日時 |
| itemprop="dateModified" | 更新日時 |
| itemprop="keywords" | カテゴリ名・タグ |
| itemprop="mainEntityOfPage" | 本文 |
コメント欄
| itemtype |
|---|
| itemtype="http://schema.org/UserComments" |
| itemprop |
|---|
| itemprop="creator" | コメントした人の名前 |
| itemprop="name" | コメントした人の名前 |
| itemprop="commentTime" | コメント日時 |
| itemprop="dateModified" | 更新日時 |
| itemprop="commentText" | コメント本文 |
| itemprop="replyToUrl" | 返信用 URL |
広告
| itemtype |
|---|
| itemtype="http://schema.org/WPAdBlock" |
| itemprop |
|---|
| itemprop="headline" | スポンサーリンク |
| itemprop="name" | スポンサーリンク |
| itemprop="about" | 広告 |
フッター
| itemtype |
|---|
| itemtype="http://schema.org/WPFooter" |
| itemprop |
|---|
| itemprop="copyrightYear" | 発行年 |
| itemprop="copyrightHolder" | サイト名 |
| itemprop="name" | サイト名 |
フォローボタン
| itemprop |
|---|
| itemprop="SameAs" | 自分の SNSページへの URL |
| itemprop="url" | 自分の SNSページへの URL |
最近のコメント