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

SEO File Renamer

説明

This is a super simple plugin for uploaded file name sanitization.

Essentially, it’s to make your uploaded filenames easier for search engines to read, hence better for SEO, nicer to look at in the folder (who cares?), and should also help avoid any issues with naming conventions.
You might be thinking that WordPress does a good enough job at renaming, but it still allows underscores and other symbols and characters that maybe don’t belong in a filename.

e.g.
This: Æ, %20 æ Ï, Ö, Ü, Ÿ-boyz_%20__=++&, ©, §)+Ţ ţ++‰+ath-club-ÆØÅæøå–.pdf
Becomes: AE-20-ae-I-O-U-Y-boyz-20-T-tath-club-AEOAaeoa.pdf
This: —-___——]- hair space U+200A.jpg
becomes: hair-space-U200A.jpg

The Original idea for this was done by Vaughn Royko and so we thought we would turn this into a simple plugin with a few options for those who are worried about messing with their functions file, and or can only install plugins and cant edit the Functions file.

インストール

  1. Install SEO File Renamer
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Allow filename capitalization by going to the ‘Settings > SEO File Renamer’ menu.

FAQ

Does this plugin work with PHP 8?

Yes.

評価

1件のレビューをすべて表示

貢献者と開発者

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

貢献者

“SEO File Renamer” をあなたの言語に翻訳しましょう。

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

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

変更履歴

1.0.3

  • Style updates

1.0.2

  • Updated dox

1.0.1

  • Initial version