警告:これは実際にはテストされていませんが、GoogleWebmasterCentralブログとschema.orgドキュメントを読んだことに基づいて機能するはずです。ともかく...
これは、マイクロデータを使用してコンテンツを構造化するための良いユースケースのようです。これには、次のように、コンテンツをArticleタイプのリッチスニペットとしてマークアップすることが含まれます。
<div itemscope itemtype="http://schema.org/Article" class="item first">
<h3 itemprop="name">August 13's correlation</h3>
<p itemprop="description" class="stat">In general, 27 percent of people have never had any wisdom teeth extracted. But among those who describe themselves as pessimists, 38 percent haven't had wisdom teeth extracted.</p>
<p class="info">Based on a survey of 222 people who haven't had wisdom teeth extracted and 576 people in general.</p>
<p class="social"><a itemprop="url" href="http://www.correlated.org/153">Link to this statistic</a></p>
</div>
pagescope、itemtype、itempropを使用して、ページ上の各記事を定義していることに注意してください。
現在、Google、Yahoo、Bingでサポートされているschema.orgitemprop="url"
によると、検索エンジンは上記の正規URLを尊重する必要があります。
正規の参照
通常、リンクは要素を使用して指定されます。たとえば、次のHTMLは、Catcher intheRyeという本のWikipediaページにリンクしています。
<div itemscope itemtype="http://schema.org/Book">
<span itemprop="name">The Catcher in the Rye</span>—
by <span itemprop="author">J.D. Salinger</a>
Here is the book's <a itemprop="url"
href ="http://en.wikipedia.org/wiki/The_Catcher_in_the_Rye">Wikipediaページ。
したがって、このようにマークアップすると、Googleは、どのコンテンツがどの正規URLに属しているかを正しく割り当て、それに応じてSERPで重み付けできるようになります。
コンテンツのマークアップが完了したら、Rich Snippetsテストツールを使用してテストできます。これにより、ページを本番環境に移行する前に、Googleがページについてどのように扱っているかがわかります。
ps重複コンテンツのペナルティを回避するためにできる最も重要なことは、パーマリンクページのタイトルを修正することです。現在、彼らはすべて「相関関係-驚くべき相関関係を発見する」と読んでいます。これにより、ランキングが大ヒットします。