Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Remove Stopwords From Slug

Descripción

For a better SEO, it is said that the URLs must give information about the content of the web page. Because of this most people uses pretty URLs in wordpress with the permalink options. But the post slug in the URL is generated from the title of the post, and some times this slug is too long because we don’t remove the stopwords, common words without an important meaning, that don’t add anything significant to the URL.

This plugin removes the stopwords from the URLs for better SEO optimization of your blog and for making better and smaller URLs. You can set the stopwords through the `Plugins’ menu in WordPress wp-admin.

For example:

  • You have set the next stopwords: a, an, the, i, you, he, she, we, they, of
  • You write a post called: Review of the Google Chrome Browser
  • The normal post slug would be: review-of-the-google-chrome-browser
  • But the optimized slug is: review-google-chrome-browser

All configuration is done through wp-admin. No code editing is necessary.

Instalación

  1. Upload remove-stopwords-from-slug.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress wp-admin
  3. Set the stopword through the Options -> Slug Stopwords menu in WordPress wp-admin:
  4. That’s all

FAQ

I want to force an stopword to appear in the URL. How can I do it?

You must remove it from the list or uninstall the plugin temporaly.

Where can I find stopwords of my language?

We have samples in some languages, if you have another one, send it to us please.
http://www.berriart.com/wp-content/english-stopwords.txt
http://www.berriart.com/wp-content/espanol-stopwords.txt

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«Remove Stopwords From Slug» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Remove Stopwords From Slug» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.