私の drupal サイトでは、page--about-us.tpl.php などのページを作成
<meta name="title" content="ABOUT US">
しました。ページに metatg を追加する必要があります。これを行う方法はありますか
前もって感謝します
/themes/engines/xtemplate で xtemplate.engine を開きます
変数がテンプレートに割り当てられている 53 行目あたりに、次の行で始まる行があります。
「コンテンツ」=>
その行のすぐ上に、次を追加します。
"nodewords" => (module_invoke("nodewords", "get", $node->nid)),
次に、xtemplate.xtmpl を開き、標準のメタ キーワード タグを head 領域に追加します。{nodeword} はキーワードが通常入る場所です。