Thread Starter
Ovidiu
(@ovidiu)
Navigate to Seo Ultimate => Meta Keywords
It says: “Use the X most commonly-used words” as meta keywords – but are stop words excluded automatically? If not, how about adding that feature? If yes, how about an option of specifying the language so the proper stop words can be filtered out?
I’d really love to have stop words filtering as I don’t want to end up having a post have “and, the, when, like, to” as keywords 🙁
It seems the “Slug Optimizer” module uses a list of stop words.
Thread Starter
Ovidiu
(@ovidiu)
Navigate to Seo Ultimate => Title Tag Rewriter
You can’t set up default values for custom post types and custom taxonomies.
Plugin Contributor
John
(@johnlamansky)
1. Better documentation is coming in a future release.
{excerpt::autogen} uses an excerpt if there is one; if there isn’t, it autogenerates one.
{excerpt} uses an excerpt if there is one; if there isn’t, it returns nothing.
2. Yes, stop words are automatically excluded from meta keywords. The stop words list from the Slug Optimizer is used. You can customize the stop words list on the Slug Optimizer admin page.
3. The ability to set default title tag formats for custom post types and custom taxonomies is on the list of future features.
Thread Starter
Ovidiu
(@ovidiu)
Thanks John.
One last question: are there more variables we can use except: {excerpt}, {excerpt::autogen}, {meta_description}, {description}?
If so, where can I find a list?
insert in …./wp-content/plugins/seo-ultimate/modules/meta-keywords.php in line 121
$words = array_map('strtolower', $words);
so all stopwords will used – the default replace from the slugs IS case sensitive.