seo - Why my rich cards are shown in Structured Data section? -


i added rich cards shop project. in google console in "structured data" section. , product structured data getting doubled. , "rich cards" section empty too.

console image

rich cards

should remove structured data or both of them work each other?

rich cards code:

<script type="application/ld+json">     {     "@context": "http://schema.org/",     "@type": "product",     "name": "lg k10- k430ds dual sim - 4g mobile phone",     "alternatename": "گوشی موبایل ال جی کا 10-کا430 دی اس  دوسیم کارت- 4g",     "image": "http://___.com/files/productimages/ال-جی-کا-10-کا430-دی-اس-دوسیم-کارت-4g_9471.jpg",     "description": "فروش آنلاین و بررسی تخصصی گوشی موبایل ال جی کا 10-کا430 دی اس  دوسیم کارت- 4g در فروشگاه اینترنتی دنیای دیجیتال",     "brand": {     "@type": "thing",     "name": "lg",     "alternatename": "ال جی"     },     "aggregaterating": {     "@type": "aggregaterating",     "worstrating": "0",     "bestrating": "5",     "ratingvalue": "3.6",     "reviewcount": "5"     },     "offers": {     "@type": "offer",     "pricecurrency": "irr",     "price": "5480000.00",     "pricevaliduntil": "6/6/2017 6:11:58 pm",     "itemcondition": "http://schema.org/newcondition",      "seller": {     "@type": "organization",     "name": "فروشگاه اینترنتی دنیای دیجیتال"     }     }     } </script> 

structured data code:

<div class="product-details-box" itemtype="http://schema.org/product" itemscope="">     <span class="title-fa" itemprop="alternatename">گوشی موبایل ال جی کا 10-کا430 دی اس  دوسیم کارت- 4g</span>         <span class="title-en" itemprop="name">lg k10- k430ds dual sim - 4g mobile phone</span> ... </div> 

rich cards being used recipes , movies @ present: https://webmasters.googleblog.com/2016/05/introducing-rich-cards.html?m=1

it looks returning exact same information in both bits of code - product information. it's 1 in json-ld format , 1 in embedded microdata. yes duplicating own efforts here. pick 1 format. google favouring json-ld @ moment (your top one) though doesn't yet accept every type of rich snipped in format.