Goal
- Enable search and indexing tools to extract information about the pages’ content and, as a result, Improve the search results returned to users.
- Improve the way content is taken into account by search engines and indexing tools."
Implementation
Enter the tag <meta name = "description" content = "" />, or failing this a specific element having the same function, with a description of the content of the page or website.
Control
In the source code of each page examined:
- Check for the presence of the
tagor an equivalent using, for example, browser development tools. - Check that the text of this tag actually describes, in a specific or more generic way, the content of the page.