public function attributeLabels()
 {
     return ['url' => Module::t('builderindex_url'), 'title' => Module::t('builderindex_title'), 'language_info' => Module::t('builderindex_language_info'), 'content' => Module::t('builderindex_content'), 'url_found_on_page' => Module::t('builderindex_url_found')];
 }
 public function attributeLabels()
 {
     return ['url' => Module::t('index_url'), 'title' => Module::t('index_title'), 'language_info' => Module::t('index_language_info'), 'content' => Module::t('index_content'), 'url_found_on_page' => Module::t('index_url_found'), 'added_to_index' => ' add to index on', 'last_update' => 'last update'];
 }