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