Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

All list of values for HTML rel attribute

Tags:

html

rel

I would like to know more on rel attribute used with a html elements. Does anyone know some list of attributes useful for SEO and social?

<a title="" rel="friend met neighbor" href="#">This is a link</a>

I know it only inside WordPress and it's links manager, but nothing more.

like image 302
vitto Avatar asked Feb 16 '12 18:02

vitto


1 Answers

HTML5 defines some values for the rel attribute: http://www.w3.org/TR/html5/links.html#linkTypes

For the use in HTML5, all other link types need to be defined/listed on this page in the microformats wiki: http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions

like image 66
unor Avatar answered Sep 19 '22 12:09

unor