Popis
It is a common SEO technique to remove ‚stop words‘ from the slug URL that are considered low priority in the search algorithm. Also, it helps trim the maximum URL length by creating a summary of the post title rather than the full text.
This plugin will remove the stop words from the URL from a defined list you can edit in the options.
A list of predefined stop words are included with the plugin and also available here.
Instalace
- Upload
remove-stop-words
folder to the/wp-content/plugins/
directory . - Activate the plugin through the ‚Plugins‘ menu in WordPress.
- Add the stop words (comma separated) to the textarea in the options panel. There is a list of stop words included with this plugin.
- The predefined stop words will be removed from the URL slug.
Recenze
Pro tento plugin nejsou žádné recenze.
Autoři
Remove Stop Words je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPřeložte “Remove Stop Words” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
1.2
- Add option to edit the list of stop words in the admin panel.
1.0
- Release.