Tuesday 07 October 2003 11:19:08 am - 2 replies
Hi,
I notice the bugs section now has next, previous, first and last, could you place these links in rel tags.
You already have it for home etc, but it would be nice to extend it for us with browsers that support it i.e. Mozilla/Opera
<link rel="Home" href="/" title="eZ publish Open Source Content Management System (CMS) front page" />
Alternate
Designates substitute versions for the document in which the link occurs. When used together with the lang attribute , it implies a translated version of the document. When used together with the media attribute, it implies a version designed for a different medium (or media).
<link rel="alternate" href="link-reference">
Stylesheet
Refers to an external style sheet. See the section on external style sheets for details. This is used together with the link type Alternate for user selectable alternate style sheets.
<link rel="stylesheet" href="link-reference">
Start
Refers to the first document in a collection of documents. This link type tells search engines which document is considered by the author to be the starting point of the collection.
<link rel="start" href="link-reference">
Next
Refers to the next document in a linear sequence of documents. User agents may choose to preload the "next" document, to reduce the perceived load time.
<link rel="next" href="link-reference">
Prev
Refers to the previous document in an ordered series of documents. Some user agents also support the synonym Previous.
<link rel="prev" href="link-reference">
Contents
Refers to a document serving as a table of contents. Some user agents also support the synonym ToC (from Table of Contents).
<link rel="contents" href="link-reference">
Index
Refers to a document providing an index for the current document.
<link rel="index" href="link-reference">
Glossary
Refers to a document providing a glossary of terms that pertain to the current document.
<link rel="glossary" href="link-reference">
Copyright
Refers to a copyright statement for the current document.
<link rel="copyright" href="link-reference">
Chapter
Refers to a document serving as a chapter in a collection of documents.
<link rel="chapter" href="link-reference">
Section
Refers to a document serving as a section in a collection of documents.
<link rel="section" href="link-reference">
Subsection
Refers to a document serving as a subsection in a collection of documents.
<link rel="subsection" href="link-reference">
Appendix
Refers to a document serving as an appendix in a collection of documents.
<link rel="appendix" href="link-reference">
Help
Refers to a document offering help (more information, links to other sources information, etc.)
<link rel="help" href="link-reference">
Bookmark
Refers to a bookmark. A bookmark is a link to a key entry point within an extended document. The title attribute may be used, for example, to label the bookmark. Note that several bookmarks may be defined in each document.
<link rel="bookmark" href="link-reference">
Required reading from the W3C...
Source: http://www.webmasterworld.com/forum21/5181.htm
tia
Tony
Modified on Tuesday 07 October 2003 11:46:38 am by Tony Wood
You must be logged in to post messages in this topic!