Meta Description and Keywords
Menumill provides the ability to set meta description and keywords for all handles (pages, menus, articles, etc) - as well as support for sitewide defaults.
To use, do the following:
First, if its not already added, include the following to your
theme layout.liquid (within the head section of the html) NOTE: The
Menumill default themes already have this included.
{{ site.meta_description | meta_description_tag }}
{{ site.meta_keywords | meta_keywords_tag }}
Second, edit the page details and click on the 'Advanced Options' link, enter your page specific meta description and/or keywords, and save. The changes are immediately published.
Here is example output:
<meta name="description" content="Example Meta Description for my page." />
<meta name="keywords" content="example, Meta Keywords" />
To set the sitewide default meta description and keywords - click on 'Site Info' (on the upper right of the admin), click the edit icon for the site, enter your text and save. These values are used when there are not page/handle specific values.
Handle (page, menu, article etc) level meta tags take priority over the sitewide defaults.