NOINDEX

Добрый день. Подскажите как отключить индексирование слова"за сутки"?
return $this->setPretty($price).' '.$this->getCurrency().' '.self::getPriceName($this->price_type);
return $this->setPretty($price).' '.$this->getCurrency().' <noindex>'.self::getPriceName($this->price_type).'</noindex>';