This module is for people who upgraded their Drupal 6 to Drupal 7 and found there is no D7 version of the Nodewords module. There is an alternative called Meta tags quick.

I built this simple module to provide conversion tool between the D6 Nodewords and D7 Meta tags quick.

-- REQUIREMENTS --

Drupal 7 migrated from Drupal 6 using Nodewords module
nodewords table from your previous Drupal 6 database.
Meta tags quick module enabled and installed

-- HOW TO USE IT --

Upgrade Drupal 6 to Drupal 7 as you usually do. Install and enable the Meta tags quick module. Then install and enable this module. Navigate to Administration > Configuration > Development > Convert Nodewords to meta tags quick.
Click Convert! button and wait for a while.

After the conversion is done, feel free to remove this module.

-- HOW IT WORKS --

To be able to do something this module needs the nodewords table from your previous Drupal 6 installation. It will get keywords and description metatags for each node from it, based on nid. Then it will save them to the metatags_quick table in Drupal 7 database structure. The operation is performed using he Drupal Batch API.

Project page: http://drupal.org/sandbox/maxiorel/1198734

Comments

greggles’s picture

This seems like it should be a patch to Meta tags quick. Any reason you didn't choose to do that?

maxiorel’s picture

I agree :-) I am in touch with Meta tags quick's author already.

greggles’s picture

Is there an issue in the Meta Tags Quick queue?

maxiorel’s picture

ParisLiakos’s picture

Status: Needs review » Closed (won't fix)
greggles’s picture

I see that the patch was accepted into meta tags quick, so I think rootatwc's action in comment #5 was appropriate. Of course if maxiorel disagrees the issue can always be revisited.