In Drupal core, the default behavior for the title tag is to automatically append the site name to the current page title.

By contrast, the metatags_quick_default field formatter for "title" meta fields doesn't automatically append the site name. That's fine, and desirable for many people. But it would be nice to be able to optionally turn on automatic site name appending when desired.

CommentFileSizeAuthor
#1 metatags_quick-2220009-1.patch2.46 KBLes Lim
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Les Lim’s picture

Status: Active » Needs review
FileSize
2.46 KB

Here's a patch that adds a field formatter settings form for metatags_quick_default. The form option will only display if the meta_tag for the field is "title".