Jump to content

For Modules Pages <Meta Name="robots" Content="noindex, Nofollow" />


Recommended Posts

Hi, plz advice on following

 

I manage to get noindex,nofollow on certain prestashop pages with following codes from another post

 

{if $page_name=='best-sales'}

<meta name="robots" content="noindex, nofollow" />

{elseif $page_name=='new-products'}

<meta name="robots" content="noindex, nofollow" />

{else}

<meta name="robots" content="index,follow" />

{/if}

 

BUT

 

above codes works on pages only provides pages names are non-friendly url and it does not work on module pages?

 

Suggestion, turn off friendly url then note down the pages names you dont want index,follow on, test the codes then turn seo friendly urls on

 

What can be done for module pages noindex?

 

Regards

Link to comment
Share on other sites

×
×
  • Create New...