I am working with a search-engines ranking firm that insists having a custom "description" meta tags for each page is essential. The nodewords module only adds keywords tag.

Has anyone figured out how to add description tag also? Can anyone please suggest a way to do this?

The best discussion I found on this so far is here http://drupal.org/node/14811 with issue left unresolved.

Comments

harry slaughter’s picture

drupal pages are based on template files located in the /themes/ directory. each theme has its own templates.

for detailed instructions on editing themes, see: http://drupal.org/node/509

--
Living in fear of patch hell?
Want a stable development environment?
Support Dev Releases: http://drupal.org/node/30903
Support Code cleanup too: http://drupal.org/node/28540

--
Devbee - http://devbee.net/

Sam308’s picture

Just add the meta tags to the xtemplate.xtmpl file if using the Xtemplate theme or the page.tpl.php file if using the PHPtemplate themes.

You may want to check out the Drupal Theme Generator program. It does this automatically for you.

Drupal Theme Generator:
http://drupal.org/node/36302

Sam308

Aleet’s picture

I failed to explain well. I need different keywords and description meta tags on different pages. Therefore, editing the template won't help. Waiting to get a modified nodewords module here: http://drupal.org/node/14811

laura s’s picture

Also does description tags. Be sure to get the latest tarball.

Laura
===
pingVisionrare patternscattered sunshine

_____ ____ ___ __ _ _
Laura Scott :: design » blog » tweet

Aleet’s picture

Thanks so much Laura.

venkat-rk’s picture

Any chance the latest tarball would work with 4.6?

laura s’s picture

It's tagged for 4.6 and I'm using it on a half dozen sites already.

Laura
===
pingVisionrare patternscattered sunshine

_____ ____ ___ __ _ _
Laura Scott :: design » blog » tweet

venkat-rk’s picture

Oh, that's great. Thanks.