Hi! What is the best rel=* tag for a book chapters? I mean, if I publish a book or any large work in many chapters (pages), and create a file with index or links to all chapters - and what is the best so spiders would understand, that it is actually all - one big job, not each of 10 or more separate pages? right now I am adding through my editor something like: rev="chapter" rel="contents" - to get idea, but there are many more options, and I am not sure which one is good....
While surfing the internet i got some attributes, while publishing in website, you may use these in your header section. This may help for Search Engines spiders for easy crawl <a rel="author"> - author Author of the particular document <a rel="license"> - license Copyright information about the book <a rel="icon"> - icon Icon to represent the current book/document <a rel="tag"> - Tag indicates that the [referenced document] is an author-designated "tag" (or keyword/subject) for the current page. <a rel="appendix"> - appendix Refers to a document serving as an appendix in a collection of documents. <a rel="chapter"> - Chapter Refers to a document serving as a chapter in a collection of documents. <a rel="contact"> - contact the person represented by the current document considers the person represented by the referenced document to be a contact <a rel="contents"> - contents Refers to a document serving as a table of contents. Some user agents also support the synonym ToC (from "Table of Contents"). <a rel="glossary"> - glossary Refers to a document providing a list of terms and their definitions that pertain to the current document. <a rel="me"> - me the referenced document represents the same person as does the current document <a rel="next"> - 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. <a rel="section"> - section Refers to a document serving as a section in a collection of documents <a rel="start"> - 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. <a rel="category"> - category Refers to a category assigned to the current document or post. Implemented by WordPress for indicating a relation between a blog post and a category. <a rel="stemap"> - sitemap Hope these rel sections will indexed by search engines bots vey well