
Keyword research, one of the most essential facets of good search engine optimization can also be one of the easiest tasks to do wrong. Here are five ways you can improve the effectiveness of your keyword research. Then, I'll show you Drupal's "easy button" for better keyword research.

If you enjoy our content, please consider subscribing through RSS, so you can read our posts in your application of choice.
Simplenews is a popular Drupal module used for building and distributing e-mail newsletters from the admin end of your Drupal website.
Nodes fall into 3 categories:
1. Generated via a module, no CCK fields
2. Generated by CCK only
3. Created via a module with CCK fields added
For L10 projects, the CCK should not be used to create new content types (node type 2 from above). In instances where you may be tempted to create a node wholly by the CCK, create a node skeleton module and enable it first, then use CCK to add fields. A node skeleton does not add its own table.