dorje Posted December 1, 2013 Share Posted December 1, 2013 Hi all Just tried of trying to add <meta name="robots" content="noindex, nofollow" /> in certain cms pages. I did add all these codes in header .tpl but none of these worked. "{if $page_name=='cms.php?id_cms=12'} <meta name="robots" content="noindex, nofollow" /> {else} <meta name="robots" content="{if isset($nobots)}no{/if}index,follow" /> {/if} " {if $page_name=='/content/12-links"} <meta name="robots" content="noindex, nofollow" /> {else} <meta name="robots" content="{if isset($nobots)}no{/if}index,follow" /> {/if} {if $page_name=='links"} <meta name="robots" content="noindex, nofollow" /> {else} <meta name="robots" content="{if isset($nobots)}no{/if}index,follow" /> {/if} {if $_SERVER['REQUEST_URI']=='/content/12-links'} <meta name="robots" content="noindex, nofollow" /> {else} <meta name="robots" content="{if isset($nobots)}no{/if}index,follow" /> {/if} http://www.prestashop.com/forums/topic/49325-want-to-make-cms-pages-no-index-nofollow-i-need-help/ This post is solved but the solutions are not working. My store version 1.4.7.3 prestashop really need to put these kinds of basic features and yet these features are still not available in 1.5 and also in 1.6 i guess. Link to comment Share on other sites More sharing options...
nipun Posted May 29, 2014 Share Posted May 29, 2014 hi ,how can i add no index no follow in particular CMS page Like {* /content/9-featured-products-blog *} and particular CATEGORY page Like {* /30-testing*} In PrestaShop V. 1.5.6Please Helpthank you Link to comment Share on other sites More sharing options...
Recommended Posts