WordPress plugin for Search Engine Optimization. It sets the h1, extra text blocks, titles, keywords and page descriptions (with using templates). It adds item to the main WP control panel menu, forms of editting and adding new posts, editting taxonomy extra columns for setting SEO-parameters to the certain pages.
May be used with WooCommerce, Jigoshop, etc.
It is possible to set the title, keyword, description and extra text blocks templates to pages (main page, post page, pages of one or bunch of taxonomies). Support custom post type and custom taxonomies.
Variables can be used in templates.

site_PARAMETER — site information. You need to put the name of the variable instead of PARAMETER (more info https://codex.wordpress.org/Function_Reference/get_bloginfo).
For example: %site_name %, %site_description %
page_num — page number
page_count — the ammount of pages
title — the post’s title
categories — all the categories separated by commas
category — the first category
tags — all tags separated by commas
tax_single_TAXONOMYSLUG — the first value of taxonomy. It is usually used for custom taxonomies.
For example: %tax_single_category %
tax_TAXONOMYSLUG — all the values of taxonomy separated by commas. It is usually used for custom taxonomies.
For example: %tax_category %
title — the taxonomy’s title
parenttax_1 — parent term name. The number at the end of the variable denotes the level of the parent.
title — enumeration of names of taxonomies separated by commas
tax_TAXONOMYSLUG — all the values of taxonomies separated by commas
Set of options to delete a part of information in the tag HEAD:
These sections are made for editting files in the site root through the website control panel.
It adds Java Scripts or any other code to all pages. The code can be inserted to any part of the page: