예제 #1
0
 /**
  * canonical
  *
  * @return string
  */
 public function canonical()
 {
     // not use when use noindex for seo
     if ($this->_noindex_flg === false and $this->_canonical_flg === true) {
         return Seo_Html::canonical($this->_canonical_uri);
     }
     return '';
 }