Skip to content

Instantly share code, notes, and snippets.

@kikegarcia
Created December 13, 2013 12:06
Show Gist options
  • Save kikegarcia/7943336 to your computer and use it in GitHub Desktop.
Save kikegarcia/7943336 to your computer and use it in GitHub Desktop.
Custom robots for CMS or other pages Prestashop
{if $page_name == 'cms' or $page_name == 'category'}
<meta name="robots" content="noindex,nofollow,noarchive,nocache">
{else}
<meta name="robots" content="{if isset($nobots)}no{/if}index,{if isset($nofollow) && $nofollow}no{/if}follow" />
{/if}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment