: Using hidden elements for rich snippets for products I wanted to add rich snippets for my products pages. However, the information required in the elements are not particularly compatible with
I wanted to add rich snippets for my products pages. However, the information required in the elements are not particularly compatible with my current HTML. Is it ok to make the rich snippets all hidden display, so it doesn't effect my HTML?
More posts by @Gail5422790
2 Comments
Sorted by latest first Latest Oldest Best
Try using schema.org metadata for Product.
If you want to add information that is not visible, you can use:
<div itemscope itemtype="http://schema.org/Product">
<meta itemprop="name" content="YOUR_PRODUCT_NAME">
<h1>Buy Online</h1>
</div>
Based on what I know, Google supports this format.
No. Serving up content only for the benefit of search engines is a major violation of their terms of services and will result in penalties for your site up to and including banning. You should refactor your HTML to be compatible with the rich snippets so you can take advantage of them without doing the exact opposite of what you're hoping to accomplish.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.