From eab1a77350bcdaaf06f72e460f0423a4ca42b8b7 Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Tue, 19 Apr 2016 10:09:49 -0400 Subject: [PATCH] group advanced options in readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 46dff37..226a6bf 100644 --- a/README.md +++ b/README.md @@ -81,9 +81,13 @@ The SEO tag will respect the following YAML front matter if included in a post, * `image` - Relative URL to an image associated with the post, page, or document (e.g., `/assets/page-pic.jpg`) * `author` - Page-, post-, or document-specific author information (see below) +## Advanced usage + +Jekyll SEO Tag is designed to implement SEO best practices by default and to be the right fit for most sites right out of the box. If for some reason, you need more control over the output, read on: + ### Disabling `` output -Jekyll SEO Tag is designed to implement SEO best practices by default. If for some reason, you don't want the plugin to output `<title>` tags on each page, simply invoke the plugin within your template like so: +If for some reason, you don't want the plugin to output `<title>` tags on each page, simply invoke the plugin within your template like so: ``` {% seo title=false %}