Add the Rich Snippets to your theme manually

This is an article from the Rich Snippets Suite extension for Magento 1. We've tried our best in the preparation of this help article. If you do not find the answer you were looking for, you can always send us a message through this form.

Manual Code for only Product Page.
The code below is required only if you have chosen to manually add the code on your product page. For product page, add;
<?php echo $this->getLayout()->createBlock("snippets/products")->toHtml(); ?>

In the file ; app/design/frontend/[custom_template]/template/catalog/product/view.phtml

Manual Code for only Category Page.
The code below is required only if you have chosen to manually add the code on your category page. For category page, add;
<?php echo $this->getLayout()->createBlock("snippets/products")->toHtml(); ?>

In the file ; /app/design/frontend/[custom_template]/default/template/catalog/category/view.phtml

Manual Code for Footer (Product Page & Category Page).
The code below is required only if you have chosen to manually add the code on your product and category page. For Footer, add;
<?php echo $this->getLayout()->createBlock("snippets/products")->toHtml(); ?>

In the file ;
app/design/frontend/[custom_template]/template/page/html/footer.phtml

Direct Help

At Magmodules, our support team is here to help you every step of the way. If you can't find a solution in our Knowledgebase, simply fill in the form below. We are in the Central European Timezone, and all your details are securely sent to us.
The more information you provide, the better we can assist you. Trust us to guide you through any challenge and ensure a seamless experience with our products and services.
Support by e-mail contact@magmodules.eu