Abbreviations

Description

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.

Avis

Il n’y a aucun avis pour cette extension.

Contributeurs/contributrices & développeurs/développeuses

« Abbreviations » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

Traduisez « Abbreviations » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Journal des modifications

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