Top "Rel" questions

The rel attribute specifies the relationship between the current document and the linked document

HTML5 `<link rel="shortcut icon" />`

The WHATWG document for HTML5 says that the rel attribute must contain values that are space-separated, and then it gives …

html favicon rel
External links: when use rel="external" or rel="nofollow"?

In most of my web site I have a lot of external links to my other sites and other external …

seo hyperlink rel
What rel=profile is for?

While doing the HTML for my new template, I stumbled across a new meta tag <link rel="profile" href="…

html relationship rel microformats
jquery change attribute

i have 4 links and i need to change the href attribute in a rel attribute. i know i cannot do …

jquery attributes href rel
Jquery: Add rel attribute to <a> tags within all <li> tags of a certain class

I'm trying to add a rel="lightframe" attribute to all my 'edit' links within my admin_links_node_edit class. &…

jquery attributes lightbox add rel
How to select anchor tag with specified class and rel?

I have an anchor tag like this, and I need to select it! <a href="#" class="foo bar" rel="123"&…

jquery jquery-selectors anchor rel
To see the content POST data trasferred by jQuery

How can you see what the attribute rel contains when it is transferred by POST? I transfer a variable by …

jquery post attributes rel
jQuery - add/append value to "rel" attribute

I have a set of random links, like this: <a rel="foo"> ... </a> ... <a> ... &…

javascript jquery html rel
Link Relations in JSON Representations

I'm designing a RESTful API based on JSON representations. In order to comply with HATEOAS, I use links between resources …

json rest hateoas rel
When should I use rel=noreferrer?

I have to link some other external sites. I know when to use nofollow. But I am not clear when …

html hyperlink rel