Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>By reading the docs, I'd say you can use meta tags to parse content which is whether hidden or in a bad format. That's the case of <code>priceCurrency</code> and <code>datePublished</code> in the code bellow, taken from <a href="http://schema.org/CreativeWork" rel="nofollow">schema.org documentation</a>. </p> <pre><code>&lt;div itemprop="offers" itemscope itemtype="http://schema.org/Offer"&gt; Price: &lt;span itemprop="price"&gt;$6.99&lt;/span&gt; &lt;meta itemprop="priceCurrency" content="USD" /&gt; &lt;link itemprop="availability" href="http://schema.org/InStock"&gt;In Stock &lt;/div&gt; Product details &lt;span itemprop="numberOfPages"&gt;224&lt;/span&gt; pages Publisher: &lt;span itemprop="publisher"&gt;Little, Brown, and Company&lt;/span&gt; - &lt;meta itemprop="datePublished" content="1991-05-01"&gt;May 1, 1991 Language: &lt;span itemprop="inLanguage"&gt;English&lt;/span&gt; ISBN-10: &lt;span itemprop="isbn"&gt;0316769487&lt;/span&gt; </code></pre> <p>Assuming I am right, I've changed my code to the following.</p> <pre><code>&lt;div itemscope itemtype="http://schema.org/CreativeWork"&gt; &lt;!-- way too many content --&gt; &lt;h5&gt;Keywords&lt;/h5&gt; &lt;meta itemprop="keywords" content="Rio de Janeiro, Brazil"&gt; &lt;a href="/tags/rio/" rel="nofollow"&gt;Rio de Janeiro&lt;/a&gt; &lt;a href="/tags/brazil/" rel="nofollow"&gt;Brazil&lt;/a&gt; &lt;/div&gt; </code></pre> <p>I'll deploy it in a few days, so sorry I can't tell if it works right now.</p> <p><strong>UPDATE: After deploying the code, it works like a charm. You can see the results through <a href="http://www.google.com/webmasters/tools/richsnippets?q=http://www.vandal.com.br/products/10221-walters-laboratory" rel="nofollow">Google Data Testing Tool</a> and compare to the rich snippets used on <a href="http://www.vandal.com.br/products/10221-walters-laboratory" rel="nofollow">the real product</a>.</strong></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload