By Aleet on
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
edit the template
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/
Yes, how to add custom "description" meta tag
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
I failed to explain well. I
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
Nodewords
Also does description tags. Be sure to get the latest tarball.
Laura
===
pingVision • rare pattern • scattered sunshine
_____ ____ ___ __ _ _
Laura Scott :: design » blog » tweet
Thanks so much Laura.
Thanks so much Laura.
Any chance the latest
Any chance the latest tarball would work with 4.6?
Yes
It's tagged for 4.6 and I'm using it on a half dozen sites already.
Laura
===
pingVision • rare pattern • scattered sunshine
_____ ____ ___ __ _ _
Laura Scott :: design » blog » tweet
Oh, that's great. Thanks.
Oh, that's great. Thanks.