Fresh Magento Installation
- Copy RichSnippets folder content to your store root;
- Go to
System > Configuration > TM SEO Suite > RichSnippets
set"Enabled"
; - Fill needed data;
- Select format type
- Choose “JSON Format” for invisible block with your store snippets;
-
Choose “Microdata Format” for visible block:
- If you use
TM_EasyTabs
extension it will appear in the bottom of “Review” Tab; - If you use default product page layout it will appear in the bottom of “Additional Information” block;
- If you use
Installation in Argento 1.6.2 version or lower or upgrading from previous Rich Snippets versions
- Go to your theme
view.phtml
file (i.e. app/design/frontend/argento/default/template/catalog/product/view.phtml ) -
REMOVE following lines:
<div itemscope itemtype="http://schema.org/Product">
<!-- Rich snippets block --> <?php echo $this->getLayout() ->createBlock('richsnippets/product') ->setTemplate('tm/richsnippets/richsnippets_view.phtml') ->toHtml() ?> <!-- Rich snippets block --> </div>
- Find following code snippets and REMOVE:
itemprop="name"
itemprop="description"
- Or RESTORE your original theme view.phtml if no other changes were made;
- Copy Rich Snippets 2.0 folder content to your store root;
- Go to
System > Configuration > TM SEO Suite > RichSnippets
set"Enabled"
; - Fill needed data;
-
Select format type
- Choose “JSON Format” for invisible block with your store snippets
-
Choose “Microdata Format” for visible block:
- If you use TM_EasyTabs extension it will appear in the bottom of “Review” Tab;
- If you use default product page layout it will appear in the bottom of “Additional Information” block;