Voce SEO

0

Adds filterable SEO and Social fields to all publicly queryable post types and applies them to the header of the site to improve discoverability. As standard plugin: See Installing Plu

Version
Last updated
Active installations
WordPress Version
Tested up to
pa_tag
Rating
Total ratings
This plugin is outdated and might not be supported anymore.

Description

Adds filterable SEO and Social fields to all publicly queryable post types and applies them to the header of the site to improve discoverability.

As standard plugin:

See Installing Plugins.

As theme or plugin dependency:

After dropping the plugin into the containing theme or plugin, add the following:
php
if( ! class_exists( 'VSEO' ) ) {
require_once( $path_to_voce_seo . '/voce-seo.php' );
}