نمونه کد اسنیپت Music (موسیقی)
موتور جستجو بینگ از موسیقی پشتیبانی نمیکند، اما گوگل میتواند از اطلاعات نشانه گذاری شده برای ترانهها و آلبومهای موسیقی پشتیبانی کند. ریچ اسنیپت های موسیقی شامل لینک هایی برای نمایش ترانهها و لینک های مستقیمی برای خرید آلبومهای موسیقی هستند.
❇️نمونه اسنیپت Music در گوگل:
❇️نمونه کد JSON-LD برای اسنیپت Music:
<script type="application/ld+json"> { "@context": "http://schema.org", "@type": "MusicGroup", "url": "http://www.example.com/artist/Katy-Perry/", "name": "Katy Perry", "sameAs": "http://www.katyperry.com", "description": "Katy Perry is a pop music artist.", "potentialAction": { "@type": "ListenAction", "target": [ { "@type": "EntryPoint", "urlTemplate": "http://www.example.com/artist/Katy-Perry/?autoplay=true", "actionPlatform": [ "http://schema.org/DesktopWebPlatform", "http://schema.org/IOSPlatform", "http://schema.org/AndroidPlatform" ], "InLanguage": "USD" }, { "@type": "EntryPoint", "urlTemplate": "android-app://com.example.app/examplescheme/artist/Katy-Perry/?autoplay=true", "actionPlatform": "http://schema.org/AndroidPlatform", "InLanguage": "USD" } ], "expectsAcceptanceOf": { "@type": "Offer", "eligibleRegion": [ { "@type": "Country", "name": "US" }, { "@type": "Country", "name": "BR" } ] } } } </script>
دیدگاهتان را بنویسید