rel-nofollow-ja

From Microformats Wiki
Jump to navigation Jump to search

rel="nofollow"

2005-01-10版

編集者

原案

著作権

This specification is (C) 2005-2024 by the authors. However, the authors intend to submit (or already have submitted, see details in the spec) this specification to a standards body with a liberal copyright/licensing policy such as the GMPG, IETF, and/or W3C. Anyone wishing to contribute should read their copyright principles, policies and licenses (e.g. the GMPG Principles) and agree to them, including licensing of all contributions under all required licenses (e.g. CC-by 1.0 and later), before contributing.

  • Tantek: I release all my contributions to this specification into the public domain and I encourage the other authors to do so as well.
    • When all authors/editors have done so, we can remove the MicroFormatCopyrightStatement template reference and replace it with the MicroFormatPublicDomainContributionStatement.

特許

この仕様はロイヤリティーフリーの特許方針に帰属するものです。特許方針に関してはW3C Patent PolicyRFC3667RFC3668をご覧下さい。

概要

rel-nofollowはmicroformatsのひとつで、単純microformatに属するものです。rel="nofollow"をハイパーリンクに加えることで、検索エンジンなどリンクを解析するユーザーエージェントが、リンク先を重み付けやランキングの指標として用いないようにします。ユースケースとして、第三者がblogにつけたコメントや、作者が推奨はしないもののリンクしておきたいものがあります。より詳しく賛成や反対の意味づけを行いたい場合は、VoteLinksをご覧ください。

XMDPプロファイル

<dl class="profile">
 <dt id="rel">rel</dt>
 <dd><p>
   <a rel="help" href="http://www.w3.org/TR/html401/struct/links.html#adef-rel">
     HTML4 definition of the 'rel' attribute.</a>  
   Here is an additional value.</p>
  <dl>
   <dt id="nofollow">nofollow</dt>
   <dd>Indicates that the referred resource was not necessarily linked to 
       by the author of the page, and thus said reference should not afford 
       the referred resource any additional weight or ranking by user agents. </dd>
  </dl>
 </dd>
</dl>

規範的な情報

参考情報

  • リンク先の文書について、賛成や反対を表したい場合には、VoteLinksを用います。rel-nofollowとVoteLinksを実装する方は、rev="vote-abstain"rev="vote-against"などの値を、重み付けやランキングに用いないようにしてください。
  • このフォーマットは、http://developers.technorati.com/wiki/RelNoFollow からの寄稿です。

未解決の問題

rel-nofollowに関し、W3C www-html メーリングリストをはじめいくつかのフォーラムから問題提起がなされています。問題は、大きく4つのカテゴリに分けられます。

  • 定義 - nofollowは関係よりも、ユーザーエージェントが取るべき挙動の指定を意味するように感じる。relの値はソースとリンク先の関係を表す名詞であるべきだ。
  • 名前 - nofollow はよい名前ではない。
    • 車輪の再発明だ。他のロボットよけ仕様 (robots.txt, meta robots) と変わりない。
    • 名前ががきちんと目的を説明していない。「このリンクをたどるな」ではなく「このリンクに重み付けを行うな」であるべきだ。Asbjørn Ulsberg
    • 名詞ではない。
    • 代替案:
  • 有効性 - nofollowはspamに対し効果がない。
  • 巻き添え - ツールが自動的に第三者からのリンクにnofollowをつけた場合、spamではない正当なリンクが無視されたり、重み付けを行われなくなる。その結果、そのリンク先において、あまり良くない事が起こる可能性がある。

その他の問題

rel-nofollowに関し述べられている問題は、次のサイトでも見つけることが出来ます。