Why does the module change the capitalisation? It may be important for search engines... not sure, but I wonder why it's changed and not kept as is!?

Comments

kbahey’s picture

Title: keywords made lowercase » Nodewords should not change keywords from mixed case to lowercase

The module should not change the case of the strings.

I have a client who says the new module will cause lower search engine ranking because of this.

The culprit is the line:

  foreach (array_map('drupal_strtolower', array_filter(array_map('trim', explode($separator, $text)))) as $item) {

In the nodewords_unique() function in nodewords.module.

avpaderno’s picture

Title: Nodewords should not change keywords from mixed case to lowercase » nodewords_unique() should not change text to lower case
Version: 6.x-1.2 » 6.x-1.x-dev
Status: Active » Fixed

The code has been changed, and committed in CVS.

Thanks for your report.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.