Good Day,

I was wondering if this is a straight forward module, meaning install and configure settings or will also need modification of files?
Has your ranking improve using this module?

Thank you,

Mark

Comments

s.daniel’s picture

Status: Active » Closed (fixed)

This module generally requires no patches to files except if you want to use panels (might be fixed already).
You can definitely improve your rankings with this module but more importantly provide a description to the searcher that reads well. The page.tpl.ph requires print $head; but that is normally already there.

Closing issue as this is described in the readme.txt:

1. Backup your database.

2. Copy the complete 'nodewords/' directory into the 'modules/' directory of
your Drupal site.

3. Enable the "Meta tags" module from the module administration page
(Administer >> Site configuration >> Modules).

The needed tables will be automatically created. If this fails, you will
need to create the tables manually. For example, the table definition for
MySQL is:

CREATE TABLE nodewords (
type varchar(16) not null,
id varchar(255) not null,
name varchar(32) not null,
content varchar(255) null,
PRIMARY KEY (type, id, name)
) /*!40100 DEFAULT CHARACTER SET utf8 */;

Do not forget to adjust the table name (nodewords) to work with your table
prefix if you use table prefixing.

4. Configure the module (see "Configuration" below).