このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Remove Stopwords From Slug

説明

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.

インストール

  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

評価

このプラグインにはレビューがありません。

貢献者と開発者

Remove Stopwords From Slug はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Remove Stopwords From Slug” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。