public function fieldLabels($includerelations = true)
 {
     $labels = parent::fieldLabels($includerelations);
     $labels['CustomMetaTitle'] = _t('Subsite.CustomMetaTitle', 'Title');
     $labels['CustomMetaKeywords'] = _t('Subsite.CustomMetaKeywords', 'Keywords');
     $labels['CustomMetaDescription'] = _t('Subsite.CustomMetaDescription', 'Description');
     $labels['CustomExtraMeta'] = _t('Subsite.CustomExtraMeta', 'Custom Meta Tags');
     return $labels;
 }