Zablokowanie indeksowania stron dla PrestaShop 1.6
{$array_pages_names = ['best-sales','contact-form','cart','404','order-opc','order','manufacturer','sitemap','supplier','password','my-account','authentication']}
{if in_array($page_name, $array_pages_names) || isset($nobots) || isset($nofollow) || isset($smarty.get.theme) || isset($smarty.get.n) || isset($smarty.get.orderby) || isset($smarty.get.orderway) || isset($search_query) }
<meta name="robots" content="noindex,nofollow" />
{else}
<meta name="robots" content="index,follow" />
{/if}
Więcej optymalizacji w kategorii prestashop







