Commit 54d9685acdcacc32398586d850b98f2a92233640

Authored by Dima
1 parent 07cce4ca

rel nofollow for link in header

Showing 1 changed file with 6 additions and 6 deletions   Show diff stats
src/app/frontend/views/index.php
@@ -108,7 +108,7 @@ $page_title = isset( $page_title ) && !empty( $page_title ) ? $page_title : ''; @@ -108,7 +108,7 @@ $page_title = isset( $page_title ) && !empty( $page_title ) ? $page_title : '';
108 <div class="contact_mob_phones"> 108 <div class="contact_mob_phones">
109 <span class="small_digits">(093)</span><span> 026-86-64</span> 109 <span class="small_digits">(093)</span><span> 026-86-64</span>
110 <div style="float:right;font-size:12px;margin-right:65px;" class="contact_callback_phones"> 110 <div style="float:right;font-size:12px;margin-right:65px;" class="contact_callback_phones">
111 - <a href="#" class="callback" title="<?= $t->_("Feedback")?>" id="ajax_simple" data-options="width: 940, height: 400" target="<?= $this->seoUrl->setUrl( $this->url->get([ 'for' => 'callback' ])) ?>" data-type="ajax"><?= $t->_("Feedback")?></a> 111 + <a href="#" rel="nofollow" class="callback" title="<?= $t->_("Feedback")?>" id="ajax_simple" data-options="width: 940, height: 400" target="<?= $this->seoUrl->setUrl( $this->url->get([ 'for' => 'callback' ])) ?>" data-type="ajax"><?= $t->_("Feedback")?></a>
112 </div> 112 </div>
113 </div> 113 </div>
114 </div> 114 </div>
@@ -119,21 +119,21 @@ $page_title = isset( $page_title ) &amp;&amp; !empty( $page_title ) ? $page_title : &#39;&#39;; @@ -119,21 +119,21 @@ $page_title = isset( $page_title ) &amp;&amp; !empty( $page_title ) ? $page_title : &#39;&#39;;
119 </div> 119 </div>
120 <div class="float columns3 third_column last"> 120 <div class="float columns3 third_column last">
121 <div class="clearfix"> 121 <div class="clearfix">
122 - <div class="float basket_number float_right last"><a href="<?= $this->seoUrl->setUrl('/basket') ?>" title="<?= $t->_("cart")?>"><?= !empty( $in_cart ) ? count( $in_cart ) : '0' ?></a></div> 122 + <div class="float basket_number float_right last"><a href="<?= $this->seoUrl->setUrl('/basket') ?>" rel="nofollow" title="<?= $t->_("cart")?>"><?= !empty( $in_cart ) ? count( $in_cart ) : '0' ?></a></div>
123 123
124 - <div class="float basket float_right"><a href="<?= $this->seoUrl->setUrl('/basket') ?>" title="<?= $t->_("cart")?>" class="<?= (!empty( $static_page_alias ) && $static_page_alias == '/basket' ? ' active' : '') ?>"><?= $t->_("your_cart")?></a></div> 124 + <div class="float basket float_right"><a href="<?= $this->seoUrl->setUrl('/basket') ?>" rel="nofollow" title="<?= $t->_("cart")?>" class="<?= (!empty( $static_page_alias ) && $static_page_alias == '/basket' ? ' active' : '') ?>"><?= $t->_("your_cart")?></a></div>
125 <?php echo '<div class="float menu_cabinet float_right"> 125 <?php echo '<div class="float menu_cabinet float_right">
126 - <a href="'.$this->seoUrl->setUrl('/cabinet').'" title="'.(!empty( $customer['name'] ) ? $customer['name'] : $t->_("personal_account")).'" class="'.(!empty( $static_page_alias ) && $static_page_alias == '/cabinet' ? ' active' : '').'">'.(!empty( $customer['name'] ) ? $customer['name'] : $t->_("personal_account")).'</a> 126 + <a href="'.$this->seoUrl->setUrl('/cabinet').'" rel="nofollow" title="'.(!empty( $customer['name'] ) ? $customer['name'] : $t->_("personal_account")).'" class="'.(!empty( $static_page_alias ) && $static_page_alias == '/cabinet' ? ' active' : '').'">'.(!empty( $customer['name'] ) ? $customer['name'] : $t->_("personal_account")).'</a>
127 </div>'; 127 </div>';
128 128
129 if(!$this->getDi()->get('request')->get('_url') || $this->getDi()->get('request')->get('_url')=="/ru" ){?> 129 if(!$this->getDi()->get('request')->get('_url') || $this->getDi()->get('request')->get('_url')=="/ru" ){?>
130 <div class="file_download_link_"> 130 <div class="file_download_link_">
131 - <a href="http://storage.semena.in.ua/temp/catalog.pdf" target="_blank"><?= $t->_("file_download_link")?></a> 131 + <a href="http://storage.semena.in.ua/temp/catalog.pdf" rel="nofollow" target="_blank"><?= $t->_("file_download_link")?></a>
132 </div> 132 </div>
133 <?php }?> 133 <?php }?>
134 134
135 <div class="float faq float_right"> 135 <div class="float faq float_right">
136 - <a href="<?= $this->seoUrl->setUrl('/faq') ?>">FAQ</a> 136 + <a href="<?= $this->seoUrl->setUrl('/faq') ?>" rel="nofollow" >FAQ</a>
137 </div> 137 </div>
138 138
139 </div> 139 </div>