skip to Main Content

How to show Product Schema/Structure data on Google? – SEO

My website is in Javascript and i have implemented product schema on product details page. Here is the code <script type="application/ld+json">{"@context":"http://schema.org","@type":"Product","url":"https://www.mscdirect.com/product/details/65590697","name":"Size L, 5 mil, Industrial Grade, Powder Free Nitrile Disposable Gloves","image":["https://cdn.mscdirect.com/global/images/ProductImages/6559069-24.jpg"],"description":"Find Size L, 5 mil, Industrial Grade, Powder Free Nitrile…

VIEW QUESTION

How to Generate Breadcrumb Schema Dynamically in WordPress (all pages, child pages, custom post type and taxonomy)

<script type="application/ld+json"> { "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://example.com/" },{ "@type": "ListItem", "position": 2, "name": "<?php the_title(); ?>", "item": "<?php the_permalink(); ?>" } ] } I am using this code for dynamic…

VIEW QUESTION

best mongodb schema

I have a mongodb schema. I wonder if there is a better approach for this schema. question: { type: String, required: true, }, image1: { type: String, required: true, }, image2: { type: String, required: true, }, imageOneVotes: { type:…

VIEW QUESTION

Where do I define @font-face in shopify?

I upload some font-related files in assets in Shopify. But I don't know where and how to define the below code. @font-face { font-family: 'FreeSansBold'; src: url('FreeSansBold.eot'); src: url('FreeSansBold.eot?#iefix') format('embedded-opentype'), url('FreeSansBold.woff2') format('woff2'), url('FreeSansBold.woff') format('woff'), url('FreeSansBold.ttf') format('truetype'), url('FreeSansBold.svg#FreeSansBold') format('svg'); font-weight: bold;…

VIEW QUESTION
Back To Top
Search