Meaning Of Rel Atttibute
Solution 1:
The rel attribute specifies the link relationship type.
In HTML5 you may only use rel values that
- are defined in the HTML5 specification, or
- are registered in the Microformats wiki page existing rel values: HTML5 link type extensions.
As the value servername.com|6d63402c is not defined/registered, the page uses invalid markup.
As to what this specific value does: we can’t know (well, because it is not defined/registered). It’s probably some internal or third-party script that makes use of it. They should better use the data-* attribute instead of misusing rel.
Post a Comment for "Meaning Of Rel Atttibute"