index.ejs 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <!DOCTYPE html>
  2. <html lang="<%= lang %>">
  3. <head>
  4. <%- include('common-meta') %>
  5. <link rel="alternate" href="https://art.pcoloring.com/en" hrefLang="en" />
  6. <link rel="alternate" href="https://art.pcoloring.com/zh" hrefLang="zh" />
  7. <link rel="alternate" href="https://art.pcoloring.com/es" hrefLang="es" />
  8. <link rel="alternate" href="https://art.pcoloring.com/pt" hrefLang="pt" />
  9. <link rel="alternate" href="https://art.pcoloring.com/ja" hrefLang="ja" />
  10. <link rel="stylesheet" href="/stylesheets/styles.css">
  11. <link rel="stylesheet" href="/stylesheets/header.css">
  12. <script type="application/ld+json">
  13. {
  14. "@context": "https://schema.org",
  15. "@type": "WebPage",
  16. "name": "Art Number Coloring",
  17. "description": "<%= description %>",
  18. "url": "https://art.pcoloring.com",
  19. "mainEntityOfPage": "https://art.pcoloring.com",
  20. "publisher": {
  21. "@type": "Organization",
  22. "name": "JCCY",
  23. "logo": {
  24. "@type": "ImageObject",
  25. "url": "https://art.pcoloring.com/assets/icon/icon.webp"
  26. }
  27. },
  28. "image": "https://d2mb6s2cy1zg97.cloudfront.net/thumbs/coloring-page/page/480/5cc659a98e671e1d51f4e72c.webp",
  29. "thumbnailUrl": "https://d2mb6s2cy1zg97.cloudfront.net/thumbs/coloring-page/page/320/5cc659a98e671e1d51f4e72c.webp",
  30. "subjectOf": "CreativeWork"
  31. "additionalType": "https://schema.org/CreativeWork",
  32. "contentRating": "General Audience",
  33. "keywords": "Coloring pages, Free Coloring pages, Coloring pages printable, Coloring pages for adults, Coloring pages for kids, Coloring pages for girls, Coloring pages for teens",
  34. "potentialAction": {
  35. "@type": "SearchAction",
  36. "target": "https://art.pcoloring.com/en/search?search={search_term}",
  37. "query-input": "required name=search_term"
  38. }
  39. }
  40. </script>
  41. </head>
  42. <!-- Google tag (gtag.js) -->
  43. <script async src="https://www.googletagmanager.com/gtag/js?id=G-JBGGVGLHTP"></script>
  44. <script>
  45. window.dataLayer = window.dataLayer || [];
  46. function gtag() { dataLayer.push(arguments); }
  47. gtag('js', new Date());
  48. gtag('config', 'G-JBGGVGLHTP');
  49. </script>
  50. <body>
  51. <%- include('header') %>
  52. <%- include('intro-section') %>
  53. <%- include('latest-section') %>
  54. <%- include('album-section') %>
  55. <%- include('hot-section') %>
  56. <%- include('designer-section') %>
  57. <%- include('special-section') %>
  58. <%- include('footer') %>
  59. <%- include('cookie-banner') %>
  60. <div style="height: 50px;"></div>
  61. </body>
  62. </html>