seo slugs is a useful WordPress plug-in which removes common words such as ‘a’, ‘and’, and ‘but’ automatically from the WordPress permalink. The documentation has not been updated for a year and a half so I decided to do it. I have rewritten the seo slug WordPress documentation for v2.7. The plug-in works fine with WordPress v2.7.
Here is a copy of the updated documentation:
Removes common words like ‘a’, ‘the’, ‘in’ from post slugs to improve SEO.
== Description ==
The SEO Slugs Wordpress plugin removes common words like ‘a’, ‘the’, ‘in’ from post slugs to improve search engine optimization.
For example, when you publish a post with a title like this:
“What You Can Do Immediately For Higher Rankings”,
Wordpress automatically assigns a long filename to your post, called a post slug:
/what-you-can-do-immediately-for-higher-rankings
SEO Slugs plugin strips common words like “what”, “you” or “can” out of your post slug to make it more search engine friendly. With SEO Slugs plugin activated, the slug for our example blog post would look like this:
/immediately-higher-rankings
The slug is generated on saving a post (so you get a chance to look at it before publishing, and change it), or on publish. It won’t overwrite an existing slug. You can force a new slug generation by deleting the existing one.
The list of common words is in the seo-slugs.php file and can be added/deleted/modified with a text editor. Use a simple text editor, such as NotePad, so extraneous characters are not added.
== Installation ==
1. Upload ’seo-slugs.php’ to the ‘/wp-content/plugins/’ directory.
2. Activate the plugin through the ‘Plugins’ menu in WordPress.
3. There is no admin screen.
When creating a post, give it a title and press Save Draft. A permalink will be created underneath the title without the common words in it. If you edit the permalink, the plugin will honor your slug and won’t change it even if you add common words.
If you publish instead of saving as a draft, seo-slugs will strip out the unwanted words and create the permalink. Once created, it cannot be changed.
The author, Andrei Mikrukov, gave a link in the original documentation but it does not work any more.
Doug