We'll create fresh WordPress site with Meta Keywords & Description installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Get tags on every single post (is_single()) and put them in meta keywords tag in header (wp_head()). Otherwise it’ll use the keywords define in $default_keywords. Get the_excerpt() and put it in meta description tag in header (wp_head()). Otherwise it’ll use the description define in $default_description.
Requires the wp_head() tag !