It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://lectora.wordpress.com/feed/

  1. <!DOCTYPE html>
  2. <html lang="es">
  3. <head>
  4. <title>Sitio privado</title>
  5. <meta charset="UTF-8" />
  6. <meta name="viewport" content="width=device-width" />
  7. <link rel="icon" href="data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 24 24' width='28' height='28' %3e%3cpath d='M20 10c0-5.51-4.49-10-10-10C4.48 0 0 4.49 0 10c0 5.52 4.48 10 10 10 5.51 0 10-4.48 10-10zM7.78 15.37L4.37 6.22c.55-.02 1.17-.08 1.17-.08.5-.06.44-1.13-.06-1.11 0 0-1.45.11-2.37.11-.18 0-.37 0-.58-.01C4.12 2.69 6.87 1.11 10 1.11c2.33 0 4.45.87 6.05 2.34-.68-.11-1.65.39-1.65 1.58 0 .74.45 1.36.9 2.1.35.61.55 1.36.55 2.46 0 1.49-1.4 5-1.4 5l-3.03-8.37c.54-.02.82-.17.82-.17.5-.05.44-1.25-.06-1.22 0 0-1.44.12-2.38.12-.87 0-2.33-.12-2.33-.12-.5-.03-.56 1.2-.06 1.22l.92.08 1.26 3.41zM17.41 10c.24-.64.74-1.87.43-4.25.7 1.29 1.05 2.71 1.05 4.25 0 3.29-1.73 6.24-4.4 7.78.97-2.59 1.94-5.2 2.92-7.78zM6.1 18.09C3.12 16.65 1.11 13.53 1.11 10c0-1.3.23-2.48.72-3.59C3.25 10.3 4.67 14.2 6.1 18.09zm4.03-6.63l2.58 6.98c-.86.29-1.76.45-2.71.45-.79 0-1.57-.11-2.29-.33.81-2.38 1.62-4.74 2.42-7.1z'%3e%3c/path%3e%3c/svg%3e">
  8. <link rel="stylesheet" href="https://s1.wp.com/i/fonts/recoleta/css/400.min.css"/> <style type="text/css">
  9. html {
  10. height: 100%;
  11. margin-top: 0 !important;
  12. }
  13. .body {
  14. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  15. background: white;
  16. height: 100%;
  17. }
  18. .marketing-bar {
  19. display: flex;
  20. justify-content: space-between;
  21. flex-wrap: wrap;
  22. padding: 10px 24px;
  23. position: fixed;
  24. top: 0;
  25. left: 0;
  26. right: 0;
  27. }
  28. .inner {
  29. display: flex;
  30. flex-direction: column;
  31. justify-content: center;
  32. align-items: center;
  33. height: 100%;
  34. }
  35. .marketing-copy {
  36. display: flex;
  37. align-items: center;
  38. }
  39. .logo {
  40. height: 48px;
  41. margin-right: 16px;
  42. width: 48px;
  43. }
  44. .copy {
  45. line-height: 1.2;
  46. max-width: 307px;
  47. padding-right: 16px;
  48. font-family: Recoleta, Georgia, "Times New Roman", Times, serif;
  49. }
  50. .marketing-buttons {
  51. display: flex;
  52. width: 100%;
  53. }
  54. .marketing-buttons .button {
  55. background: #101010;
  56. border-radius: 3px;
  57. border: 1px solid #101010;
  58. box-sizing: border-box;
  59. display: block;
  60. font-size: 16px;
  61. font-weight: 700;
  62. line-height: 21px;
  63. padding: 13px;
  64. text-align: center;
  65. text-overflow: ellipsis;
  66. text-decoration: none;
  67. transition: opacity .15s ease-out;
  68. white-space: nowrap;
  69. width: 100%;
  70. margin: 16px 8px;
  71. }
  72. .marketing-buttons .button:first-child {
  73. margin-left: 0;
  74. }
  75. .marketing-buttons .button:last-child {
  76. margin-right: 0;
  77. }
  78. .marketing-buttons .button,
  79. .marketing-buttons .button:hover,
  80. .marketing-buttons .button:focus {
  81. background: transparent;
  82. color: #000;
  83. }
  84. .marketing-buttons .button-primary,
  85. .marketing-buttons .button-primary:hover,
  86. .marketing-buttons .button-primary:focus {
  87. color: #fff;
  88. background-color: #000;
  89. }
  90. .marketing-buttons .button:hover,
  91. .marketing-buttons .button:focus {
  92. opacity: .85;
  93. }
  94. .message {
  95. text-align: center;
  96. padding: 0 15px;
  97. max-width: 800px;
  98. }
  99. .message p {
  100. color: rgb( 80, 87, 94 );
  101. font-weight: 400;
  102. letter-spacing: 0.2px;
  103. font-size: 16px;
  104. }
  105. .message a,
  106. .message a:visited {
  107. text-decoration: underline;
  108. color: rgb( 100, 105, 112 );
  109. }
  110. .message a:hover {
  111. color: #00a0d2;
  112. }
  113. h1 {
  114. font-family: Recoleta, Georgia, "Times New Roman", Times, serif;
  115. margin-bottom: 10px;
  116. font-weight: 400;
  117. letter-spacing: -.4px;
  118. font-size: 36px;
  119. }
  120. @media screen and ( min-width: 660px ) {
  121. h1 {
  122. font-size: 48px;
  123. }
  124. .marketing-buttons {
  125. width: auto;
  126. }
  127. }
  128. @media screen and ( min-width: 1040px ) {
  129. .copy {
  130. max-width: 100%;
  131. }
  132. .marketing-bar {
  133. padding: 0 24px;
  134. }
  135. }
  136. </style>
  137. </head>
  138. <body class="body private-login">
  139. <div class="marketing-bar">
  140. <div class="marketing-copy">
  141. <a class="logo" href="https://wordpress.com/es/?ref=private_site" title="WordPress.com">
  142. <svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  143. <title>WordPress.com</title>
  144. <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
  145. <g transform="translate(-701.000000, -950.000000)" fill="#000000">
  146. <path d="M730.04024,985.542 L735.53216,969.66248 C736.55848,967.09712 736.89992,965.046 736.89992,963.222 C736.89992,962.56 736.85632,961.94544 736.7788,961.3728 C738.18232,963.93376 738.9812,966.87296 738.9812,969.99976 C738.9812,976.63312 735.38624,982.42536 730.04024,985.542 L730.04024,985.542 Z M723.47808,961.56864 C724.56048,961.51192 725.53592,961.39784 725.53592,961.39784 C726.5048,961.28336 726.39072,959.8592 725.4216,959.91616 C725.4216,959.91616 722.50896,960.14464 720.6288,960.14464 C718.86176,960.14464 715.8928,959.91616 715.8928,959.91616 C714.92328,959.8592 714.80944,961.34048 715.77904,961.39784 C715.77904,961.39784 716.69616,961.51192 717.6648,961.56864 L720.466,969.2444 L716.53008,981.0464 L709.98288,961.56864 C711.06624,961.51192 712.04056,961.39784 712.04056,961.39784 C713.0092,961.28336 712.89464,959.8592 711.92552,959.91616 C711.92552,959.91616 709.01352,960.14464 707.13336,960.14464 C706.79616,960.14464 706.39824,960.13608 705.97552,960.12264 C709.19128,955.24152 714.7176,952.01808 720.99976,952.01808 C725.68112,952.01808 729.94352,953.80776 733.1424,956.7392 C733.06536,956.73408 732.98944,956.72448 732.90984,956.72448 C731.14328,956.72448 729.89008,958.26312 729.89008,959.91616 C729.89008,961.39784 730.74488,962.65128 731.6564,964.13336 C732.34008,965.33096 733.13872,966.86944 733.13872,969.09216 C733.13872,970.63208 732.68224,972.5684 731.77048,974.90568 L729.97656,980.89832 L723.47808,961.56864 Z M720.99976,987.98328 C719.23488,987.98328 717.53104,987.72376 715.92024,987.25072 L721.31592,971.57256 L726.84248,986.71584 C726.8788,986.80384 726.92336,986.88536 726.97136,986.96312 C725.1024,987.62072 723.09392,987.98328 720.99976,987.98328 L720.99976,987.98328 Z M703.01856,969.99976 C703.01856,967.3924 703.57776,964.91736 704.57576,962.68128 L713.1532,986.18272 C707.154,983.2684 703.01856,977.11744 703.01856,969.99976 L703.01856,969.99976 Z M720.99976,950 C709.97208,950 701,958.97184 701,969.99976 C701,981.02856 709.97208,990.00112 720.99976,990.00112 C732.02768,990.00112 741,981.02856 741,969.99976 C741,958.97184 732.02768,950 720.99976,950 L720.99976,950 Z" id="wpcom-wmark"></path>
  147. </g>
  148. </g>
  149. </svg>
  150. </a>
  151. <p class="copy">Crea una página web. Vende lo que quieras. Escribe un blog. Y mucho&nbsp;más.</p>
  152. </div>
  153. <div class="marketing-buttons">
  154. <a class="button button-secondary" href="https://wordpress.com/log-in/es?redirect_to=https%3A%2F%2Flectora.wordpress.com%2Ffeed%2F">Iniciar sesión</a>
  155. <a class="button button-primary" href="https://wordpress.com/es/?ref=private_site">Crea tu web</a>
  156. </div>
  157. </div>
  158. <div class="inner">
  159. <div class="message">
  160. <h1>Sitio privado</h1>
  161. <p>Por ahora, este sitio es privado.</p>
  162. </div>
  163. </div>
  164. </body>
  165. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda