Hi,
i have problem with indexing page like: example.com/index.php?dispatch=tags.view&tag=Pierwsze+kroki+z+OKI&page=1
Posted 02 July 2020 - 12:24 PM #1
Hi,
i have problem with indexing page like: example.com/index.php?dispatch=tags.view&tag=Pierwsze+kroki+z+OKI&page=1
Posted 15 July 2020 - 07:50 AM #2
Try to add this in meta.tpl :
Posted 11 September 2020 - 09:15 AM #3
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: <meta name="robots" content="noindex, nofollow" />
Posted 03 December 2020 - 02:02 AM #4
Try to add this in meta.tpl :
{if $smarty.server.REQUEST_URI|strpos:'/index.php?dispatch=' !== false}<meta name="robots" content="noindex, nofollow" />{/if}
Thanks for this post... I just tried it and it works a treat.