I got this code from the wordpress
<head profile="http://gmpg.org/xfn/11">
What does this means?
what is the use of this code.? 🙂
I got this code from the wordpress
<head profile="http://gmpg.org/xfn/11">
What does this means?
what is the use of this code.? 🙂
You must be logged in to post a comment.
From http://www.w3.org/TR/html401/struct/global.html#h-7.4.4.3
It’s useless enough to be dropped from the HTML5 draft. I’d suggest against using it.
Its like a meta link for the XHTML Friends Network. XFN is a way of describing, in a machine-readbale way, relationships between you and other people.
It is a meta data profile.
As specified by http://www.w3.org/TR/html4/types.html#type-links, profiles should be specified when using values for the rel attribute that are not defined in the HTML specification.
See http://www.w3.org/TR/html4/struct/global.html#h-7.4.4.3 and http://gmpg.org/xfn/11 for the details.
Theoretically speaking, I believe this is a wonderful attribute to add to a link. By identifying this parameter in the link origin offers the possibility to add another metric in the attempts to verify the importance of a link by the search engines of today and the companies that utilize the data in the future. This attribute could help determine if a link to someone is not spam or spam-esque.
Unfortunately, there would be a “continual static” in the data from manipulation of the web masters to use the most impactful link relationship as results demonstrate instead of an actual.
I believe that no matter the hardship now to incorporate, this important attribute should be used and tracked regardless of the possible manipualtions.
Has anyone seen anything more on this attribute being utilized or incorporated? I’ll keep reading. Thanks for the hard work.