Created
March 23, 2015 13:01
-
-
Save addisonhall/e534ca8977063e233ada to your computer and use it in GitHub Desktop.
Statamic SEO fieldset
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| title: Meta Fields | |
| fields: | |
| meta_section: | |
| display: SEO | |
| type: section | |
| page_title: | |
| display: SEO Page Title | |
| instructions: Create a custom page title for search engine optimization. | |
| required: false | |
| type: text | |
| meta_description: | |
| display: Meta Description | |
| instructions: Search engines use this text to display a brief description in search results. | |
| required: false | |
| type: text | |
| meta_hide_from_search: | |
| display: Hide this page from search engines | |
| type: checkbox | |
| hide: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment