=== Meta Tags Generator ===
Contributors: congbom
Tags: meta tag, meta description, seo description, facebook share, open graph
Requires at least: 2.5
Tested up to: 4.7.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Generate meta tags. Let your WordPress site optimize with Search engine & Social sharing.

== Description ==

Generate most common meta tags to your WordPress site.

Open Graph (og) tag via post content and featured image:

`<meta property="og:url" content="..." />
<meta property="og:type" content="..." />
<meta property="og:title"content="..." />
<meta property="og:description" content="..." />
<meta property="og:image" content="..." />`

Meta description tag via post content or excerpt:

`<meta name="description" content="..." />`

== Installation ==

1. Upload `meta-tags-generator` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress