Commit 93c69105 authored by Felipe Ribeiro's avatar Felipe Ribeiro Committed by Damien McKenna
Browse files

Issue #3114120 by felribeiro, DamienMcKenna: Recommend "description" tag be...

Issue #3114120 by felribeiro, DamienMcKenna: Recommend "description" tag be less than ~160 characters.
parent b5ff191c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -37,6 +37,8 @@ By DamienMcKenna: Minor code readability tweak.
#3110152 by DamienMcKenna, antongp: testTagsArePresent() and
  testTagsInputOutput() methods of the MetatagTagsTestBase class do not loop
  through child classes $tags property; updated all tests as necessary.
#3114120 by felribeiro, DamienMcKenna: Recommend "description" tag be less than
  ~160 characters.


Metatag 8.x-1.11, 2019-12-20
+1 −1
Original line number Diff line number Diff line
@@ -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 that is a maximum of 320 characters in length. 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 that is a maximum of 160 characters in length. 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,