diff --git a/_config.yml b/_config.yml index eed2870..a4c54db 100644 --- a/_config.yml +++ b/_config.yml @@ -4,6 +4,8 @@ baseurl: "" shared_baseurl: "" syntax_highlight_theme: "tomorrow-night" cdnurl: "//cdn.tinymce.com/4/tinymce.min.js" +default_meta_keywords: tinymce, documentation, docs, plugins, customizable skins, configuration, examples, html, php, java, javascript, image editor + exclude: - README.md - Gemfile diff --git a/_layouts/default.html b/_layouts/default.html index 982437d..fcd0dda 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,15 +4,15 @@ - - + + - + - + - TinyMCE.com | {{ page.title }} + TinyMCE | {{ page.meta_title | or:page.title }} diff --git a/index.md b/index.md index 5125bc1..45725c6 100644 --- a/index.md +++ b/index.md @@ -2,7 +2,8 @@ layout: default title: TinyMCE Documentation type: index -description: The official documentaiton source for the most advanced editor designed to simplify website creation. +meta_title: Documentation +meta_description: The official documentation source for the most advanced editor designed to simplify website creation. --- {% include index.html links=site.data.nav %}