Skip to content

Instantly share code, notes, and snippets.

@codesprint
Last active August 29, 2015 14:23
Show Gist options
  • Save codesprint/c4689dbf5b8ff9428868 to your computer and use it in GitHub Desktop.
Save codesprint/c4689dbf5b8ff9428868 to your computer and use it in GitHub Desktop.
Magento: noindex via layout.xml
<catalog_product_view>
<reference name="head">
<action method="setRobots"><value>NOINDEX,FOLLOW</value></action>
</reference>
</catalog_product_view>
<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>
<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