回答:
連絡先ページはモジュールから取得されますMage_Contats。
メタデータを変更するには、これをlocal.xmlテーマのレイアウトファイルまたはcontacts.xml同じテーマの内に追加する必要があります。  
<contacts_index_index>
    <reference name="head">
       <action method="setTitle" translate="title" module="contacts"><title>YOUR META TITLE HERE</title></action>
       <action method="setDescription" translate="description" module="contacts"><description>YOUR META DESCRIPTION HERE</description></action>
       <action method="setKeywords" translate="keywords" module="contacts"><keywords>YOUR META KEYWORDS HERE</keywords></action>
    </reference>
</contacts_index_index>
MagentoのすべてのCMSページの場合これは、メタタグを更新する方法です。
CMS-> Magento Adminのページに移動し
 
ます。リストからメタタグを更新するページ(Urの場合は連絡先ページ)をクリックします。左側にページ情報ブロックがあります。
メタタイトルの場合-ページタイトルを更新します。(それ)
 
それはキーワードと説明タグのメタデータタブを切り替えます。
ここには、簡単に更新できる必須フィールドがあります。 
デフォルトではキーワードと説明。
とても簡単です。乾杯!!