This is the code how is in the site: <!-- GOOGLE RICH SNIPPETS -->
<span itemscope itemtype="
http://schema.org/Product">
<meta itemprop="name" content="<?php echo osc_esc_html(osc_item_title()); ?>" />
<meta itemprop="description" content="<?php echo osc_esc_html(osc_highlight(osc_item_description(), 500)); ?>" />
<?php if(osc_count_item_resources() > 0) { ?><meta itemprop="image" content="<?php echo osc_resource_url(); ?>" /><?php } ?>
</span>
<?php } ?>
</head>
<body id="body-item" class="page-body<?php if($content_only == 1) { ?> content_only<?php } ?><?php if ($ios) { ?> ios<?php } ?>">
<?php if($content_only == 0) { ?>
<?php osc_current_web_theme_path('header.php') ; ?>
<?php if( osc_item_is_expired () ) { ?>
<div class="exp-box">
<div class="exp-mes round3"><?php _e('This listing is expired.', 'veronika'); ?></div>
</div>
<?php } ?>
<?php } ?>
<div id="listing" class="content list">
<?php echo veronika_banner('item_top'); ?>
This is the code theme in archive zip veronika (fresh, not instaled):<!-- GOOGLE RICH SNIPPETS -->
<span itemscope itemtype="
http://schema.org/Product">
<meta itemprop="name" content="<?php echo osc_esc_html(osc_item_title()); ?>" />
<meta itemprop="description" content="<?php echo osc_esc_html(osc_highlight(osc_item_description(), 500)); ?>" />
<?php if(osc_count_item_resources() > 0) { ?><meta itemprop="image" content="<?php echo osc_resource_url(); ?>" /><?php } ?>
</span>
<?php } ?>
</head>
<body id="body-item" class="page-body<?php if($content_only == 1) { ?> content_only<?php } ?><?php if ($ios) { ?> ios<?php } ?>">
<?php if($content_only == 0) { ?>
<?php osc_current_web_theme_path('header.php') ; ?>
<?php if( osc_item_is_expired () ) { ?>
<div class="exp-box">
<div class="exp-mes round3"><?php _e('This listing is expired.', 'veronika'); ?></div>
</div>
<?php } ?>
<?php } ?>
<div id="listing" class="content list">
<?php echo veronika_banner('item_top'); ?>