Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Abbreviations

Beschrijving

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.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Abbreviations” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Abbreviations” in je eigen taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

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