drupal 7 - Adding meta tag titles in each page in drupal7 -


in drupal site created pages page--about-us.tpl.php etc. need add metatg <meta name="title" content="about us"> in pages. there way this

thanks in advance

open xtemplate.engine in /themes/engines/xtemplate

around line 53, variables assigned template, you'll have line starts with

"content" =>

just above line, add:

"nodewords" => (module_invoke("nodewords", "get", $node->nid)),

next, open xtemplate.xtmpl , add standard meta keywords tag head area, {nodeword} keywords go.


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -