That you for this module! I'm going to use the hook_nodewords() you've defined to build meta data based on path.

That said, I've uncovered a small bug:

      if ( $type == 'node' && (!isset($tags['descriptioin']) || empty($tags['descriptioin'])) && count($ids) == 1) {

Should read:

      if ( $type == 'node' && (!isset($tags['description']) || empty($tags['description'])) && count($ids) == 1) {

Comments

hanoii’s picture

Status: Active » Fixed

Commited, thanks!
a.=

Anonymous’s picture

Status: Fixed » Closed (fixed)

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