نمونه کد اسنیپت Reviews (نقد و بررسی)
شما میتوانید برای نقد و بررسی و امتیازبندی یک محصول یا یک فیلم از Rich Snippets استفاده کنید. در این نوع ریچ اسنیپت شما میتوانید یک نقد و بررسی را در نتایج جستجو به نمایش بگذارید یا میتوانید مجموعی از آنها را نشان دهید.این Rich Snippets به کاربران سایت امکان میدهد که به محصول مورد نظر امتیاز دهند. همچنین میتوانید نام شخص بررسی کننده را در نتایج جستجو نمایش دهید.
❇️نمونه اسنیپت Reviews در گوگل:
❇️نمونه کد JSON-LD برای اسنیپت Reviews:
<script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Restaurant", "@id": "http://davessteakhouse.example.com", "name": "Dave's Steak House", "image": "http://davessteakhouse.example.com/logo.jpg", "sameAs": "http://davessteakhouse.example.com", "servesCuisine": "Steak House", "priceRange": "$$$", "address": { "@type": "PostalAddress", "streetAddress": "148 W 51st St", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10019", "addressCountry": "US" }, "telephone": "+12122459600", "geo": { "@type": "GeoCoordinates", "latitude": 40.761293, "longitude": -73.982294 }, "aggregateRating": { "@type": "AggregateRating", "ratingValue": "88", "bestRating": "100", "worstRating": "1", "ratingCount": "20" }, "review": { "@type": "Review", "url": "http://www.localreviews.com/restaurants/1/2/3/daves-steak-house.html", "author": { "@type": "Person", "name": "Lisa Kennedy", "sameAs": "https://plus.google.com/114108465800532712602" }, "publisher": { "@type": "Organization", "name": "Denver Post", "sameAs": "http://www.denverpost.com" }, "datePublished": "2014-03-13T20:00", "description": "Great old fashioned steaks but the salads are sub par.", "inLanguage": "en", "reviewRating": { "@type": "Rating", "worstRating": 1, "bestRating": 4, "ratingValue": 3.5 } } } </script>
دیدگاهتان را بنویسید