Title and description
The title and description are the main elements of a page snippet. Their quality affects the CTR: if the title and description are done properly, users are more likely to visit the site.
How the title and description are composed
The page title and description in the search results are based on:
Page content
-
The title element contents.
-
The Description meta tag content changed.
-
Page text, including the Schema.org markup. See the full list of special data that can be sent.
Additional sources:
- Yandex Catalog.
- Yandex Market.
- Texts of links to the page from other sites.
The page description in search results is chosen to be as informative and relevant to the search query as possible.
How to influence the composition of the title and description
You can influence the title and description using the title
and description
tags as follows:
Title
-
Place the
title
element inside thehead
element in the page code:<head> <meta name="example" content="..."/> <title>Alice in Wonderland</title> </head>
When the page is crawled by the bot, information from the
title
can be used as the snippet title.
Description
-
Place the
title
element inside thehead
element in the page code:<head> <meta name="description" content="..."/> </head>
When the page is crawled by the bot, information from the
description
can be used as the snippet description.
Tip
In many CMS, the title and description can be added in the visual page editor.
How to remove the description from a snippet
Data source |
How to remove |
Yandex Catalog |
Add the robots meta tag with the |
Text on your website page |
Disable text indexing using the noindex element. |
Link on your website page |
Disable link indexing with the rel="nofollow" attribute. |
Useful tools |
Technologies |
Services |