Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Keyword Statistics

Descripción

With this plugin you can optimize your WordPress blog for search engines.
It can automatically generate meta informations (like keywords and description for example) needed for the search engine optimization (SEO) of your blog.

The Keyword-Statistics-Plugin checks the content of a post or a page for keyword density (single words and optionally 2- and 3-word phrases; for each the 1-10 most commonly used can be displayed).
It can update its informations automatically while the author is writing his content in a variable interval (every 1-10 seconds) or manually by clicking on a button.
The script comes with english and german stopwords, which optionally can be filtered out before calculating the keyword densities.
Moreover the commonest keywords are extracted in a list as a META keywords suggestion.
Based on this list a META description can be created and automatically set.
So the plugin can be used to do the on-page part of your SEO strategy.

Features:

  • Keyword density statistics about the usage of single keywords and keyphrases (2- and 3-words)
  • Setting an individual title for each page and post
  • META keywords will be set automatically based on the page content
  • META description generated from content based on the keyword statistics
  • Definition of individual titles, keywords and descriptions for all kinds of content aggregations. A set of variables that can be used on the specific aggregations – keywords will be filled up automatically to the maximum number of keys (you can define this too) with the ones generated from the listed posts.
  • Predecessors and successors that will be added to all page titles and descriptions served by your blog
  • Sitewide definition of meta keywords that will appear at the end or the beginning of the keyword list on each page of your blog – in addition to the ones defined for single posts or pages and at the various aggregations keyword lists.
  • Page-specific control of robots META
  • Generation of Canonical URLs – also for all kinds of content aggregation (lists with last posts, archive, tag, category, search results and author including pagination)
  • Controls the index/follow settings of the content aggregations (full control of robots for the specific aggregations)
  • Configuration of ODP, Yahoo! Directory and ARCHIVE (archiving of the content for search engines like google but also at archive.org) META
  • Prevents urls resulting in a not found response (404) from indexation
  • All meta tags generated by the plugin can be switched off separately to prevent collisions with other plugins
  • Using nonces for plugins security
  • Allow or deny indexation of the blogs feeds

Stopwords filtered for:

  • Brazilian Portoguese
  • Bulgarian
  • Czech
  • Danish
  • Dutch
  • English
  • French
  • German
  • Hungarian
  • Polish
  • Slovak
  • Spanish
  • Turkish

Backend translations for:

  • English
  • German
  • Slovak

Please notify: The SEO-relevant meta-information (meta keywords, meta description and the robots meta-tag) will be generated – and served – only for pages and posts which are saved after plugin installation.
You have to open and save an older post or page if you want to generate the meta data for the particular content.
For now there is no way to do this automatically.

The administrator can allow ordinary authors to change META informations or not.
Even if changing is disallowed an author can see the keyword density and can be guided from the statistics while he is writing the content.
He can do the on-page search engine optimization incidentally by knowing which keyword density should be reached.
This makes SEO easier for authors.

Learn more about this plugin on keyword statistics plugingerman

Capturas

  • Settings for sitewide used predecessors and successors that should be added at meta informations on any page served by the blog (e.g. main keywords for the domain or branding titles and descriptions)
  • Dialog for setting meta data for the different content aggregations
  • Options for metadata delivery
  • Settings for the automatic generation of meta informations
  • Defaults for controlling robots
  • Configuration of the keyword density checker
  • Options to control visibility of additional input fields (for title, meta keywords and meta description of single posts or pages) in post-/page-edit dialog
  • Keyword statistics and additional input fields at page-/post-edit dialog

Instalación

  • Just copy the keyword-statistics folder to the plugins directory of your blog.
  • Enable the plugin in your admin panel.
  • Use the options panel to choose the settings you want.

Updating: If you are updating by uploading the files by your ftp program you should login as admin after it.
This way options added in later versions will be initialized without changing the way your blog has served meta informations before.

After updating you should check the plugins configuration at the options panel and save the settings.
If anything goes wrong with the plugin do this first.
There may are new options for whom an initialization is needed and this will be done by saving the configuration.

Just tell your authors which keyword density you need and let them create the content – the on-page SEO work will be done automatically.
Remember that all META informations (meta keywords, meta description and the meta-tags for robots – and moreover the canonical url in WordPress versions less than 2.9) will only be generated and served by your blog if you have created or edited your posts or pages after installation of the plugin.
Each older post or page has to be opened and saved manually if the keywords, description and robots META should be generated (if you configured automatic setting of meta data) automatically.
After that the header tags for search engines will be set and served from the next page-request on.
By the way you can check the keyword density of the page content – maybe you have to change the text a little bit to reach your desired density.

FAQ

My language is not supported by the plugin! How can I replace a language I don’t need with another one?

First you should add the language specific stopwords. You can integrate them in the file stopwords.js. The simpliest way: If you are writing in french you can edit the block defined with 'de' which you replace with 'fr' – if you don’t need the german language. After that you can replace the wordlist with the french ones. At least you have to search the file keyword-statistics.php for all occurencies of the string <option value="de" and replace the de with fr.

I don’t know the language code for the language I want to add! Where can I find it?

Simply have a look at http://xml.coverpages.org/iso639a.html. There you can find a list of all language codes that can be used as your content lanugage.

I want to add my language to the existing ones! How does it work?

Simply add the string '*LANGUAGE*': [ *...* ], at the second line of the file stopwords.js. Replace *LANGUAGE* with the one you want to integrate (fr if you want to integrate french for example).The *...* is a placeholder for the stopwords you wish to define. You must embed each word in single quotes (e.g. 'the'). Single quotes unsed in the stopword have to be escaped with \'. If you wan to add it's you have to make it this way: 'it\'s'. Between the stopwords you need a , to separate them.

At least you have to search after all occurencies of <option value="de". Just copy these lines and insert them the line before. Then change all "de"s in the new line to "fr". From now on you can set french as your default language and also choose it in edit post/page.

Which words should appear in the stopword list?

The stopword list should only contain single words with no double meanings. For example in the dutch language the word ‘weer’ means ‘weather’ but also ‘again’. Words like that should not appear in the list. There are two reasons why: Firstly these words are helping search engines to classify the page content and these words are surely not classified as stopwords by Google, Yahoo! and Bing. The second reason is that there are some people writing about weather and they need this word to be listed as a keyword and not as a stopword. So please avoid those words if you want to filter stopwords.

Every time the plugin has been updated I need to reintegrate my stopwords. What can I do to prevent this?

Just send me the stopword list. Before you do this be sure that the stopwords face the conditions described above. I’ll check the wordlist – if there is a way of automatic translation – and add it to the plugin. In future updates the stopwords stay inside the plugin so you don’t have to do it anymore.

I am missing some stopwords in the plugin’s list. Can you add them?

If there are some words that – for your meaning – belong to the stopword list just send them to me via. e-mail. I’ll check and maybe add them to the existing.

Where can I get the plugin with my native backend language?

You have to create your own pot file of the plugin which is containing the localized captions. Translate the captions in the pot file and build your own mo file. The name of this file has to keep the structure condition keyword-statistics-*LANGUAGE*.mo. LANGUAGE is a placeolder for your personal language – to be exact the shortcode of it. If you are translating the captions to spanish you’ll use es instead of it.

More about localization you’ll find at I18n and Translating WordPress

How can I translate the plugin’s backend to my language?

If you want to translate the captions displayed at the admin interface or the author’s view for editing posts, you’ll have to edit the included file named keyword-statistics.pot that comes with the current version of the plugin. There you see the english captions used in the backend.

It is separated in blocks beginning with comments – recognizable at a # – which is followed by two lines. The first line is containing the double quoted english caption initiated by a msgid at the beginning of the line. At the second line – initiated by msgstr – you can add your translation between the double quotes.

After translating all messages you can send me the file and I’ll integrate the translation. At the end your authors got rid of the language mix at their backend.

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«Keyword Statistics» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Keyword Statistics» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.7.8

  • Done some compability check with versions since 3.0.1. Everything works fine.

1.7.7

  • Updated german backend translation and screenshot

1.7.6

  • Integrated a new option for telling bots to index/noindex the blogs feeds.

1.7.5

  • Drop any shortcode before text analysis will be done – only the content of the caption shortcode (including the caption attribute) will remain. The content – text between the opening and closing parts – of any other shortcode will be left too but attributes will be deleted.

1.7.4

  • Translated new backend messages to german and updated screenshots

1.7.3

  • Added more revealing error messages for misentries at configuration dialogs to tell the user which input field have to be changed before saving of configuration is possible.
  • Added previews for title, description and keywords in edit-page/post dialog when sitewide predecessors and/or successors are defined
  • Include sitewide predecessors and successors when checking the maximum number of characters and/or keywords at edit-dialogs
  • Now counting length of input fields for sitewide and aggregations meta before translation of special characters into html enities. In the past the length of the strings where counted with the entities, which leaded to an error while saving meta informations. E.g. a double quote where translated into the html entity " which leaded to the length of 6 characters (while only one character where counted at the preview).

1.7.2

  • Now with hungarian wordlist – Thanks to Németh Balázs

1.7.1

  • Added bulgarian wordlist from Yassen Yotov – Thanks for that

1.7.0

  • Integrated slovak word filter and backend translation – Thanks to Ondrey Tatliak

1.6.9

  • New stopwords for czech language – Thanks to adyba

1.6.8

  • Added nonces to all dialogs for plugins security (they where there before changing the structure of plugins configuration but got lost while reorganization process).

1.6.7

  • Integrated danish wordlist to the plugins filter

1.6.6

  • Now including french stopword list for filtering stopwords

1.6.5

  • New polish stopwords added – Thanks to Michał Jankowski

1.6.4

  • Translated new options
  • Added screenshot of sitewide meta predecessors and successors configuration dialog

1.6.3

  • Prevent the plugin from multiple addition of page numbers if the variable %pagination% is included in an aggregations title
  • Added missing variable replacement in sitewide predecessors and successors
  • Number of automatic generated keywords in post-edit and page-edit dialog had not been initialized so the number of generated keywords has been not the number defined at the plugins configuration.

1.6.2

  • New stopword list: Added spanish word filter data

1.6.1

  • Integrated definition of predecessors and successors for title, description and keywords which will be appended at any page of the blog.
  • Include length of aleady defined sitewide meta informations in status messages at the input previews on aggregations meta configuration dialog.

1.6.0

  • In debug mode the variable replacement function leaded to warnings when missing second parameter
  • Update of plugins configuration did not initialize all settings. This leaded to notices – also occourred in debug mode only – when accessing missing array indices.
  • When no posts has been assigned to tags or categories the javascript for generating the previews in aggregations meta configuration failed

1.5.9

  • Added / corrected german captions
  • New screenshot for aggregations meta settings
  • Changed some default values at the plugins configuration: displaying additional fields for admins is now activated and the additional field title – for definition of the pages/posts title at post-/page-edit dialog – can now be editied by authors by default (this will affect new installations of the plugin only)

1.5.8

  • Added possibility to set individual titles, descriptions and keywords for all types of content aggregations (index-, category-, tag-, author-, archive- and search results).
  • Controlling robots (index and follow) now can be set individual for the aggregation types too.
  • Metadata for aggregations title, description and keywords can be defined using a set of variables.

1.5.7

  • Corrected migration of single options used on older wordpress versions
  • Dropped display of keywords suggestion. For those who are using other SEO plugins and don’t use the plugin for serving meta keywords this makes no sense. We better save some space on display. These users better use the SEO-Tool – Keyword Density Checker which doesn’t execute extra code on ordinary page reguests. This one is for informational use only and the extracted keywords can be copied to the meta keywords input field of any SEO plugin.

1.5.6

  • Translation of the new captions
  • Some optical changes

1.5.5

  • Restructured the plugins configuration pages to make options clearer. Moreover there are some options coming soon to set individual titles, meta keywords, descriptions and robots meta informations for all kinds of content aggregations.
  • Updated screenshots of the plugins configuration dialogs and the additions at edit-post and edit-page generated by the statistics plugin.

1.5.4

  • Updated backends translation

1.5.3

  • Prevent output of redundant ruler if visibility of all meta input fields is switched off.
  • Hiding of meta input fields now is availiable for admin users too. No screen space will be wasted for those users who are using the plugin for calculating the keyword densities only.

1.5.2

  • Added list with turkish stopwords which came from Burak Tuyan.

1.5.1

  • Checked compability with WP 3.0. Everything seems to work fine.

1.5.0

  • Canonical urls were not set correctly if the posts page – index aggregation / post list – were set to a specific page url (configurable at Reading Settings -> Front page displays)

1.4.9

  • Dropped unneeded spaces and commas in keyword lists (post/page edit dialog) before update of meta keywords.

1.4.8

  • Corrected JS-Script for counting keywords in edit post/page. Counted always one before even if the field was empty.

1.4.7

  • Image captions were not filtered before text analysis so if a picture with a caption including the most important keyword were at the beginning of a post/page the source code of the captions block could be written in the generated description.
  • Corrected regular expression for filtering special characters out of the content.
  • Changed expression for automatic generation of meta description.

1.4.6

  • Updated german translation of the plugin

1.4.5

  • Now you can configure a sitewide used maximum number of keywords / keyphrases and the length this meta tag should have at the most. In edit-post/page these values will be checked so the author can see if he is using too many characters or keys.

1.4.4

  • Translated new configuration field captions.

1.4.3

  • Option for setting maximum number of characters used in title tags. While editing a post or page the custom title field now has a status field automatically updated when the field has been changed. Authors can see if they are using too many characters in this field.

1.4.2

  • Resolved conflicts with other plugins using the same name for the plugins base directory variable. This could cause an overwriting of the plugins path variable while initialization of the different parts in the wrong order.

1.4.1

  • Update of german captions and the needed pot for additional translations

1.4.0

  • If the plugin is not serving the page title, we should not drop an existing page title generated by WordPress or another plugin.

1.3.9

  • Added page title also to be served optional like meta informations. This way the page title already generated by WordPress or a plugin which ran before stay in the document.

1.3.8

  • Translated backend text for serving canonical urls

1.3.7

  • Made generation of canonical urls by the plugin optional too. WordPress only generates these on single pages or posts but not for archives, author aggregations, categories and tag lists.

1.3.6

  • Translations for captions of the new options for not serving various meta tags.

1.3.5

  • Now admin can configure which meta-informations sould be served or not – meta keywords and description in addition to robots meta and the content language. This will help when the plugin is installed with others who send meta informations and prevents from sending multiple tags of the same type. You can use it with other SEO plugins without confusing search engine crawlers.

1.3.4

  • Prevent plugin from resetting already defined metadata when post or page has been changed in quick edit mode.
  • Changed confusing description in options backend

1.3.3

  • Captions for option testmode had to be translated

1.3.2

  • Don’t delete the page title generated by WordPress or a plugin which generated one before if we are in testmode. This one should still be there for comparing with the one generated by keyword statistics plugin.

1.3.1

  • Added a testmode in which the plugin sends his meta description, keywords and other meta tags inside a HTML comment. This way you can check if the served metadata meets your expectations. Moreover you can compare the plugins meta output with the situation before. By commenting out the generated metadata search engines are ignoring these informations.

1.3.0

  • Translated german captions of new option and updated pot file

1.2.9

  • Added option which makes serving of all meta informations optional. This can be used if you want to manage these things with another SEO plugin and you don’t want to serve the plugin generated meta informations. In this case the plugin can still be used to have a look at keyword densities.

1.2.8

  • Completed german translation and pot needed to be updated

1.2.7

  • Made robots-meta optional. If controlling robots will be handled by robots.txt file it may confuse search engine crawlers when they get different informations via robots.txt and the robots meta-tag on a particular page. Now serving of the meta tag can be disabled.

1.2.6

  • Updated pot file and translation for new option min_words

1.2.5

  • We should not generate meta informations (keywords and description) if there isn’t enough content. New parameter for controlling the minimal number of words per post or page before automatic generation of metadata is setting these informations.

1.2.4

  • Autoupdate status not set correctly in edit-page/post. Now it should work in all cases.
  • Fixed problem with concatenation of meta robots.

1.2.3

  • Under certain curcumstances an error with the concatenation operator could occur while assembling of metadata.

1.2.2

  • Resolved problem on blogs running on servers with PHP 4. There the object operator did not work on function results.

1.2.1

  • Added information about the plugins version to the configuration. This can be used for future automatic update of the plugins configuration while keeping the state of the art – the plugins behave will not change while new options which are allowing a more sophisticated configuration are added.

1.2.0

  • Status of autoupdate has been lost if authors and distributors were not able to change automatic generated content in fields keywords and description.

1.1.9

  • Updated german translation of configuration and pot file for translating the plugins backend

1.1.8

  • Added possibility to hide fields authors and contributors can not change – e.g. if admin disallows editing robots meta or manual input of a meta description. These fields may confuse the author when they will be displayed but the user can’t edit them. Moreover it’s a waste of space on screen.

1.1.7

  • With some custom settings of permalink structure a false canonical were generated or an unaccurate slash at the end were appended.

1.1.6

  • Completed missing translations and faqs about backend translation and adding stopword lists

1.1.5

  • Added configuration to prevent sending of language meta informations or attributes in keywords and description. These should not be served if a language is not supported by the plugin (no stopwords present for the particular language).

1.1.4

  • Added german translation of the plugins backend and a pot file needed to add more translations

1.1.3

  • Prevent the plugin from serving language tags and language attributes in meta description and keywords in content aggregations when posts are written in different languages.

1.1.2

  • Conflict in backend (edit page/post) with category ‘uncategorized’ because of using the same value attribute. Changing plugin checkboxes for robot, stopword and autoupdate fields resulted in de-/activation of this category.

1.1.1

  • If automatic update of metadata is off and authors can edit keyword and descriptions (both set in plugin configuration), the activation of this feature in edit-post/page failed because of missing event-handlers.

1.1.0

  • When creating a new post or page the default values for description- and keywords autoupdate were not set correctly.

1.0.9

  • Contributors were able to change fields authors could not change (like configuration of the stopwords filter and manually setting of meta description, keywords, title and robot meta). If an author can’t do this contributors should not do it too.

1.0.8

  • Integrated stopword list for dutch language – wordlist came from Sakshin de Groot

1.0.7

  • Added stopword list for brazilian portoguese – thanks to Yoshio Iwamoto for the wordlist

1.0.6

  • Updated screenshots containing the robots options in admin panel.
  • Internal handling of the plugins version should make things easier when testing sites with outdated plugin. Notification for newer versions will be added soon within a dashboard widget.

1.0.5

  • Tested with WP 2.9.2 and confirmed compability

1.0.4

  • Prevent multiple canonical urls on posts and pages with WordPress 2.9+

1.0.3

  • Added possibility of configuration for controlling ODP, YDIR and ARCHIVE robots meta

1.0.2

  • Corrected javascript error: While using the HTML mode the script could not get the current content from the textarea so the statistics could not be updated in this view

1.0.1

  • Error while activation on WP 2.9+ («Plugin could not be activated because it triggered a fatal error.») – Used a function name already defined since WP 2.9
  • WP installation installed in subdirectories caused problem with include paths of javascript files

1.0

  • Initial release