Page 1 of 1

Goole Rich Snippets

Posted: Tue Apr 26, 2016 8:33 pm
by kaspopol
Please anyone can help me to edit my product.tpl, so google could read as rich snippets.
i use opencart v.1.5.1 x and i use custom theme template not default.
this is my web site http://www.humijayatech.com
Thank You , i hope someone could help me

this is my prdouct.tpl :

<?php echo $header; ?>
<?php $grid = 12; if($column_left != '') { $grid = $grid-3; } if($column_right != '') { $grid = $grid-3; } ?>
<?php echo $content_top; ?>
<!-- Content Center -->

<div id="content-center">

<!-- Breadcrumb -->

<div class="breadcrumb">

<?php foreach ($breadcrumbs as $breadcrumb) { ?>
<?php echo $breadcrumb['separator']; ?><a href="<?php echo $breadcrumb['href']; ?>"><?php echo $breadcrumb['text']; ?></a>
<?php } ?>
<h2><?php echo $heading_title; ?></h2>

</div>

<!-- End Breadcrumb -->

<?php echo $column_left; ?>

<div class="grid-<?php echo $grid; ?> float-left">

<div class="product-info">
<?php if ($thumb || $images) { ?>
<div class="left">
<?php if ($thumb) { ?>
<div class="image"><a href="<?php echo $popup; ?>" title="<?php echo $heading_title; ?>" class="fancybox" rel="fancybox"><img src="<?php echo $thumb; ?>" title="<?php echo $heading_title; ?>" alt="<?php echo $heading_title; ?>" id="image" /></a></div>
<?php } ?>
<?php if ($images) { ?>
<div class="image-additional">
<?php foreach ($images as $image) { ?>
<a href="<?php echo $image['popup']; ?>" title="<?php echo $heading_title; ?>" class="fancybox" rel="fancybox"><img src="<?php echo $image['thumb']; ?>" title="<?php echo $heading_title; ?>" alt="<?php echo $heading_title; ?>" /></a>
<?php } ?>
</div>
<?php } ?>
</div>
<?php } ?>
<div class="right">
<div class="description">
<?php if ($manufacturer) { ?>
<span><?php echo $text_manufacturer; ?></span> <a href="<?php echo $manufacturers; ?>"><?php echo $manufacturer; ?></a><br />
<?php } ?>
<span><?php echo $text_model; ?></span> <?php echo $model; ?><br />

<span><?php echo $text_stock; ?></span> <?php echo $stock; ?></div>

bla bla bla... not enough space

Re: Goole Rich Snippets

Posted: Sun May 08, 2016 4:51 am
by victorj
First check if there are rich supported rich snippets for your site, and if so wich ones you want to use.
id there are, search extensions tore, there are some that give rich snippets

Re: Goole Rich Snippets

Posted: Fri Jan 06, 2017 5:31 am
by Dunald
Hi!
I can not find a (free) exstension with Rich Snippet and IMAGES.
Any idea how to solve this?
I use 1.5.5.1