MetaGenerator

One new feature I would like to see is the ability to include the section and/or category in the document title: [section_name] [category_name]
Many Thanks!!
-jay
Option to replace sitename with category name has been added in the new version.
When I view html code the accented letters like "formalità" appear "formalit?". I checked the encoding of the database utf8_general_ci but nothing happend, how can I fix this?
Very thanks for great joob!
It is very easy to install and add the site verification tags
You are one click away from your site verification
You have to do the change in php to support the Greek and then everything is OK
Keep on the good job!!!
We are just launching a new webbzine with over 40 pages of fresh content and the thought of having to write the metatags individually was a nightmare!
Had it up and running very quickly and bar the change mentioned earlier to remove the extra commas and quotes - the plug in has saved us an enormous amount of time.
Many thanks to the developer indeed
in plugins/system
Edit MetaGenerator.php
Find the line
$keywords .= $word . ", ";
ad this line just above the one you just found
$word = preg_replace("/[^A-Za-z0-9]/","",$word);
After that you will have no "special characters" in your keywords that would throw a SE off.
Thanks for a great plugin!
And...if you have special characters in your language?
My sites are in spanish and you code makes ñ,á,é,etc disapears. But I'm happy you've found the best way for you.
Thanks for your review.
If you have non latin keywords change:
$keysArray = array_count_values(array_map('strtolower', $keysArray));
to:
$keysArray = array_count_values($keysArray);
It works for Greek!
i already try simpleSEO, JoomSEO, this one better then simpleSEO in the "keyword exclude", and better then JoomSEO in "description tag", because this plugin only grab the first content to become description, joomseo use the title - section name - then just the first content to become description.
thanks for the plugin :)

