guoziyun 11 месяцев назад
Родитель
Сommit
41ad588776
1 измененных файлов с 27 добавлено и 7 удалено
  1. 27 7
      views/v2/coloring-pages.ejs

+ 27 - 7
views/v2/coloring-pages.ejs

@@ -109,19 +109,39 @@
           "image": "https://d2mb6s2cy1zg97.cloudfront.net/thumbs/coloring-page/vs-poster/480/67b2b23b9c09d12e648ea25a.webp"
         }
       },
-    <% list.forEach((item, index)=> { %>
       {
         "@type": "ListItem",
-        "position": <%= index+2 %>,
+        "position": 2,
         "item": {
           "@type": "CreativeWorkSeries", 
-          "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"
+          "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"
+        }
+      },
+      {
+        "@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": 5,
+        "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"
         }
       },
-    <% }); %>
     ]
   }
 }