What really gives rel = bookmark? For example, if you write a link link. According to the description of the html5 specification, I did not understand what it would be?
1 answer
The rel
attribute simply describes the link, that is, it indicates what the link is, what the document to which it leads.
Namely rel=bookmark
means that this link is an anchor and leads to some point in the same document.
And in fact, it doesn’t give anything, except to search engines, that this link is permanent, and to ordinary users, not what.
|