Experimental project

This is a sandbox project, which contains experimental code for developer use only.

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.

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.

This module was originally written for http://www.backuphowto.info/ website.

Project information