Type something to search... The source code of each part or portion of the book contains a metadata that describes the content of the book
Les livres numériques sont découpés en ressources individuelles, représentant généralement des portions spécifiques de l’ouvrage (une page, un chapitre, etc.), appelées Document de Contenu (Content Document). Chacune de ces ressources est contenue dans un fichier et doit comporter une donnée dans le code source qui permet de la décrire ou de fournir des informations à son propos. This reference relates to the metadata which, as its name indicates, allows to describe the page.
Objectives
- Allow search and indexing tools to retrieve information about page content.
- Improve the return to users of search results.
- Improve content support by search engines and indexing tools.
Implementation
- When creating content, think about creating a short description of each portion of the book
- Populate the
meta name="description" content="" tag, or a functional equivalent, with the description of the content.
Control
- In the source code of each Content Document
- Verify the presence of the
<meta name="description" content="" > tag, or its equivalent, (e.g., using browser developer tools). - Ensure the text within the tag accurately describes the content of the page, whether specifically or generically.
Validation
- Needs to be verified by a human.