How to Disable review but enable rich snipet

Posted in: Newsmag
Post count: 28

Hi,

I want to hide the entire review scpre section at the end of the post, I only have one score for a product not multiple criteria. SO can I fill in my review score, but do not display the score box at the end of the post but still have google pick-up the rich snipet in google search?

Post count: 6535

Hi

Do you want to hide this part: http://screencast.com/t/we4CUYaEo If so then use this css in theme panel > custom code > custom css: http://screencast.com/t/hDqZbnPoIv7g

.td-review-footer{
display: none;
}

If this is not what you mean please provide more details.
Thanks!

Post count: 28

Yes I want to hide that section as well as everything under the review overview. But will it still be picked up by google rich snipt?

Post count: 6535

Hi

If you want a result like this one: http://screencast.com/t/igCwWEFiJW replace the previous css with this one:

.td-review-footer, .td-review-desc{
display: none;
}
.td-review-row-stars{
float: left;
}

Using this css the review code will still be loaded but will not be visible for visitors. However google will detect it in page source.

Thanks!

  • This reply was modified 10 years by Andrei L..
Post count: 28

Thanks, I just hide the entire review section below like this

.td-review {
display: none;
}

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newsmag’ is closed to new topics and replies.