Rel attribute in HTML

Source: Internet
Author: User
ArticleDirectory
    • Example
    • Browser support
    • Definition and use
    • Syntax
    • Differences between HTML 4.01 and HTML 5
    • Attribute Value
    • Reference

I found that some of my colleagues broadcasted this article on Weibo and added it to my favorites. So I will review this article on casual translation. Later I found that w3cschools.com.cn already has a Chinese translation, so here I will continue to improve this article to make it more valuable. I first thought of translating this document from idea.

Example

Connections with Rel attributes:

<A rel = "external" href = "http://www.xxoo.com/"> ooxx </a>

Browser support

Rel attributes are supported in all mainstream browsers

 

Note:This attribute is ignored during browser rendering, but the search engine can obtain more information from it (the tag is only valid when the href attribute exists ).

Definition and use

The rel attribute specifies the relationship between the current document and the connected document.

Syntax

<A rel = "value">

Differences between HTML 4.01 and HTML 5

Deleted Values: Appendix, chapter, contents, copyright, Glossary,Index, Section, start, subsection.

New Values: archives, author, Bookmark, external, first,Index, Last, license, nofollow, noreferrer, search, sidebar, Tag, up.

Attribute Value
Value Description Scenario | example Html4.01 HTML5
Appendix Link to the document Appendix      
Alternate Link to an alternative source (for example, print pages, translations, and images) Configure the atom and feed of the website in the head label.    
Shortcut icon Small shortcut icon Specify the title bar, address bar, and favorites bar icons    
Archives Link to the document set or historical data <LINK rel = 'archivees' href = 'HTTP: // www.ooxx.com/2012/07'/>    
Author Author of the link Author of the declarative document in the head label    
Canonical Authoritative, exemplary

Let the search engine know which page the webmaster wants to capture and include in the duplicate or similar web pages of the current website

<LINK rel = "canonical" href = "http://xxoo.com/"/>

  • The canonical attribute value usually appears in the rel attribute.
  • URL: http://www.xxoo.com/xhtml/rel_canonical/
  • Canonical can be considered as a secondary feature of 301 permanent redirection.
  • Canonical can be used with relative or absolute links, but absolute links are recommended.
  • Google defines canonical as the first choice for a set of highly similar webpages.
  • Canonical: Meaning of Chinese "model"
   
Stylesheet Document external style sheets <LINK rel = "stylesheet" href = "base.css">    
Home Home Page <Link href = "http://www.ooxx.com" rel = "home"/>    
First Link to the first document in the Set <LINK rel = "first" href = "index.html">    
Start Link to the first page of the current document <LINK rel = "start" href = "about: blank">    
Next Link to the next document in the Set <LINK rel = "Next" href = "about: blank">    
Prev Link to the previous document in the Set <LINK rel = "chapter" href = "about: blank">    
Last Link to the final document in the collection <LINK rel = "last" href = "index.html">    
Up Provides a link to a document. This document provides the context of the current document      
Search Search Tools linked to documents      
Sidebar Link to the document that should be displayed in the browser sidebar      
Contents Link to the content directory of the current document It is usually placed on the main content bar of the document to facilitate jump between topics on the current page    
Index Index linked to the current document      
Glossary Link to the glossary of the current document      
Copyright Link to the copyright or privacy page of the current document Website bottom Copyright    
Chapter Link from the current document to a chapter      
Section Link to a section in the document list      
Subsection Link to the sub-section in the current document list. (A section can have multiple sub-sections .)      
Head Link to the top-level document in the Set      
TOC Directory linked to the set      
Parent Link to the source document      
Child Link to the document below the source      
Help Link to help document <LINK rel = "help" href = "http://www.xxoo.net/help.html"/>    
Bookmark Used as a permanent URL for bookmarks List title    
External Link to external document External Connection referenced in the article    
Nofollow Link to unauthorized documents, such as paid links
Google uses "nofollow" to ensure that its search Spider does not track the link
Related Articles on the site, random articles on the site, comments and replies, comments, views, and author links on the list and article pages, comment addresses on the sidebar, and the "Homepage" link in the homepage navigation bar, most comments and most visits    
Noreferrer Requires that the browser should not send an HTTP referer header when the user follows the hyperlink      
License Copyright information linked to the document      
Tag Current document tag (keyword) Tag Cloud in the sidebar, tag in the article, tag in the list, and tag in the tab    
Friend Sponsorship Link, themes by at the bottom    

 

Due to my limited level, it is inevitable that there will be some errors. If you find anything inappropriate or need to be supplemented, please leave a message and point out, thank you!

Reference

Http://www.w3schools.com/TAGS/att_a_rel.asp

Http://vanessa.b3log.org/research-a-rel-value

Http://www.w3school.com.cn/htmldom/prop_anchor_rel.asp

I have to mention the rel-author label.

HTML rel canonical Attribute Value

Description of link label rel attributes

Rel = "canonical" (Google webmaster tool)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.