Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garmeeh committed Oct 21, 2019
1 parent ad29e86 commit eef31e3
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 33 deletions.
63 changes: 31 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,38 +16,37 @@ Version One docs can be found [here](https://github.com/garmeeh/next-seo/tree/su
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

- [Next SEO](#next-seo)
- [Usage](#usage)
- [Setup](#setup)
- [Add SEO to Page](#add-seo-to-page)
- [Default SEO Configuration](#default-seo-configuration)
- [NextSeo Options](#nextseo-options)
- [Title Template](#title-template)
- [No Index](#no-index)
- [dangerouslySetAllPagesToNoIndex](#dangerouslysetallpagestonoindex)
- [Twitter](#twitter)
- [facebook](#facebook)
- [Canonical URL](#canonical-url)
- [Alternate](#alternate)
- [Additional Meta Tags](#additional-meta-tags)
- [Open Graph](#open-graph)
- [Open Graph Examples](#open-graph-examples)
- [Basic](#basic)
- [Video](#video)
- [Article](#article)
- [Book](#book)
- [Profile](#profile)
- [JSON-LD](#json-ld)
- [Article](#article-1)
- [Breadcrumb](#breadcrumb)
- [Blog](#blog)
- [Course](#course)
- [Corporate Contact](#corporate-contact)
- [Local Business](#local-business)
- [Logo](#logo)
- [Product](#product)
- [Social Profile](#social-profile)
- [Contributors](#contributors)
- [Usage](#usage)
- [Setup](#setup)
- [Add SEO to Page](#add-seo-to-page)
- [Default SEO Configuration](#default-seo-configuration)
- [NextSeo Options](#nextseo-options)
- [Title Template](#title-template)
- [No Index](#no-index)
- [dangerouslySetAllPagesToNoIndex](#dangerouslysetallpagestonoindex)
- [Twitter](#twitter)
- [facebook](#facebook)
- [Canonical URL](#canonical-url)
- [Alternate](#alternate)
- [Additional Meta Tags](#additional-meta-tags)
- [Open Graph](#open-graph)
- [Open Graph Examples](#open-graph-examples)
- [Basic](#basic)
- [Video](#video)
- [Article](#article)
- [Book](#book)
- [Profile](#profile)
- [JSON-LD](#json-ld)
- [Article](#article-1)
- [Breadcrumb](#breadcrumb)
- [Blog](#blog)
- [Course](#course)
- [Corporate Contact](#corporate-contact)
- [Local Business](#local-business)
- [Logo](#logo)
- [Product](#product)
- [Social Profile](#social-profile)
- [Contributors](#contributors)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-seo",
"version": "2.1.2",
"version": "2.2.0",
"description": "SEO plugin for Next.js projects",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit eef31e3

Please sign in to comment.