Archiwa tagu: nofollow
FAQ: Jak ustawić noindex/nofollow dla pustych podkategorii ?
Wystarczy w PA -> Edytor -> header.php znaleźć kod:
<meta name="robots" content="index,all,follow" />
i zamienić na:
<? if ($_GET['action'] == 'sub' && $sub[0]['sites_active'] == 0) : ?> <meta name="robots" content="noindex,nofollow" /> <? else : ?> <meta name="robots" content="index,all,follow" /> <? endif; ?>