Skip to content

Instantly share code, notes, and snippets.

@ltcdnunez
Last active August 29, 2015 14:03
Show Gist options
  • Save ltcdnunez/04343057fd8cbaaa5870 to your computer and use it in GitHub Desktop.
Save ltcdnunez/04343057fd8cbaaa5870 to your computer and use it in GitHub Desktop.
Magento Google Content Experiments
<reference name="head">
<block type="cms/block" name="gce" before="-" >
<action method="setBlockId"><block_id>GOOGLE_CONTENT_EXPERIMENT_JS_CMS_BLOCK_ID_GOES_HERE</block_id></action>
</block>
</reference>
<reference name="head">
<action method="addLinkRel">
<rel>canonical</rel>
<href>ORIGINAL_PAGE_URL_GOES_HERE</href>
</action>
</reference>
<!-- if you want to remove breadcumbs from the page, for example on a Home Page variation, add: -->
<remove name="breadcrumbs" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment