Posts

Showing posts with the label SEO on Home Page

Magento - Add seo content to Home page end

Look, there are many ways to set any SEO content to home page of your magento website but I am gonna tell you xml layout reference based technique. Just follow the simple steps as mentioned below: 1- Create a statis block with any name (i am considering name as 'seo_content') and put your content in that block. 2- Open your theme layout cms xml and search for cms_index_index 3- Inside the same tag you need to define mentioned reference call like below :    <cms_index_index translate="label">         <label>CMS Home Page</label>         <reference name="before_body_end">             <block type="cms/block" name="seo_content" before="insert_after_this_block">                 <action method="setBlockId"><block_id>seo_content</block_id></action...