Simple SEO Pack

0

With Simple SEO you can set your custom content for the “keywords” and “description” meta tags in each post or page using the standard WordPress metabox interface. You can also

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

Description

With Simple SEO you can set your custom content for the “keywords” and “description” meta tags in each post or page using the standard WordPress metabox interface.

You can also set default values for each meta tag which will be displayed in all your pages, although this is not a SEO best practice.

Available languages

Manual Database Update

In order to update your database you can run the following queries using your favorite MySQL admin tool, changing your table prefix if needed (a backup is strongly recomended).

UPDATE wp_postmeta SET meta_key = '_sseo_meta_keywords' WHERE meta_key = 'meta_keywords';

UPDATE wp_postmeta SET meta_key = '_sseo_meta_description' WHERE meta_key = 'meta_description';