Noindex On Tag

Hi,

i have problem with indexing page like: example.com/index.php?dispatch=tags.view&tag=Pierwsze+kroki+z+OKI&page=1

Does anyone know how to set up meta tag noindex and nofollow?

Try to add this in meta.tpl :

{if $smarty.server.REQUEST_URI|strpos:'/index.php?dispatch=' !== false}
{/if}

Hi,

i have problem with indexing page like: example.com/index.php?dispatch=tags.view&tag=Pierwsze+kroki+z+OKI&page=1

Does anyone know how to set up meta tag noindex and nofollow?

Add this in your code:

Try to add this in meta.tpl :

{if $smarty.server.REQUEST_URI|strpos:'/index.php?dispatch=' !== false}
{/if}

Thanks for this post... I just tried it and it works a treat.