by prettyboymp on WordPress.org
An SEO plugin taking things from both WP SEO and All in One SEO but leaving out the VIP incompatible pieces.
Adds filterable SEO and Social fields to all publicly queryable post types and applies them to the header of the site to improve discoverability.
See Installing Plugins.
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' );
}