Last active
August 29, 2015 14:23
-
-
Save codesprint/c4689dbf5b8ff9428868 to your computer and use it in GitHub Desktop.
Magento: noindex via layout.xml
This file contains 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
<catalog_product_view> | |
<reference name="head"> | |
<action method="setRobots"><value>NOINDEX,FOLLOW</value></action> | |
</reference> | |
</catalog_product_view> |
This file contains 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
<reference name="head"> | |
<action method="setRobots"><value>NOINDEX,FOLLOW</value></action> | |
<action method="setTitle"><value>Codesprint Magento</value></action> | |
<action method="setDescription"><value>Magento Tutorials at codesprint</value></action> | |
</reference> |
This file contains 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
<reference name="head"> | |
<action method="setRobots"><value>NOINDEX,FOLLOW</value></action> | |
</reference> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment