Advertisement
jaideep06

Product

Dec 20th, 2022
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. {
  2. "@context": "https://schema.org/",
  3. "@type": "Product",
  4. "name": "Vestido Corto Leopard Print",
  5. "image": "https://storage.googleapis.com/kiutmoda-fotos/Agosto%202022/Vestido%20Salma%20Front.webp",
  6. "description": "Vestido corto estampado Leopard Print.",
  7. "brand": {
  8. "@type": "Brand",
  9. "name": "Kiut Beachwear"
  10. },
  11. "sku": "V14LEO",
  12. "offers": {
  13. "@type": "Offer",
  14. "url": "https://kiutmoda.com/product/vestido-corto-leopard-print/",
  15. "priceCurrency": "USD",
  16. "price": "51.55",
  17. "priceValidUntil": "2024-07-01",
  18. "availability": "https://schema.org/InStock",
  19. "itemCondition": "https://schema.org/NewCondition"
  20. },
  21. "aggregateRating": {
  22. "@type": "AggregateRating",
  23. "ratingValue": "5",
  24. "bestRating": "5",
  25. "worstRating": "1",
  26. "ratingCount": "3",
  27. "reviewCount": "3"
  28. },
  29. "review": [{
  30. "@type": "Review",
  31. "name": "Diana Cespedes",
  32. "reviewBody": "Hace 2 años hice mi primera compra y desde entonces solo compro ropa de playa acá! ⭐️Me encanta los estampados, soy súper fan del modelo Cayena, me siento súper sexy, segura y cómoda. ⭐️La tela es de excelente calidad, talla súper bien, aún el primero se ve como cuando lo compré. ⭐️El servicio siempre es excelente, personalizado, entienden mis gustos y sus recomendaciones son muy acertadas. ⭐️El envío siempre llega a tiempo y nunca he tenido ningún problema. 🌈Pase de sentirme como la mamá que se escondía detrás de la tela en la playa, a ser la diva que disfruta de todos sus outfits 👙✨",
  33. "reviewRating": {
  34. "@type": "Rating",
  35. "ratingValue": "5",
  36. "bestRating": "5",
  37. "worstRating": "1"
  38. },
  39. "datePublished": "2022-02-01",
  40. "author": {"@type": "Person", "name": "Diana Cespedes"},
  41. "publisher": {"@type": "Organization", "name": "Google"}
  42. },{
  43. "@type": "Review",
  44. "name": "Alexa Clark",
  45. "reviewBody": "I ordered several bathing suits and am very impressed with the quality. Shipping was super fast and customer service was excellent. Would definitely order from them again in the future!",
  46. "reviewRating": {
  47. "@type": "Rating",
  48. "ratingValue": "5",
  49. "bestRating": "5",
  50. "worstRating": "1"
  51. },
  52. "datePublished": "2021-12-15",
  53. "author": {"@type": "Person", "name": "Alexa Clark"},
  54. "publisher": {"@type": "Organization", "name": "Google"}
  55. },{
  56. "@type": "Review",
  57. "name": "Marilyn Forlenza",
  58. "reviewBody": "Todo es hermoso, muy buena calidad, precio 👌 excelente atención al cliente Paola es un encanto muy carismática, las entregas casi que inmediatas!!!",
  59. "reviewRating": {
  60. "@type": "Rating",
  61. "ratingValue": "5",
  62. "bestRating": "5",
  63. "worstRating": "1"
  64. },
  65. "datePublished": "2022-01-03",
  66. "author": {"@type": "Person", "name": "Marilyn Forlenza"},
  67. "publisher": {"@type": "Organization", "name": "Google"}
  68. }]
  69. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement