No-Index Pagination Category

Hi,

I have a question, i want to set the cs-cart, to no-index the pagination of the site, www.domain.com/example/page-3/ , and i understand, i cant set from robots.txt, that i used meta.tpl .

OK, i replaced: /public_html/design/themes/basic/templates/addons/my_changes/hooks/index/meta.override.tpl ,

```php

{hook name=“index:meta”}

{if $display_base_href}


{/if}


{hook name="index:meta_description"}

{/hook}


{/hook}
```

with override:
/public_html/design/themes/basic/templates/addons/my_changes/hooks/index/meta.override.tpl

```php
{hook name="index:meta"}
{if $display_base_href}{/if}


{hook name="index:meta_description"}

{/hook}

{if $noindex}{/if}
{/hook}
```

And now, i dont know, how to set, that no-index to take only the pagination: /page-3/ . Help. Please

You are sure you need [color=#ff0000]noindex[/color]? i consider will be wise to use [color=#ff0000]canonical[/color]





Valentin

[color=#808080][size=2]part of hungryweb.net[/size][/color]

I didnt understand Vali, can you please, detail you ideaa.Thanks.