guoziyun 11 ay önce
ebeveyn
işleme
e0f8fdfe21
1 değiştirilmiş dosya ile 8 ekleme ve 28 silme
  1. 8 28
      views/v2/coloring-pages.ejs

+ 8 - 28
views/v2/coloring-pages.ejs

@@ -109,39 +109,19 @@
           "image": "https://d2mb6s2cy1zg97.cloudfront.net/thumbs/coloring-page/vs-poster/480/67b2b23b9c09d12e648ea25a.webp"
         }
       },
+    <% list.forEach((item, index)=> { %>
       {
         "@type": "ListItem",
-        "position": 2,
+        "position": <%= index+2 %>,
         "item": {
           "@type": "CreativeWorkSeries", 
-          "url": "https://art.pcoloring.com/mandala-coloring-pages",
-          "name": "Mandala Coloring Pages",
-          "description": "Immerse yourself in the intricate world of mandalas. Perfect for relaxation and mindfulness, these circular designs feature symmetrical patterns that invite you to create stunning, meditative artworks.",
-          "image": "https://d2mb6s2cy1zg97.cloudfront.net/thumbs/coloring-page/work/480/66224484aae27d6dda147223.webp"
+          "url": "https://art.pcoloring.com<%= item.uri %>",
+          "name": "<%= item.title %>",
+          "description": "<%= item.description %>",
+          "image": "https://d2mb6s2cy1zg97.cloudfront.net/thumbs/coloring-page/work/480/<%= item.id %>.webp"
         }
-      },
-      {
-        "@type": "ListItem",
-        "position": 3,
-        "item": {
-          "@type": "CreativeWorkSeries", 
-          "url": "https://art.pcoloring.com/zentangle-coloring-pages",
-          "name": "Zentangle Coloring Pages 2025",
-          "description": "Discover the therapeutic art of zentangles with our 2025 collection. These geometric patterns are easy to learn and perfect for both beginners and experienced artists looking to reduce stress and boost creativity.",
-          "image": "https://d2mb6s2cy1zg97.cloudfront.net/thumbs/coloring-page/work/480/67c970615f45a930454a9dbd.webp"
-        }
-      },
-      {
-        "@type": "ListItem",
-        "position": 4,
-        "item": {
-          "@type": "CreativeWorkSeries", 
-          "url": "https://art.pcoloring.com/flower-coloring-pages",
-          "name": "Flower Coloring Pages",
-          "description": "Celebrate nature's beauty with our flower collection. From delicate roses to vibrant sunflowers, these designs offer endless possibilities for creativity and are perfect for all ages and skill levels.",
-          "image": "https://d2mb6s2cy1zg97.cloudfront.net/thumbs/coloring-page/work/480/6834479759d9eb021eb63b45.webp"
-        }
-      }
+      }<% if(index < list.length - 1){ %>, <%}%>
+    <% }); %>
     ]
   }
 }