Created
February 12, 2013 10:53
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks in advance, I really appreciate it !