Skip to content

Instantly share code, notes, and snippets.

@yireo
Created February 12, 2013 10:53
Show Gist options
  • Select an option

  • Save yireo/4761542 to your computer and use it in GitHub Desktop.

Select an option

Save yireo/4761542 to your computer and use it in GitHub Desktop.
Magento XML-layout update to set NOINDEX,FOLLOW tag on Layered Navigation pages (kudos @hans2103)
<layout>
<catalog_category_layered>
<reference name="head">
<action method="setRobots"><meta>NOINDEX,FOLLOW</meta></action>
</reference>
</catalog_category_layered>
<catalog_category_layered_nochildren>
<reference name="head">
<action method="setRobots"><meta>NOINDEX,FOLLOW</meta></action>
</reference>
</catalog_category_layered_nochildren>
</layout>
@rdalmagro

Copy link
Copy Markdown

Thanks in advance, I really appreciate it !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment