config.js 48 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006
  1. const coloringList = [
  2. {
  3. uri: '/summer-coloring-pages',
  4. id: '6825974ca0d36c190cd85585',
  5. tags: ['summer', 'sea', 'beach'],
  6. image: '/assets/coloring-pages/summer-16-9.webp',
  7. title: 'Summer Coloring Pages',
  8. description: 'Get ready to capture the warmth and joy of the season with our delightful designs, featuring everything from sunny beaches and playful marine life to refreshing ice creams and blooming flowers.',
  9. },
  10. {
  11. uri: '/mandala-coloring-pages',
  12. id: '66224484aae27d6dda147223',
  13. tags: ['mandala'],
  14. image: '/assets/coloring-pages/fantasy-16-9.webp',
  15. title: 'Mandala Coloring Pages',
  16. 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.',
  17. },
  18. {
  19. uri: '/zentangle-coloring-pages',
  20. id: '67c970615f45a930454a9dbd',
  21. tags: ['mandala', 'zentagle'],
  22. image: '/assets/coloring-pages/zentangle-16-9.webp',
  23. title: 'Zentangle Coloring Pages 2025',
  24. 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.',
  25. },
  26. {
  27. uri: '/zen-coloring-pages',
  28. id: '67dd2397c9cd18194d7363c6',
  29. tags: ['zen', 'scenery', 'life'],
  30. image: '/assets/coloring-pages/zen-16-9.webp',
  31. title: 'Zen Coloring Pages 2025',
  32. description: 'Find your inner peace with our Zen-inspired designs. These pages feature flowing lines and natural motifs that encourage calmness and focus, making them ideal for adults seeking a mindful activity.',
  33. },
  34. {
  35. uri: '/flower-coloring-pages',
  36. id: '6834479759d9eb021eb63b45',
  37. tags: ['plant', 'flower'],
  38. image: '/assets/coloring-pages/flower-16-9.webp',
  39. title: 'Flower Coloring Pages',
  40. 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.`,
  41. },
  42. {
  43. uri: '/cat-coloring-pages',
  44. id: '67b6efab1b8d7107c2adc31c',
  45. tags: ['animal', 'cat'],
  46. image: '/assets/coloring-pages/cat-16-9.webp',
  47. title: 'Cute Cat Coloring Pages',
  48. description: `Purr-fect for cat lovers! Our collection features playful kitties in various poses and styles. These charming designs are great for kids and adults alike who want to add color to their feline friends.`,
  49. },
  50. {
  51. uri: '/butterfly-coloring-pages',
  52. id: '64d2fb89ddd4386cca475a04',
  53. tags: ['animal', 'butterfy'],
  54. image: '/assets/coloring-pages/butterfly-16-9.webp',
  55. title: 'Butterfly Coloring Pages',
  56. description: `Transform these delicate creatures into vibrant masterpieces! Our butterfly designs showcase intricate wing patterns and graceful poses, providing a beautiful canvas for your artistic expression.`,
  57. },
  58. {
  59. uri: '/architecture-coloring-pages',
  60. id: '65d746a0ac746a09b02cb579',
  61. tags: ['place', 'building', 'architecture'],
  62. image: '/assets/coloring-pages/place-16-9.webp',
  63. title: 'Architecture Coloring Pages',
  64. description: `Explore stunning buildings and structures from around the world. These detailed architectural designs are perfect for those who appreciate precision and want to create realistic, impressive artworks.`,
  65. },
  66. {
  67. uri: '/simple-coloring-pages',
  68. id: '5cc54bbcf764fa062df3bd31',
  69. tags: ['simple', 'kids', 'easy'],
  70. image: '/assets/coloring-pages/simple-16-9.webp',
  71. title: 'Simple Coloring Pages For Kids',
  72. description: `Perfect for little hands! These easy-to-color pages feature bold lines and large spaces, making them ideal for preschoolers and young children who are just starting to explore the world of colors.`,
  73. },
  74. {
  75. uri: '/girl-coloring-pages',
  76. id: '6613b2fcfb44d25a0745f8dd',
  77. tags: ['people', 'girl', 'children'],
  78. image: '/assets/coloring-pages/girl-16-9.webp',
  79. title: 'Naive Girl Coloring Pages',
  80. description: `Inspire young imaginations with our whimsical designs. These pages feature friendly characters and fun scenes that encourage creativity and storytelling in children of all ages.`,
  81. },
  82. {
  83. uri: '/fantasy-coloring-pages',
  84. id: '676d0cbc86bb4d3392ab2233',
  85. tags: ['fantasy'],
  86. image: '/assets/coloring-pages/fantasy-16-9.webp',
  87. title: 'Fantasy Coloring Pages',
  88. description: `Embark on magical adventures with our fantasy-themed designs. From mythical creatures to enchanted landscapes, these pages let your imagination run wild with endless color possibilities.`,
  89. },
  90. {
  91. uri: '/christmas-coloring-pages',
  92. id: '654bd7bd0efb6c541e5b47c4',
  93. tags: ['special_date', 'holiday', 'christmas'],
  94. image: '/assets/coloring-pages/christmas-16-9.webp',
  95. title: 'Christmas Coloring Pages',
  96. description: `Get into the holiday spirit with our festive collection! Featuring Santa, reindeer, snowflakes, and more, these pages are perfect for spreading Christmas cheer and creating seasonal artworks.`,
  97. },
  98. {
  99. uri: '/patterns-coloring-pages',
  100. id: '68465bcde66a294718751a8e',
  101. tags: ['patterns', 'mandala', 'zentangle'],
  102. image: '/assets/coloring-pages/patterns-16-9.webp',
  103. title: 'Patterns Coloring Pages',
  104. description: `Dive into a world of repetition and rhythm with our pattern designs. From geometric shapes to intricate motifs, these pages offer a satisfying challenge for those who love detailed work.`,
  105. },
  106. {
  107. uri: '/peacock-coloring-pages',
  108. id: '676e9c1a86bb4d3392aca485',
  109. tags: ['animal', 'peacock'],
  110. image: '/assets/coloring-pages/peacock-16-9.webp',
  111. title: 'Peacock Coloring Pages',
  112. description: `Adorn these majestic birds with vibrant colors! Our peacock designs showcase their iconic feathers in all their glory, providing a regal and rewarding coloring experience.`,
  113. },
  114. {
  115. uri: '/dragon-coloring-pages',
  116. id: '65dc2f64ac746a09b02cba6b',
  117. tags: ['animal', 'dragon'],
  118. image: '/assets/coloring-pages/dragon-16-9.webp',
  119. title: 'Dragon Coloring Pages',
  120. description: `Let your imagination soar with our dragon designs! From fierce fire-breathing creatures to gentle mythical beasts, these pages offer exciting challenges for fantasy enthusiasts of all ages.`,
  121. },
  122. {
  123. uri: '/unicorn-coloring-pages',
  124. id: '5d5e53eb71429d43b11ecba4',
  125. tags: ['animal', 'unicorn'],
  126. image: '/assets/coloring-pages/unicorn-16-9.webp',
  127. title: 'Unicorn Coloring Pages',
  128. description: `Color these magical creatures and bring their shimmering manes and sparkling horns to life! Our unicorn designs are perfect for adding a touch of whimsy and wonder to your artwork.`,
  129. },
  130. {
  131. uri: '/food-coloring-pages',
  132. id: '6847ee6fa104866e096551ed',
  133. tags: ['food', 'life', 'scenery'],
  134. image: '/assets/coloring-pages/food-16-9.webp',
  135. title: 'Delicious Food Coloring Pages',
  136. description: `Satisfy your creative cravings with our food-themed designs! From mouthwatering desserts to fresh fruits and vegetables, these pages are a tasty way to practice your coloring skills.`,
  137. },
  138. ];
  139. const coloringData = {
  140. 'summer-coloring-pages': {
  141. title: 'Summer Coloring Pages',
  142. titleLowercase: 'summer coloring pages',
  143. tag: 'summer',
  144. uri: '/summer-coloring-pages',
  145. tips: 'tips-get-use-of-our-coloring-pages',
  146. date: 'July 11, 2025',
  147. seoTitle: `Free Summer Coloring Pages | Download & Print or Color Online - Art Number Coloring`,
  148. seoDescription: `BDive into summer fun with our vibrant collection of free coloring pages! Instantly download and print for offline creativity, or enjoy the convenience of coloring directly online. Perfect for kids and adults.`,
  149. p1: `Welcome to our dazzling collection of <strong>Summer Coloring Pages</strong>, where the sun shines bright and creativity knows no bounds! Get ready to capture the warmth and joy of the season with our delightful designs, featuring everything from sunny beaches and playful marine life to refreshing ice creams and blooming flowers. Best of all, every single page is available for <strong>free download and print</strong>, making it easy to bring your artistic vision to life with crayons, markers, or paints, right from your home.`,
  150. p2: `But the fun doesn't stop there! For those who love digital convenience, our Summer Coloring Pages also offer the unique ability to color directly online. Simply choose your favorite design, pick your colors from our palette, and start painting with just a click or tap. No downloads, no printing, just instant, vibrant creativity at your fingertips. Whether you prefer the tactile joy of traditional coloring or the ease of digital artistry, our collection is designed to bring endless summer smiles to artists of all ages!`,
  151. morefun: {
  152. title: 'We hope these summer coloring pages bring you aesthetic joy! If you want more free coloring pages, feel free to browse the collections below.',
  153. links: [
  154. {
  155. title: 'Butterfly Coloring Pages',
  156. link: '/butterfly-coloring-pages',
  157. },
  158. {
  159. title: 'Flower Coloring Pages',
  160. link: '/flower-coloring-pages',
  161. }
  162. ]
  163. },
  164. list: [
  165. '6824e341a0d36c190cd8261b',
  166. '629c6f772d374651fce80291',
  167. '65f1fe21075ab24749580585',
  168. '65b91ad77c41917a5765a108',
  169. '65b7e0a9ffb5d366c43436ee',
  170. '6749bd2021d0321f90378de3',
  171. '6807681a7105d54fa0506234',
  172. '6655c5c32009d741392392dc',
  173. '6655c5c32009d741392392dc',
  174. '65e0cae7ac746a09b02cc059',
  175. '6818574c79d1813bb11d514f',
  176. '65820611c661c424ae22039f',
  177. '65e8636c075ab2474957fd23',
  178. '66445feeb408c5176c748fec',
  179. '5f2d0aeeaf9f457afafa2430',
  180. '625c5f1336ba365c13427e76',
  181. '6800c0c57105d54fa04dcc49',
  182. '664c6f3a839eac0d6670ac76',
  183. '660c1223fb44d25a07448493',
  184. '646f98f5fb8d33471c5754d9',
  185. '5c9dd496396d4c5a4ea35f40',
  186. '680071927105d54fa04d27b9',
  187. ],
  188. },
  189. 'flower-coloring-pages': {
  190. title: 'Flower Coloring Pages',
  191. titleLowercase: 'flower coloring pages',
  192. tag: 'flower',
  193. uri: '/flower-coloring-pages',
  194. tips: 'tips-get-use-of-our-coloring-pages',
  195. date: 'Jun 19, 2025',
  196. seoTitle: `Roses, Sunflowers & More - Free Flower Coloring Pages to Print | Art Number Coloring`,
  197. seoDescription: `Browse a huge selection of free flower coloring pages, including roses, sunflowers, lilies, and more! Easily print your favorite floral designs or color online for instant artistic joy.`,
  198. p1: `Explore our beautiful collection of flower coloring pages! From delicate roses to vibrant sunflowers, these
  199. designs offer endless possibilities for creativity. Perfect for all ages and skill levels, our flower coloring
  200. pages are a great way to relax, express your artistic side, and learn about different types of flowers.`,
  201. p2: `Whether you're looking for simple designs for kids or intricate patterns for adults, we have something for
  202. everyone. Print them out and use your favorite coloring tools to bring these beautiful flowers to life!`,
  203. morefun: {
  204. title: 'We hope these flower coloring pages bring you aesthetic joy! If you want more free coloring pages, feel free to browse the collections below.',
  205. links: [
  206. {
  207. title: 'Butterfly Coloring Pages',
  208. link: '/butterfly-coloring-pages',
  209. },
  210. {
  211. title: 'Cute Cat Coloring Pages',
  212. link: '/cat-coloring-pages',
  213. }
  214. ]
  215. },
  216. list: [
  217. '683ecb166100eb1a5e90f5b6',
  218. '682c40fba0d36c190cda9b92',
  219. '680b4f5d79d1813bb119d3a7',
  220. '67fc880e3d656117fee570ea',
  221. '680071927105d54fa04d27b9',
  222. '67f60bcdd2b8be344eb920b0',
  223. '67ee6b308f7086254fee51f6',
  224. '67c10ff8146c5809300e27a1',
  225. '67becde0146c5809300cf58d',
  226. '6735bd1eb494234e4abc1d67',
  227. '676e77b086bb4d3392ac4c22',
  228. '66d1778a7a60311385345e2f',
  229. '66deaf927a60311385399392',
  230. '66d19d017a60311385349bfb',
  231. '664c7bf619ada439bd8cd3f8',
  232. '664ffdfb2009d74139219d67',
  233. '6661a41e3ba2da1daebc4a33',
  234. '66127ef8fb44d25a0745daaf',
  235. '66261e3aaae27d6dda1566e0',
  236. '65f95b28b0cd983995721d2f',
  237. '65f95b28b0cd983995721d2f',
  238. '65e99362075ab2474957ffb1',
  239. ],
  240. },
  241. 'mandala-coloring-pages': {
  242. title: 'Mandala Coloring Pages',
  243. titleLowercase: 'mandala coloring pages',
  244. tag: 'mandala',
  245. uri: '/mandala-coloring-pages',
  246. tips: 'tips-how-to-color-mandala-coloring-pages',
  247. date: 'Jun 24, 2025',
  248. seoTitle: `Mandala Coloring Pages - Free to Print & Color Online | art.pcoloring.com`,
  249. seoDescription: `Discover thousands of intricate mandala coloring pages. Enjoy them completely free, ready to print for offline fun, or use our easy online coloring tool directly in your browser!`,
  250. p1: `Welcome to our unique world of Mandala Coloring Pages! Here, you'll discover a vast collection of beautiful, free mandala designs. Whether you prefer intricate, delicate patterns or bold, simple lines, there's a design waiting to captivate you.`,
  251. p2: `Mandala coloring isn't just an artistic expression; it's a wonderful way to relax your mind and sharpen your focus. You have the freedom to <strong>download and print these pages for free</strong> to enjoy the traditional coloring experience, or dive into a digital art journey anytime, anywhere, by <strong>coloring online directly in your browser!</strong>`,
  252. morefun: {
  253. title: 'We hope these mandala coloring pages bring you aesthetic joy! If you want more free coloring pages, feel free to browse the collections below.',
  254. links: [
  255. {
  256. title: 'Zen Coloring Pages',
  257. link: '/zen-coloring-pages',
  258. },
  259. {
  260. title: 'Zentangle Coloring Pages',
  261. link: '/zentangle-coloring-pages',
  262. }
  263. ]
  264. },
  265. list: [
  266. '67c970615f45a930454a9dbd',
  267. '67d4015bf406a31ee391e723',
  268. '5e008105fef968248dca7895',
  269. '61dfb724a447b71961676590',
  270. '621b32c339d1c8517c71680f',
  271. '61dc05f28b404219568e0e9b',
  272. '62879b3fbe1f4c20b9e02294',
  273. '627a1df413d2c95a09ff2c1c',
  274. '62e23312d0b8186901204a4b',
  275. '62c41930269b417a09e28f90',
  276. '62ce5ccdb74f6531cf7f6e7c',
  277. '631808ddb2d0e52232e28990',
  278. '630604ddb4aa5241f192c465',
  279. '62ff70d7b4aa5241f192c1ee',
  280. '634d5202e506137398086538',
  281. '6329ccd9f860f9768eaa5d63',
  282. '63341208e506137398085b00',
  283. '637dd28b7dbc1c1d1ffed7f4',
  284. '6377441fe506137398087cc3',
  285. '63dce7719fb02177e7a65d7f',
  286. '63c4aa149fb02177e7a65458',
  287. '63ef5c268b781267fb7c8dfe',
  288. '641800c74698734ae90418db',
  289. '6407101e4698734ae9040e98',
  290. '646ae571fb8d33471c574e4a',
  291. '6454ede79d09b660c0abec2d',
  292. ],
  293. },
  294. 'zentangle-coloring-pages': {
  295. title: 'Zentangle Coloring Pages',
  296. titleLowercase: 'zentangle coloring pages',
  297. tag: 'zentangle',
  298. uri: '/zentangle-coloring-pages',
  299. tips: 'tips-for-mandala-zentangle',
  300. date: 'Jun 24, 2025',
  301. seoTitle: `Zentangle Coloring Pages - Free, Printable & Color Online | art.pcoloring.com`,
  302. seoDescription: `Discover intricate Zentangle coloring pages for free! Download and print unique designs for mindful art, or enjoy instant digital creation with our online coloring tool. Perfect for all skill levels`,
  303. p1: `Welcome to our curated collection of <strong>Zentangle Coloring Pages</strong>, where intricate patterns meet boundless creativity. Zentangle is more than just drawing; it's a meditative art form that helps calm the mind and spark imagination. Dive into our extensive library of unique, free designs, each waiting for your personal touch. Whether you prefer the tactile sensation of coloring on paper or the ease of digital art, we've got you covered. `,
  304. p2: `You can <strong>download and print your favorite Zentangle pages for free</strong>, allowing you to enjoy this relaxing practice offline. Or, for instant artistic gratification, explore our <strong>convenient online coloring tool</strong> and bring these captivating patterns to life directly in your browser!`,
  305. morefun: {
  306. title: 'We hope these zentangle coloring pages bring you aesthetic joy! If you want more free coloring pages, feel free to browse the collections below.',
  307. links: [
  308. {
  309. title: 'Zen Coloring Pages',
  310. link: '/zen-coloring-pages',
  311. },
  312. {
  313. title: 'Patterns Coloring Pages',
  314. link: '/patterns-coloring-pages',
  315. }
  316. ]
  317. },
  318. list: [
  319. '621b33e439d1c8517c716810',
  320. '61dfb724a447b71961676590',
  321. '621b32c339d1c8517c71680f',
  322. '61dc05f28b404219568e0e9b',
  323. '61a9941fc617211887d09f5d',
  324. '61a6024a4e891d187895c3cf',
  325. '61a49824c617211887d09f52',
  326. '6613db7bfb44d25a07461d88',
  327. '65fbca67b0cd98399572f91e',
  328. '65fc0574b0cd983995734aad',
  329. '660530f2ee48802cda212c5a',
  330. '662deb4def84a058f04562ce',
  331. '66680ada3ba2da1daebd7f2e',
  332. '666282683ba2da1daebc5ca7',
  333. '664aebaa839eac0d666f9c78',
  334. '66123525fb44d25a0745ad11',
  335. '641942974698734ae9041978',
  336. '67d106b75f45a930454d2307',
  337. '67c970615f45a930454a9dbd',
  338. '67edf7428f7086254fed7b02',
  339. '6811bded79d1813bb11c3508',
  340. '67fc9c533d656117fee5765c',
  341. '6805bbd07105d54fa04ece6b',
  342. '6822c2b7a0d36c190cd7590b',
  343. '68352ede59d9eb021eb651c0',
  344. '6822bc53a0d36c190cd751ed',
  345. ],
  346. },
  347. 'zen-coloring-pages': {
  348. title: 'Zen Coloring Pages',
  349. titleLowercase: 'zen coloring pages',
  350. tag: 'zen',
  351. uri: '/zen-coloring-pages',
  352. tips: 'tips-for-zen',
  353. date: 'Jun 18, 2025',
  354. seoTitle: `Zen Coloring Pages - Free to Print & Color Online for Mindfulness | art.pcoloring.com`,
  355. seoDescription: `Find your calm with our collection of free Zen coloring pages. Perfect for mindfulness & relaxation, these intricate designs are ready to print or color online directly in your browser. Start unwinding today!`,
  356. p1: `Welcome to our serene collection of Zen Coloring Pages, designed to help you find peace and focus. Each intricate design is a journey into mindfulness, providing a perfect escape from daily stresses. Our vast library offers a diverse range of patterns, from soothing geometric shapes to calming nature-inspired scenes.`,
  357. p2: `You can easily <strong>download and print these pages for free</strong>, allowing you to enjoy the tactile pleasure of traditional coloring. Alternatively, for instant tranquility, simply <strong>color online directly in your browser or use our APP</strong>, no downloads needed. Start your journey to inner peace with a splash of color today!`,
  358. morefun: {
  359. title: 'We hope these zen coloring pages bring you aesthetic joy! If you want more free coloring pages, feel free to browse the collections below.',
  360. links: [
  361. {
  362. title: 'Zentangle Coloring Pages',
  363. link: '/zentangle-coloring-pages',
  364. },
  365. {
  366. title: 'Patterns Coloring Pages',
  367. link: '/patterns-coloring-pages',
  368. }
  369. ]
  370. },
  371. list: [
  372. '6836cca759d9eb021eb71fc2',
  373. '682c4272a0d36c190cda9ef4',
  374. '682b0f8fa0d36c190cda305e',
  375. '682a9abca0d36c190cd99804',
  376. '682727cda0d36c190cd96c8c',
  377. '6826e72ba0d36c190cd8fb28',
  378. '6826b259a0d36c190cd8da5d',
  379. '682303bba0d36c190cd7d93b',
  380. '680b398279d1813bb1199fbc',
  381. '681dbf07a0d36c190cd55ed1',
  382. '681d7cd9a0d36c190cd51044',
  383. '6810809979d1813bb11b9ab3',
  384. '680f446979d1813bb11b2034',
  385. '680ef8c179d1813bb11ad125',
  386. '680ef7e079d1813bb11acd4c',
  387. '680b398279d1813bb1199fbc',
  388. '680affad79d1813bb1195a7e',
  389. '68089ed87105d54fa050f57c',
  390. '68038a8a7105d54fa04e9c8e',
  391. '6801ea187105d54fa04e2a1a',
  392. '67fe300ddb9c9031750a0972',
  393. '67fca1953d656117fee57d5d',
  394. '67fc9e3a3d656117fee5793c',
  395. '67f8cce23d656117fee4674f',
  396. '67f8beb23d656117fee44450',
  397. '67f7689574bedc4e201621a0',
  398. '67eb5534db36ff78f938e519',
  399. '67ea6eb7db36ff78f938cf54',
  400. '67e36170db36ff78f9358eeb',
  401. '67e2ab95db36ff78f93571e4',
  402. '67e27774db36ff78f935458d',
  403. '67e2756ddb36ff78f93542d3',
  404. '67e25904db36ff78f934e9a3',
  405. '67e11a7bdb36ff78f93392bc',
  406. '67dd2397c9cd18194d7363c6',
  407. '67db121bc9cd18194d722540',
  408. '67db0fb8c9cd18194d722481',
  409. '67da7de8c9cd18194d71f9f2',
  410. '67da6bd4c9cd18194d71e968',
  411. '67d94f00c9cd18194d71b34d',
  412. '67d7dcc5f406a31ee392a1c5',
  413. '67d3c45df406a31ee391287a',
  414. ],
  415. },
  416. 'cat-coloring-pages': {
  417. title: 'Cute Cat Coloring Pages',
  418. titleLowercase: 'cute cat coloring pages',
  419. tag: 'cat',
  420. uri: '/cat-coloring-pages',
  421. tips: 'tips-get-use-of-our-coloring-pages',
  422. date: 'Jun 10, 2025',
  423. seoTitle: `Cute Cat Coloring Pages - Free to Print & Color Online | art.pcoloring.com`,
  424. seoDescription: `Dive into thousands of adorable, free cute cat coloring pages! Print for purr-fect offline fun or color online instantly. Get your paws on them today at art.pcoloring.com!`,
  425. p1: `Welcome to a world of endless purr-fection with our <strong>cute cat coloring pages</strong>! If you adore fluffy kittens, playful cats, or majestic felines, you're in the right place. Our vast collection features thousands of unique cat-themed designs, from silly cartoon cats to realistic portraits, all waiting for your creative touch. The best part? `,
  426. p2: `You can easily <strong>download and print these adorable pages for free</strong> to enjoy the timeless joy of coloring with crayons or markers. Or, for a modern twist, simply choose your favorite cat and <strong>color it online directly in your browser</strong>! It's never been easier to bring these charming creatures to life with vibrant colors.`,
  427. morefun: {
  428. title: 'We hope these cat coloring pages bring you aesthetic joy! If you want more free coloring pages, feel free to browse the collections below.',
  429. links: [
  430. {
  431. title: 'Butterfly Coloring Pages',
  432. link: '/butterfly-coloring-pages',
  433. },
  434. {
  435. title: 'Peacock Coloring Pages',
  436. link: '/peacock-coloring-pages',
  437. }
  438. ]
  439. },
  440. list: [
  441. '66f59e293562c348e1aea5f8',
  442. '66e55d007a603113853d41b3',
  443. '66b621247a603113852ae0d2',
  444. '665618933ba2da1daeb799ec',
  445. '661d1889aae27d6dda1220cb',
  446. '661e6001aae27d6dda12afa4',
  447. '6602bb454b1d1c51220119c5',
  448. '67502ef221d0321f90397010',
  449. '67c16890146c5809300eb77f',
  450. '678a018407d98210ecafd837',
  451. '64b966f3993e5757680d5661',
  452. '6440d1ae18b92a7ebc67b784',
  453. '63f89386a6dcad5b901f841d',
  454. '6301f238b4aa5241f192c247',
  455. '5f48c19e0621f10b9e6a194c',
  456. '5f2b91b1af9f457afafa2420',
  457. '5df7493b3d6d5b249ad7db1f',
  458. '5ea94d1e0621f10b9e6a1808',
  459. '5d8898684278e31afd9b6968',
  460. '5cac6a57c077b825b14e812c',
  461. '5cac36bc1151bf0bdf2deee5',
  462. '5cc00dfa9901a6555d925a68',
  463. '5caf11c3c077b825b14e814e',
  464. '5c98526e396d4c5a4ea35ef0',
  465. '5cad9ee2c077b825b14e8139',
  466. ],
  467. },
  468. 'butterfly-coloring-pages': {
  469. title: 'Butterfly Coloring Pages',
  470. titleLowercase: 'butterfly coloring pages',
  471. tag: 'butterfly',
  472. uri: '/butterfly-coloring-pages',
  473. tips: 'tips-get-use-of-our-coloring-pages',
  474. date: 'Jun 3, 2025',
  475. seoTitle: `Butterfly Coloring Pages - Free & Printable for Online Fun | art.pcoloring.com`,
  476. seoDescription: `Discover unique Butterfly Cat coloring pages! Download and print these enchanting designs for free, or enjoy instant artistic fun with our easy-to-use online coloring tool. Perfect for all ages!`,
  477. p1: `Welcome to the whimsical world of Butterfly Cat coloring! Here, imagination takes flight with our enchanting collection of free Butterfly Cat coloring pages. Each design beautifully blends the serene grace of butterflies with the playful charm of cats, creating unique artworks just waiting for your personal touch. Dive into these magical scenes where feline friends sprout delicate wings.`,
  478. p2: `You can easily <strong>download and print your favorite Butterfly Cat coloring pages for free</strong> to enjoy the classic tactile experience. Or, for instant creative fun, simply click to <strong>color online directly in your browser</strong>—no downloads, no fuss, just pure artistic delight!`,
  479. morefun: {
  480. title: 'We hope these butterfly coloring pages bring you aesthetic joy! If you want more free coloring pages, feel free to browse the collections below.',
  481. links: [
  482. {
  483. title: 'Cute Cat Coloring Pages',
  484. link: '/cat-coloring-pages',
  485. },
  486. {
  487. title: 'Flower Coloring Pages',
  488. link: '/flower-coloring-pages',
  489. }
  490. ]
  491. },
  492. list: [
  493. '683ecb166100eb1a5e90f5b6',
  494. '682adfd0a0d36c190cd9e9be',
  495. '6825b54fa0d36c190cd87a6f',
  496. '67e24c7cdb36ff78f934d4d0',
  497. '66e3dbd37a603113853c3b83',
  498. '665863753ba2da1daeb8f0c5',
  499. '6657152d3ba2da1daeb82914',
  500. '664eab622009d7413920880d',
  501. '663a175fe5901f61e4634a05',
  502. '6645e0abb408c5176c7579a8',
  503. '65d7558eac746a09b02cb5e5',
  504. '6622045faae27d6dda13c4c8',
  505. '63e1f8369fb02177e7a65fa5',
  506. '64bfa99da08a8a4a23a40266',
  507. '63ff18304698734ae9040857',
  508. '64d2fbacddd4386cca475a0c',
  509. '64d2fbd6ddd4386cca475a14',
  510. '64d2fb59ddd4386cca4759fc',
  511. '64d2f530ddd4386cca4759ea',
  512. '64d0a9c1ddd4386cca475573',
  513. '64e7117021f87f4707578f51',
  514. '6502bec500b9f34610f99319',
  515. '62e77929b9ca4a66f124b7ad',
  516. '62eb3ce6b174c57ab6427c76',
  517. '5da5a6bc00c73b634a9a571a',
  518. '5c9dc07f396d4c5a4ea35f14',
  519. ]
  520. },
  521. 'architecture-coloring-pages': {
  522. title: 'Architecture Coloring Pages',
  523. titleLowercase: 'architecture coloring pages',
  524. tag: 'place',
  525. uri: '/architecture-coloring-pages',
  526. tips: 'tips-get-use-of-our-coloring-pages',
  527. date: 'May 28, 2025',
  528. seoTitle: `Architecture Coloring Pages - Free to Print & Color Online | art.pcoloring.com`,
  529. seoDescription: `Explore intricate architecture coloring pages for free! Download & print famous landmarks, cityscapes, and buildings, or enjoy coloring them online directly in your browser.`,
  530. p1: `Welcome to our captivating collection of <strong>Architecture Coloring Pages</strong>! Here, you'll discover a world of detailed buildings, iconic landmarks, and stunning cityscapes, all waiting for your artistic touch. Whether you dream of coloring the Eiffel Tower, a grand castle, or a charming village house, our vast selection offers something for every architect and artist.`,
  531. p2: `Every single page is available for you to <strong>download and print completely free</strong>, allowing you to enjoy the classic coloring experience with pencils and crayons. For those who prefer digital artistry, simply choose any design and <strong>color it online directly in your browser</strong>! No downloads, no software—just instant, creative fun at your fingertips.`,
  532. morefun: {
  533. title: 'We hope these architecture coloring pages bring you aesthetic joy! If you want more free coloring pages, feel free to browse the collections below.',
  534. links: [
  535. {
  536. title: 'Mandala Coloring Pages',
  537. link: '/mandala-coloring-pages',
  538. },
  539. {
  540. title: 'Zen Coloring Pages',
  541. link: '/zen-coloring-pages',
  542. }
  543. ]
  544. },
  545. list: [
  546. '671002863562c348e1b7146b',
  547. '66e9ae757a603113853e2d4c',
  548. '66b130097a60311385271995',
  549. '66576b943ba2da1daeb83b88',
  550. '663279f7e5901f61e461dca5',
  551. '664e27be2009d74139208146',
  552. '66096eb3ee48802cda22cdf1',
  553. '6601d0984b1d1c5122ff7420',
  554. '65d746a0ac746a09b02cb579',
  555. '65c631d57c41917a5765ad6e',
  556. '659ef399dba1417ce8724f05',
  557. '6585d266c661c424ae220875',
  558. '635b7f59e506137398086d52',
  559. '67e50933db36ff78f9368c2e',
  560. '680efa4179d1813bb11ad72f',
  561. '67c1fc42146c5809300f68b1',
  562. '66ce880f7a60311385329ec5',
  563. '65afb390ffb5d366c4342ff1',
  564. '664c3edf839eac0d66701e20',
  565. '6499b4e772eb2a33630838b7',
  566. '6329a259f860f9768eaa5d32',
  567. '63a43eab5c9b8503a05ad4a5',
  568. '63888a8d3ecdf90dfdad12fd',
  569. '5e7ae9c0188df40bbc9476b2',
  570. ]
  571. },
  572. 'simple-coloring-pages': {
  573. title: 'Simple Coloring Pages For Kids',
  574. titleLowercase: 'simple coloring pages for kids',
  575. tag: 'simple',
  576. uri: '/simple-coloring-pages',
  577. tips: 'tips-simple-for-kids',
  578. date: 'May 23, 2025',
  579. seoTitle: `Easy Kids' Coloring Pages - Free Printable & Online Fun | art.pcoloring.com`,
  580. seoDescription: `Spark creativity with simple, free coloring pages designed for children. Print your favorites for offline joy or enjoy our interactive online coloring tool. Hours of engaging, mess-free fun!`,
  581. p1: `Welcome to our delightful collection of <strong>Simple Coloring Pages for Kids!</strong> Here, little artists will find thousands of easy-to-color designs featuring their favorite animals, playful characters, everyday objects, and much more. Each page is crafted with clear, bold lines, making it perfect for toddlers and young children to develop their fine motor skills and unleash their creativity. `,
  582. p2: `The best part? Every single coloring page is <strong>completely free to download and print</strong> at home. Or, for instant, mess-free fun, dive directly into our <strong>user-friendly online coloring tool</strong> – no downloads, just pure colorful enjoyment right in your browser!`,
  583. morefun: {
  584. title: 'We hope these simple coloring pages for kids bring you aesthetic joy! If you want more free coloring pages, feel free to browse the collections below.',
  585. links: [
  586. {
  587. title: 'Unicorn Coloring Pages',
  588. link: '/unicorn-coloring-pages',
  589. },
  590. {
  591. title: 'Delicious Food Coloring Pages',
  592. link: '/food-coloring-pages',
  593. }
  594. ]
  595. },
  596. list: [
  597. '5c98526e396d4c5a4ea35ef0',
  598. '5c9dcadc7a14255a530495b8',
  599. '5caebcb9c077b825b14e813f',
  600. '5c9871af7a14255a53049580',
  601. '5ce60c4a27f5d536bf91931f',
  602. '5c94710a8edaf3112661b6af',
  603. '5cbeb13fccaac25558bfb07c',
  604. '5cb04a33dba75c25b6ece50d',
  605. '5c9dc8eb7a14255a530495b5',
  606. '5c9b4ad1396d4c5a4ea35efd',
  607. '5cad9dc8c077b825b14e8137',
  608. '5c91a183cdbf891b23924c8f',
  609. '5c91dd13e3b74f1b2884d695',
  610. '5cac49311151bf0bdf2deeee',
  611. '5cc7ada351d13f1d4a4bdfec',
  612. '5ca5a2613a23e30b5ee4c97c',
  613. '5cea2fb6611b276d973866c8',
  614. '6347aee3e5061373980861c6',
  615. '63523682e50613739808683d',
  616. '63ededeb8b781267fb7c8cd9',
  617. '63242b119491c33dc4320984',
  618. ]
  619. },
  620. 'girl-coloring-pages': {
  621. title: 'Naive Girl Coloring Pages',
  622. titleLowercase: 'naive girl coloring pages',
  623. tag: 'girl',
  624. uri: '/girl-coloring-pages',
  625. tips: 'tips-get-use-of-our-coloring-pages',
  626. date: 'May 28, 2025',
  627. seoTitle: `Naive Girl Coloring Pages - Free to Print & Color Online | art.pcoloring.com`,
  628. seoDescription: `Explore charming naive girl coloring pages for free! Download and print these delightful designs or enjoy our easy-to-use online coloring tool directly in your browser. Perfect for all ages!`,
  629. p1: `Dive into the delightful world of <strong>naive girl coloring pages!</strong> Our enchanting collection features free, heartwarming designs that capture the innocence and charm of girlhood. Each page offers a unique artistic journey, inviting you to add your personal touch. Whether you prefer the tactile joy of crayons and paper, or the convenience of digital art, we've got you covered.`,
  630. p2: `You can easily <strong>download and print these pages for free</strong> to enjoy a classic coloring experience, or simply <strong>color them online directly in your browser</strong>—no downloads or special software needed! Start bringing these adorable characters to life with your favorite colors today.`,
  631. morefun: {
  632. title: 'We hope these naive girl coloring pages bring you aesthetic joy! If you want more free coloring pages, feel free to browse the collections below.',
  633. links: [
  634. {
  635. title: 'Fantasy Coloring Pages',
  636. link: '/fantasy-coloring-pages',
  637. },
  638. {
  639. title: 'Patterns Coloring Pages',
  640. link: '/patterns-coloring-pages',
  641. }
  642. ]
  643. },
  644. list: [
  645. '6614dd91fb44d25a0746390d',
  646. '6613d383fb44d25a07461c1b',
  647. '6613b2fcfb44d25a0745f8dd',
  648. '660bf0c0fb44d25a07447c5f',
  649. '660bcb5afb44d25a0744509b',
  650. '660bc448fb44d25a07444bc8',
  651. '660a7564ee48802cda233415',
  652. '660a74ccee48802cda233369',
  653. ]
  654. },
  655. 'fantasy-coloring-pages': {
  656. title: 'Fantasy Coloring Pages',
  657. titleLowercase: 'fantacy coloring pages',
  658. tag: 'fantasy',
  659. uri: '/fantasy-coloring-pages',
  660. tips: 'tips-get-use-of-our-coloring-pages',
  661. date: 'May 28, 2025',
  662. seoTitle: `Fantasy Coloring Pages - Free Printable & Online Coloring | art.pcoloring.com`,
  663. seoDescription: `Dive into a world of dragons, fairies, and wizards! Explore our vast collection of free fantasy coloring pages, perfect for printing at home or enjoying with our interactive online coloring tool.`,
  664. p1: `Welcome to the enchanted realm of our Fantasy Coloring Pages! Here, imagination knows no bounds as you journey through mystical lands filled with dragons, brave knights, shimmering fairies, and powerful wizards. Our extensive collection brings your favorite fantasy creatures and magical scenes to life, all waiting for your creative touch. Whether you prefer the tactile joy of coloring with crayons or the convenience of digital art, we've got you covered.`,
  665. p2: `You can <strong>download and print these pages for free</strong> to enjoy offline, or simply immerse yourself in the magic by <strong>coloring online directly in your browser!</strong> Let your creativity soar and transform these fantastical worlds with your vibrant palette.`,
  666. morefun: {
  667. title: 'We hope these fantasy coloring pages bring you aesthetic joy! If you want more free coloring pages, feel free to browse the collections below.',
  668. links: [
  669. {
  670. title: 'Dragon Coloring Pages',
  671. link: '/dragon-coloring-pages',
  672. },
  673. {
  674. title: 'Unicorn Coloring Pages',
  675. link: '/unicorn-coloring-pages',
  676. }
  677. ]
  678. },
  679. list: [
  680. '6568583c401e0404c11afc2d',
  681. '6562e3fba97bac6e074df8d9',
  682. '654c8f1c0efb6c541e5b48dc',
  683. '65421278d2af6966ade33d54',
  684. '6503098d00b9f34610f99427',
  685. '6502fd0f00b9f34610f993f1',
  686. '64aae4dacce29606902a8a31',
  687. '64a9c0fccce29606902a8a21',
  688. '6456004c9d09b660c0abeedf',
  689. '6489a1c93d5b2b63bd5d61d2',
  690. '6476e97dfb8d33471c575ad4',
  691. '641403564698734ae90416b1',
  692. '643689a352afa67afa6ca861',
  693. '63e2c4219fb02177e7a66079',
  694. '63bfef0a9fb02177e7a652ba',
  695. '63b6a5ea388b7e57a5ea4281',
  696. '638d978f72537921b985de07',
  697. '63a3003f5c9b8503a05ad3ea',
  698. '6314a617b2d0e52232e287e1',
  699. ]
  700. },
  701. 'christmas-coloring-pages': {
  702. title: 'Christmas Coloring Pages',
  703. titleLowercase: 'christmas coloring pages',
  704. tag: 'Christmas',
  705. uri: '/christmas-coloring-pages',
  706. tips: 'tips-for-holiday',
  707. date: 'May 23, 2025',
  708. seoTitle: `Free Printable Christmas Coloring Pages - Online Coloring Fun | art.pcoloring.com`,
  709. seoDescription: `Get into the holiday spirit with thousands of FREE Christmas coloring pages! Download & print festive designs or enjoy instant online coloring. Perfect for kids & adults!`,
  710. p1: `Welcome to our magical collection of Christmas Coloring Pages! The festive season just got brighter with thousands of delightful designs, ready to bring holiday cheer to your fingertips. From jolly Santas and twinkling Christmas trees to playful elves and cozy winter scenes, you'll find the perfect page to spark your imagination. `,
  711. p2: `Our entire collection is completely <strong>free to download and print</strong>, so you can enjoy traditional coloring with crayons and markers. But that's not all! You can also experience the joy of <strong>coloring online directly in your browser</strong>, no special software needed. Dive into the festive fun and add your unique splash of color to the holidays!`,
  712. morefun: {
  713. title: 'We hope these Christmas coloring pages bring you aesthetic joy! If you want more free coloring pages, feel free to browse the collections below.',
  714. links: [
  715. {
  716. title: 'Food Coloring Pages',
  717. link: '/food-coloring-pages',
  718. },
  719. {
  720. title: 'Mandala Coloring Pages',
  721. link: '/mandala-coloring-pages',
  722. }
  723. ]
  724. },
  725. list: [
  726. '653b890d94a0e3387abf8a7e',
  727. '654a262b0efb6c541e5b4678',
  728. '654e85310efb6c541e5b4b85',
  729. '6548d4e50efb6c541e5b451b',
  730. '6538d36694a0e3387abf8663',
  731. '6544dc53d2af6966ade341b7',
  732. '6540ed08d2af6966ade33c0d',
  733. '654a75730efb6c541e5b46ae',
  734. '654e87b50efb6c541e5b4b92',
  735. '654d12510efb6c541e5b49a3',
  736. '654bd7bd0efb6c541e5b47c4',
  737. '654a85060efb6c541e5b46d7',
  738. ]
  739. },
  740. 'patterns-coloring-pages': {
  741. title: 'Patterns Coloring Pages',
  742. titleLowercase: 'patterns coloring pages',
  743. tag: 'patterns',
  744. uri: '/patterns-coloring-pages',
  745. tips: 'tips-get-use-of-our-coloring-pages',
  746. date: 'May 28, 2025',
  747. seoTitle: `Patterns Coloring Pages - Free to Print & Color Online | art.pcoloring.com`,
  748. seoDescription: `Explore endless free patterns coloring pages! From geometric to abstract designs, enjoy instant downloads for printing or color directly online in your browser. Perfect for all ages.`,
  749. p1: `Unleash your artistic flair with our extensive library of free Patterns Coloring Pages! Whether you're drawn to complex tessellations, calming repetitive motifs, or playful doodle-inspired art, our diverse range has something for everyone.`,
  750. p2: `Our goal is to make creativity accessible and enjoyable. That's why every single pattern is available for <strong>free download and high-quality printing</strong>, perfect for those quiet moments of traditional coloring. For a modern twist, you can also <strong>begin coloring any pattern online immediately</strong> with our intuitive tools, transforming your screen into a vibrant canvas.`,
  751. morefun: {
  752. title: 'We hope these patterns coloring pages bring you aesthetic joy! If you want more free coloring pages, feel free to browse the collections below.',
  753. links: [
  754. {
  755. title: 'Mandala Coloring Pages',
  756. link: '/mandala-coloring-pages',
  757. },
  758. {
  759. title: 'Zen Coloring Pages',
  760. link: '/zen-coloring-pages',
  761. },
  762. {
  763. title: 'Zentangle Coloring Pages',
  764. link: '/zentangle-coloring-pages',
  765. }
  766. ]
  767. },
  768. list: [
  769. '5e3b84595212d560863ba839',
  770. '5dbab7a3f264476330f1587b',
  771. '5e534d237f068d0ba4f156c7',
  772. '5e81bae2e2fc0b5d6e8aec05',
  773. '5f0293140621f10b9e6a18ad',
  774. '5e9d274e188df40bbc94770c',
  775. '620640688b404219568e0efc',
  776. '6225d75f58988209ee91aa8a',
  777. '606d6b77b2869e18411518a3',
  778. '61ef936ee73e76194b8ae78e',
  779. '6316fe5eb2d0e52232e288d9',
  780. '6332c6a6e506137398085a34',
  781. '62e23312d0b8186901204a4b',
  782. '643cafee50e70437faae36c4',
  783. '6822b982a0d36c190cd74c61',
  784. ]
  785. },
  786. 'peacock-coloring-pages': {
  787. title: 'Peacock Coloring Pages',
  788. titleLowercase: 'peacock coloring pages',
  789. tag: 'peacock',
  790. uri: '/peacock-coloring-pages',
  791. tips: 'tips-get-use-of-our-coloring-pages',
  792. date: 'May 18, 2025',
  793. seoTitle: `Peacock Coloring Pages - Free Printable & Online Coloring | art.pcoloring.com`,
  794. seoDescription: `Discover stunning, free peacock coloring pages to print or color online! Explore intricate designs of these majestic birds, perfect for all ages. Download or color in your browser today!`,
  795. p1: `Welcome to our dazzling collection of Peacock Coloring Pages, where the splendor of these magnificent birds comes to life under your creative touch! Peacocks, with their iconic iridescent plumage, symbolize beauty, royalty, and immortality across cultures. Dive into our extensive gallery and choose from a variety of designs, featuring everything from intricate feather patterns to graceful peacock poses. Whether you prefer the tactile joy of crayons and markers or the convenience of digital art, we've got you covered.`,
  796. p2: `Each of our peacock coloring pages is available for <strong>free download and high-quality printing</strong>, or you can enjoy the magic of bringing them to life directly <strong>online with our interactive coloring tool</strong>.`,
  797. morefun: {
  798. title: 'We hope these peacock coloring pages bring you aesthetic joy! If you want more free coloring pages, feel free to browse the collections below.',
  799. links: [
  800. {
  801. title: 'Butterfly Coloring Pages',
  802. link: '/butterfly-coloring-pages',
  803. },
  804. {
  805. title: 'Flower Coloring Pages',
  806. link: '/flower-coloring-pages',
  807. }
  808. ]
  809. },
  810. list: [
  811. '67e3b99edb36ff78f9361454',
  812. '676e9c1a86bb4d3392aca485',
  813. '676e9c1a86bb4d3392aca485',
  814. '660c4535fb44d25a074492ce',
  815. '66023e134b1d1c5122fff400',
  816. '6538d11594a0e3387abf8647',
  817. '62fe06ef0d31aa1b8d611d2b',
  818. '62d50c690455697fdc6f262d',
  819. '61f245bc6ce32b1943d501ce',
  820. '61d42731e73e76194b8ae746',
  821. '61cc118e39d1c8517c71672e',
  822. '6034c0084d3ab14b185b6a05',
  823. ]
  824. },
  825. 'dragon-coloring-pages': {
  826. title: 'Dragon Coloring Pages',
  827. titleLowercase: 'dragon coloring pages',
  828. tag: 'dragon',
  829. uri: '/dragon-coloring-pages',
  830. tips: 'tips-get-use-of-our-coloring-pages',
  831. date: 'May 15, 2025',
  832. seoTitle: `Dragon Coloring Pages - Free Printable & Online Coloring | art.pcoloring.com`,
  833. seoDescription: `Unleash your inner artist with our free dragon coloring pages! Download and print majestic dragons for offline fun, or color them instantly online in your browser. Perfect for all ages!`,
  834. p1: `Welcome to an epic collection of <strong>Dragon Coloring Pages!</strong> If you're fascinated by these mythical beasts, you've landed in the perfect hoard of free, printable designs. Dive into a world where fierce, friendly, and fantastical dragons await your creative touch. Whether you prefer the classic feel of crayons on paper or the convenience of digital artistry, we've got you covered. `,
  835. p2: `You can <strong>download and print your favorite dragon designs for free</strong> to bring them to life offline, or simply jump right into our <strong>user-friendly online coloring tool</strong> and paint them directly in your browser. Your dragon adventure starts now, with endless possibilities at your fingertips!`,
  836. morefun: {
  837. title: 'We hope these dragon coloring pages bring you aesthetic joy! If you want more free coloring pages, feel free to browse the collections below.',
  838. links: [
  839. {
  840. title: 'Peacock Coloring Pages',
  841. link: '/peacock-coloring-pages',
  842. },
  843. {
  844. title: 'Unicorn Coloring Pages',
  845. link: '/unicorn-coloring-pages',
  846. }
  847. ]
  848. },
  849. list: [
  850. '66a3f97c7a60311385200af3',
  851. '6612f216fb44d25a0745e1da',
  852. '66104934fb44d25a07455c64',
  853. '65f1b8ca075ab2474958052b',
  854. '65dc2f64ac746a09b02cba6b',
  855. '65d5ff69e346d378ce7bca47',
  856. '65b27379ffb5d366c43432f2',
  857. '65afea8cffb5d366c4343026',
  858. '659edefedba1417ce8724eea',
  859. '659d115bdba1417ce8724d10',
  860. '654dff830efb6c541e5b4ae4',
  861. '652d18aeb642d01938812d6e',
  862. '63104847b2d0e52232e285d0',
  863. '6285c0abbd491009a9785087',
  864. '5e24150ddcc2f62477ad3538',
  865. '5eb6697c0621f10b9e6a181a',
  866. '5c9dced37a14255a530495c3',
  867. '5cc659e08e671e1d51f4e72e',
  868. ]
  869. },
  870. 'unicorn-coloring-pages': {
  871. title: 'Unicorn Coloring Pages',
  872. titleLowercase: 'unicorn coloring pages',
  873. tag: 'unicorn',
  874. uri: '/unicorn-coloring-pages',
  875. tips: 'tips-get-use-of-our-coloring-pages',
  876. date: 'May 10, 2025',
  877. seoTitle: `Unicorn Coloring Pages - Free to Print & Color Online | art.pcoloring.com`,
  878. seoDescription: `Unleash your creativity with our enchanting collection of free unicorn coloring pages. Choose to print for offline fun or immerse yourself in the magic of online coloring. Discover your dream design today!`,
  879. p1: `Welcome to the most magical corner of art.pcoloring.com – our enchanting collection of <strong>Unicorn Coloring Pages!</strong> Dive into a whimsical world where shimmering horns and flowing manes await your artistic touch. We've gathered thousands of unique, high-quality unicorn designs, from adorable baby unicorns to majestic fantasy creatures, all completely <strong>free to access</strong>.`,
  880. p2: `Whether you prefer the tactile joy of crayons and markers or the vibrant possibilities of digital art, we've got you covered. You can easily <strong>download and print your favorite unicorn pages</strong> for hours of offline coloring fun. Or, for instant gratification and endless color experiments, simply click to <strong>color online directly in your browser!</strong> Let your imagination soar as you bring these mythical beauties to life.`,
  881. morefun: {
  882. title: 'We hope these unicorn coloring pages bring you aesthetic joy! If you want more free coloring pages, feel free to browse the collections below.',
  883. links: [
  884. {
  885. title: 'Dragon Coloring Pages',
  886. link: '/dragon-coloring-pages',
  887. },
  888. {
  889. title: 'Peacock Coloring Pages',
  890. link: '/peacock-coloring-pages',
  891. },
  892. {
  893. title: 'Cute Cat Coloring Pages',
  894. link: '/cat-coloring-pages',
  895. }
  896. ]
  897. },
  898. list: [
  899. '5cc54bbcf764fa062df3bd31',
  900. '5d5e53eb71429d43b11ecba4',
  901. '5e09aa89f50572247edbb6ef',
  902. '5df36ff83d6d5b249ad7db15',
  903. '67c9103b93e5da45df1f3e62',
  904. '66e5e22f7a603113853dc39d',
  905. '6672f4a27759305808b925e0',
  906. '6655b0722009d74139238b4c',
  907. '65f856d9b0cd98399571c1eb',
  908. '65df16c1ac746a09b02cbe33',
  909. '65d6091ae346d378ce7bca70',
  910. '658b32bbc661c424ae220a93',
  911. '65254a01d42abf759905cdbb',
  912. '636cd0f8e506137398087776',
  913. '62fcb0030d31aa1b8d611c6e',
  914. '62e8c5b1b9ca4a66f124b7f7',
  915. '5ef1be84188df40bbc9477d8',
  916. '5ea69fb00621f10b9e6a1800',
  917. '5e859ced188df40bbc9476df',
  918. ]
  919. },
  920. 'food-coloring-pages': {
  921. title: 'Delicious Food Coloring Pages',
  922. titleLowercase: 'delicious food coloring pages',
  923. tag: 'food',
  924. uri: '/food-coloring-pages',
  925. tips: 'tips-get-use-of-our-coloring-pages',
  926. date: 'May 5, 2025',
  927. seoTitle: `Delicious Food Coloring Pages - Free to Print & Color Online | art.pcoloring.com`,
  928. seoDescription: `Satisfy your creative cravings with thousands of free delicious food coloring pages! Print tasty treats or color online. Perfect for kids & adults to enjoy sweet & savory designs.`,
  929. p1: `Welcome to our mouth-watering collection of Delicious Food Coloring Pages! If you love food as much as you love coloring, you've found your happy place. Dive into thousands of delightful designs featuring everything from juicy fruits and decadent desserts to savory main courses and yummy snacks. Each page is a treat for your imagination, offering a unique opportunity to play with colors. `,
  930. p2: `The best part? You can <strong>download and print these pages for free</strong> to enjoy classic coloring fun, or <strong>jump straight into our online coloring tool</strong> to bring these culinary masterpieces to life digitally, right in your browser!`,
  931. morefun: {
  932. title: 'We hope these food coloring pages bring you aesthetic joy! If you want more free coloring pages, feel free to browse the collections below.',
  933. links: [
  934. {
  935. title: 'Dragon Coloring Pages',
  936. link: '/dragon-coloring-pages',
  937. },
  938. {
  939. title: 'Peacock Coloring Pages',
  940. link: '/peacock-coloring-pages',
  941. },
  942. {
  943. title: 'Cute Cat Coloring Pages',
  944. link: '/cat-coloring-pages',
  945. }
  946. ]
  947. },
  948. list: [
  949. '676e9b1486bb4d3392aca43b',
  950. '673308beb494234e4abb19d1',
  951. '66e33af37a603113853c039c',
  952. '66d94f927a6031138537d1e9',
  953. '66d6e5957a6031138536bfd6',
  954. '66cc78597a603113853227c4',
  955. '66c781167a60311385309188',
  956. '66ad193b7a6031138525992b',
  957. '66611df83ba2da1daebbc77e',
  958. '666281d33ba2da1daebc5bcd',
  959. '665834233ba2da1daeb8925a',
  960. '665840c43ba2da1daeb8a51d',
  961. '664ee7532009d7413920d03a',
  962. '65fd30c7b0cd983995741674',
  963. '65f2bbf0075ab247495806d6',
  964. '66190ff4aae27d6dda1114f2',
  965. '662e33acef84a058f045b47d',
  966. '663cb9e3b408c5176c70e5eb',
  967. '66165675aae27d6dda0fa3de',
  968. '660c3e22fb44d25a0744917f',
  969. '65a0fd50dba1417ce8725125',
  970. '65ba20d57c41917a5765a24a',
  971. '65dda833ac746a09b02cbc4a',
  972. '64e4801f21f87f4707578c1f',
  973. '646df5c8fb8d33471c5752f3',
  974. ]
  975. },
  976. }
  977. module.exports = {
  978. coloringList,
  979. coloringData,
  980. }