Yaffs site version 1.1
[yaffs-website] / web / modules / contrib / metatag / src / Plugin / metatag / Tag / Title.php
index 98860b0288d31a0c630270fbe4e1dd529acf2da8..fec83cf5290139c0718064f2ccd328fe4cb234a9 100644 (file)
@@ -8,7 +8,7 @@ namespace Drupal\metatag\Plugin\metatag\Tag;
  * @MetatagTag(
  *   id = "title",
  *   label = @Translation("Page title"),
- *   description = @Translation("The text to display in the title bar of a visitor's web browser when they view this page. This meta tag may also be used as the title of the page when a visitor bookmarks or favorites this page. It is common to append '[site:name]' to the end of this, so the site's name is automatically added."),
+ *   description = @Translation("The text to display in the title bar of a visitor's web browser when they view this page. This meta tag may also be used as the title of the page when a visitor bookmarks or favorites this page, or as the page title in a search engine result. It is common to append '[site:name]' to the end of this, so the site's name is automatically added. It is recommended that the title is no greater than 55 - 65 characters long, including spaces."),
  *   name = "title",
  *   group = "basic",
  *   weight = -1,