Last active
August 29, 2015 14:03
-
-
Save ltcdnunez/04343057fd8cbaaa5870 to your computer and use it in GitHub Desktop.
Magento Google Content Experiments
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
<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> |
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
<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