Abbreviations

描述

Wrap abbreviations for search engine optimization and support other applications

Using abbreviations on your website is not a bad idea since people will get tired of reading the same over and over again.
Unfortunately, search engines and other application which might render your website are not that great with abbreviations.
Reading software, spelling checkers, language translations or other applications might fall over them.

By wrapping abbreviations in the therefor “abbr” HTML element, along with a title(description), applications relying on the structure of your site, can do their job just fine.

Search engines will read the abbreviation and the description which increases the chance for more relevance by specific terms used on search engines like Google.

评价

此插件暂无评价。

贡献者及开发者

「Abbreviations」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「Abbreviations」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.6.1

  • Fixed: Removed development files from plugin distribution

1.6

  • Performance: Single-pass regex now matches ALL abbreviations in one scan (O(1) instead of O(n))
  • Performance: Added WordPress object caching to reduce database queries
  • Performance: Longer abbreviations now match first to prevent partial matches
  • Code quality: Refactored to use named functions for better maintainability
  • Code quality: Full WordPress Coding Standards compliance

1.5

  • Initial public release