Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / metatag / src / Plugin / metatag / Tag / Description.php
index 888a2ff94ab0c042ebcee961a00090bf0dafd840..7616d77fd2830e35a604c0dbeacb63cfda762d2c 100644 (file)
@@ -8,7 +8,7 @@ namespace Drupal\metatag\Plugin\metatag\Tag;
  * @MetatagTag(
  *   id = "description",
  *   label = @Translation("Description"),
- *   description = @Translation("A brief and concise summary of the page's content, preferably 150 characters or less. The description meta tag may be used by search engines to display a snippet about the page in search results."),
+ *   description = @Translation("A brief and concise summary of the page's content, preferably 320 characters or less. The description meta tag may be used by search engines to display a snippet about the page in search results."),
  *   name = "description",
  *   group = "basic",
  *   weight = 2,