Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>my title</title>
  6. </head>
  7.  
  8. <body>
  9. <nav>
  10. <a href=""></a>
  11. </nav>
  12. <main>
  13. <section>
  14. <h1>AJAX LOADERS</h1>
  15.  
  16.  
  17.  
  18. <article itemscope itemtype="http://schema.org/Product">
  19. <figure>
  20. <img itemprop="image" src="/preloader.gif" alt="">
  21. <figcaption itemprop="description">
  22. Spinning Christmas tree with balls.
  23. </figcaption>
  24. </figure>
  25. <a href="#" title="#" itemprop="url">
  26. <h3 itemprop="name">3D Christmas tree </h3>
  27. </a>
  28. <div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
  29. <span itemprop="priceCurrency" content="USD">$</span><span class="price" itemprop="price">2.95</span>
  30. </div>
  31. <div class="favorite"></div>
  32. <div class="add-to-cart"></div>
  33. <div class="frames-amount">30 fr</div>
  34. <div class="dimensions">256x256</div>
  35. <div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
  36. Average Rating: <span itemprop="ratingValue">5</span>
  37. Votes: <span itemprop="ratingCount">12</span>
  38. </div>
  39. </article>
  40. </section>
  41. <aside>
  42. <article itemscope itemtype="http://schema.org/Product">
  43. <a href="/en/free">
  44. <h3 itemprop="name">Free templates</h3>
  45. <div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
  46. <span itemprop="priceCurrency" content="USD">$</span><span class="price" itemprop="price">0</span>
  47. </div>
  48. <div itemprop="description">
  49. Spinning Christmas tree with balls.
  50. </div>
  51. <div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
  52. Average Rating: <span itemprop="ratingValue">5</span>
  53. Votes: <span itemprop="ratingCount">12</span>
  54. </div>
  55. </a>
  56. </article>
  57. </aside>
  58. </main>
  59. <footer>
  60. <nav>
  61. <a href=""></a>
  62. </nav>
  63. </footer>
  64. <script type="application/ld+json">
  65. { "@context": "http://schema.org",
  66. "@type": "WebPage",
  67. "name": "Loading GIF & APNG (AJAX loaders) generator",
  68. "description": "More than 800 free and premium ajax loader (loading animated GIF and APNG) spinners, bars and 3D animations generator for AJAX and JQuery",
  69. "aggregateRating":
  70. {"@type": "AggregateRating",
  71. "ratingValue": "4.9",
  72. "reviewCount": "7",
  73. "itemReviewed": "AJAX loaders generator"
  74. }
  75. }
  76. </script>
  77. </body>
  78.  
  79. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement