http://oshiete1.goo.ne.jp/qa3147325.html
質問文自体のソースを殆ど検証してない。
このカテに置いたのは「一応」のメモ。
これから検証するかわからない
HTML 4の記述
http://www.w3.org/TR/REC-html40/struct/links.html#adef-rel
では
rel = link-types [CI]
This attribute describes the relationship from the current document to the anchor specified by the href attribute. The value of this attribute is a space-separated list of link types.
なので複数持つことは一応可能。
http://www.w3.org/TR/REC-html40/types.html#type-links
Authors may wish to define additional link types not described in this specification. If they do so, they should use a profile to cite the conventions used to define the link types. Please see the profile attribute of the HEAD element for more details.
なことも考えなくちゃいけないけど。