Apr 20, 2019

Help - warning Missing field "image"

Hi There, 
I am a rookie here but i received this warning message in search console from my shopify store and they are unable to help to fixso they sent me here.  HELP.  What do i do?

I have received the following warning
Missing field "image"
for this url
and the code that is highlighted is....
<div id="product-3160" itemscope="" itemtype="http://schema.org/Product" class="post-3160 product type-product status-publish has-post-thumbnail product_cat-firstmate product_cat-gluten-free product_cat-pea-free product_cat-potato-free product_cat-soy-free product_cat-wheat-free product_cat-dog-food product_cat-canned product_cat-grain-friendly ingredient-biotin ingredient-blueberries ingredient-boneless-turkey ingredient-calcium-carbonate ingredient-carrots ingredient-choline-chloride ingredient-copper-proteinate ingredient-cranberries ingredient-d-pantothenic-acid ingredient-dicalcium-phosphate ingredient-folic-acid ingredient-iodine ingredient-iron-proteinate ingredient-kale ingredient-manganese-proteinate ingredient-minerals ingredient-niacin ingredient-potassium-chloride ingredient-pyridoxine-hydrochloride ingredient-raspberries ingredient-riboflavin-vitamins ingredient-rice ingredient-sodium-chloride ingredient-taurine ingredient-thiamine-mononitrate ingredient-vitamin-a ingredient-vitamin-b12 ingredient-vitamin-d3 ingredient-vitamin-e ingredient-vitamins ingredient-water-sufficient-for-processing ingredient-zinc-proteinate product_icon-epoxy-free product_icon-complete-production-control product_icon-cruelty-free product_icon-family-owned-operated product_icon-no-gums-or-thickeners first instock taxable shipping-taxable purchasable product-type-simple">
<div class="container">
<div class="row">
<div class="col-sm-6 summary entry-summary">
<p itemprop="name" class="product__title">Kasik Cage-free Turkey &amp; Rice Formula for Dogs and Cats</p>
<ul>
<li>Cage-Free, British Columbian Turkey</li>
<li>Grain, Gluten &amp; Potato Free</li>
<li>Limited Ingredient Diets</li>
<li>Antioxidants From Coconut, Kale &amp; Berries!</li>
<li>All Life Stages</li>
</ul>
</div>
</div>
</div>
</div>
Locked
Informational notification.
This question is locked and replying has been disabled.
Community content may not be verified or up-to-date. Learn more.
All Replies (9)
Apr 20, 2019
Hello,

This code is creating duplicate product schema that is missing Image tag | Remove it if unnecessary .

-----------------------------------------------------------------------------------


<div id="product-3160"***************>
Apr 20, 2019
Hello,
 
You need to specify the image within the Microdata mark up with the attribute - itemprop="image", like in the following example provided by Google: https://developers.google.com/search/docs/data-types/product
 
<div itemtype="http://schema.org/Product" itemscope>
    <meta itemprop="mpn" content="925872" />
    <meta itemprop="name" content="Executive Anvil" />
    <link itemprop="image" href="https://example.com/photos/16x9/photo.jpg" />
    <link itemprop="image" href="https://example.com/photos/4x3/photo.jpg" />
    <link itemprop="image" href="https://example.com/photos/1x1/photo.jpg" />
    <meta itemprop="description" content="Sleeker than ACME's Classic Anvil, the Executive Anvil is perfect for the business traveler looking for something to drop from a height." />
    <div itemprop="offers" itemtype="http://schema.org/Offer" itemscope>
      <link itemprop="url" href="https://example.com/anvil" />
      <meta itemprop="availability" content="https://schema.org/InStock" />
      <meta itemprop="priceCurrency" content="USD" />
      <meta itemprop="itemCondition" content="https://schema.org/UsedCondition" />
      <meta itemprop="price" content="119.99" />
      <meta itemprop="priceValidUntil" content="2020-11-05" />
      <div itemprop="seller" itemtype="http://schema.org/Organization" itemscope>
        <meta itemprop="name" content="Executive Objects" />
      </div>
    </div>
    <div itemprop="aggregateRating" itemtype="http://schema.org/AggregateRating" itemscope>
      <meta itemprop="reviewCount" content="89" />
      <meta itemprop="ratingValue" content="4.4" />
    </div>
    <div itemprop="review" itemtype="http://schema.org/Review" itemscope>
      <div itemprop="author" itemtype="http://schema.org/Person" itemscope>
        <meta itemprop="name" content="Fred Benson" />
      </div>
      <div itemprop="reviewRating" itemtype="http://schema.org/Rating" itemscope>
        <meta itemprop="ratingValue" content="4" />
        <meta itemprop="bestRating" content="5" />
      </div>
    </div>
    <meta itemprop="sku" content="0446310786" />
    <div itemprop="brand" itemtype="http://schema.org/Thing" itemscope>
      <meta itemprop="name" content="ACME" />
    </div>
  </div>
</div>
 
 
Hope this will help you,
 
Dido
Last edited Apr 20, 2019
Jul 10, 2019
I also need help with missing fields on my search console. I  do not understand how or where to fix it.
false
8420672339923093952
true
Search Help Center
true
true
true
true
true
83844
false
false
Search
Clear search
Close search
Main menu