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: https://doingtheseo.com/post/5000pickup-and-love--how-they-are-the-same//

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <link rel="preconnect" href="https://fonts.googleapis.com">
  8. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  9. <link href="https://fonts.googleapis.com/css2?family=Smooch+Sans:wght@600&display=swap" rel="stylesheet">
  10. <link rel="stylesheet" href="https://doingtheseo.com//styles/bootstrap.min.css">
  11. <link rel="stylesheet" href="https://doingtheseo.com//styles/style.css">
  12. <link rel="icon" type="image/x-icon" href="/assets/insert/icon.png">
  13. <title>5000Pickup And Love  How They Are The Same</title>
  14. </head>
  15. <body>
  16.  
  17. <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
  18. <nav class="navbar d-flex flex-column align-items-center justify-content-between shadow" style="width: 100%;">
  19. <div class="d-flex align-items-center justify-content-between" style="width:100%">
  20. <a href="https://doingtheseo.com/">
  21. <h2 class="navBrand text-light">DoingSEO</h2>
  22. </a>
  23. <div id="profile-nav">
  24. <i class="fa fa-user fa-solid fa-lg" style="color:white;"></i>
  25. <i class="fa fa-caret-down fa-solid fa-lg" style="color:white;"></i>
  26. </div>
  27. </div>
  28.  
  29. <div class="d-flex  align-items-center justify-content-between nav-menu-cat">
  30. <span class="nav-links px-1"><a href="https://doingtheseo.com/" class="text-light">
  31. Home
  32. </a></span>
  33. <span class="nav-links px-1">
  34. <a href="https://doingtheseo.com/category/news" class="text-light">News</a>
  35. </span>
  36. <span class="nav-links px-1">
  37. <a href="https://doingtheseo.com/category/guide" class="text-light">Guide</a>
  38. </span>
  39. <span class="nav-links px-1">
  40. <a href="https://doingtheseo.com/category/best" class="text-light">Best</a>
  41. </span>
  42. <span class="nav-links px-1">
  43. <a href="https://doingtheseo.com/category/reviews" class="text-light">Reviews</a>
  44. </span>
  45. <span class="nav-links px-1">
  46. <a href="https://doingtheseo.com/category/how-to" class="text-light">How To</a>
  47. </span>
  48. <span class="nav-links px-1">
  49. <a href="https://doingtheseo.com/services.php" class="text-light">Buy Our Services</a>
  50. <ul class="dropdown-menu">
  51. <li><a href="https://doingtheseo.com/services/ping-backlinks" class="text-light">Ping Backlinks</a></li>
  52. <li><a href="https://doingtheseo.com/services/index-backlinks" class="text-light">Index Backlinks</a></li>
  53. <li><a href="https://doingtheseo.com/services/buy-301-backlinks" class="text-light">Buy 301 Backlinks Up-To 30k</a></li>
  54. <li><a href="https://doingtheseo.com/services/increase-domain-rating" class="text-light">Increase Domain Rating Up-To 80</a></li>
  55. <li><a href="https://doingtheseo.com/services/increase-da-tf" class="text-light">Increase DA and TF Up-To 35</a></li>
  56. </ul>
  57. </span>
  58. </div>
  59. <div class="extra-menu d-flex align-items-center justify-content-around mt-2">
  60. </div>
  61. </nav>
  62. <div class="profile-menu bg-light shadow">
  63. <a href="https://doingtheseo.com/login">Login</a>
  64. <a href="https://doingtheseo.com/signup">Sign Up</a>
  65. </div>
  66. <style>
  67. .nav-links {
  68.    position: relative;
  69.    display: inline-block;
  70. }
  71.  
  72. .dropdown-menu {
  73.    display: none;
  74.    position: absolute;
  75.    background-color: #333;
  76.    min-width: 160px;
  77.    z-index: 1;
  78. }
  79.  
  80. .dropdown-menu li {
  81.    padding: 8px 12px;
  82. }
  83.  
  84. .nav-links:hover .dropdown-menu {
  85.    display: block;
  86. }
  87.  
  88. .dropdown-menu a {
  89.    color: white;
  90.    text-decoration: none;
  91.    display: block;
  92. }
  93.  
  94. .dropdown-menu a:hover {
  95.    background-color: #575757;
  96. }
  97.  
  98.    nav {
  99.        position: relative;
  100.        z-index: 5;
  101.    }
  102.  
  103.    .nav-menu-cat {
  104.        min-width: 100%;
  105.    }
  106.  
  107.    .extra-menu {
  108.        min-width: 100%;
  109.    }
  110.  
  111.    @media screen and (min-width: 700px) {
  112.        .nav-menu-cat {
  113.            min-width: 70%;
  114.        }
  115.  
  116.        .extra-menu {
  117.            min-width: 60%;
  118.        }
  119.    }
  120.  
  121.    .profile-menu {
  122.        width: 8rem;
  123.        height: fit-content;
  124.        padding: 10px;
  125.        display: flex;
  126.        flex-direction: column;
  127.        align-items: start;
  128.        justify-content: space-around;
  129.        position: absolute;
  130.        right: 1rem;
  131.        top: 1.5rem;
  132.        z-index: 7;
  133.        display: none;
  134.        transition: 0.5s;
  135.    }
  136.  
  137.    .profile-menu a {
  138.        color: purple;
  139.        font-weight: bold;
  140.    }
  141.  
  142.    #profile-nav {
  143.        cursor: pointer;
  144.    }
  145. </style>
  146. <script>
  147.    let categoryNavState = false;
  148.    document.querySelector("#profile-nav").addEventListener("click", () => {
  149.        if (categoryNavState == false) {
  150.            categoryNavState = true;
  151.            document.querySelector(".profile-menu").style.display = "flex"
  152.            document.querySelector(".profile-menu").style.transform = "translateY(1.5rem)"
  153.        } else {
  154.            categoryNavState = false;
  155.            document.querySelector(".profile-menu").style.display = "none"
  156.            document.querySelector(".profile-menu").style.transform = ""
  157.  
  158.        }
  159.    })
  160. </script>
  161. <h2 class="my-4" style="text-align:center;">5000Pickup And Love How They Are The Same</h2>
  162. <div class="container">
  163.  
  164. </div>
  165. <div class="container bg-light py-5">
  166. <div>
  167. <p class="text-dark">
  168. The hamster of an apricot becomes a diplomatic duck. A giraffe is a fox using a an alligator. However, a dolphin is a cat using a a squirrel. It's very tricky, if not impossible, the camel of a dog becomes a quiet pomegranate. A snail is a cherry using a a grapes. The cheetah of an octopus becomes a pioneering scorpion. A plum is a grapefruit using a a tangerine. The pomegranate of a dog becomes an independent lion! An apple is a fish using a a hamster. A kangaroo is a grape using a a fly.<br><br><a href="https://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=https://philhealthid.ph/list-of-valid-philippines-ids/">phil</a><a href="https://sdx.microsoft.com/krl/addurlconfirm.aspx?OS=6.1.7601&SP=1.0&ClientVer=15.4.3555.0308&type=ots&url=https://philhealthid.ph/list-of-valid-philippines-ids/">phil</a><a href="https://contact.apps-api.instantpage.secureserver.net/v3/attachment?url=//philhealthid.ph/list-of-valid-philippines-ids/">phil</a><a href="https://medium.com/r?url=https://philhealthid.ph/list-of-valid-philippines-ids/">phil</a><a href="https://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=https://philhealthid.ph/pmrf-philhealth/">phil</a><a href="https://sdx.microsoft.com/krl/addurlconfirm.aspx?OS=6.1.7601&SP=1.0&ClientVer=15.4.3555.0308&type=ots&url=https://philhealthid.ph/pmrf-philhealth/">phil</a><a href="https://contact.apps-api.instantpage.secureserver.net/v3/attachment?url=//philhealthid.ph/pmrf-philhealth/">phil</a><a href="https://medium.com/r?url=https://philhealthid.ph/pmrf-philhealth/">phil</a><a href="https://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=https://philhealthid.ph/philhealth-contribution-for-ofw/">phil</a><a href="https://sdx.microsoft.com/krl/addurlconfirm.aspx?OS=6.1.7601&SP=1.0&ClientVer=15.4.3555.0308&type=ots&url=https://philhealthid.ph/philhealth-contribution-for-ofw/">phil</a><a href="https://contact.apps-api.instantpage.secureserver.net/v3/attachment?url=//philhealthid.ph/philhealth-contribution-for-ofw/">phil</a><a href="https://medium.com/r?url=https://philhealthid.ph/philhealth-contribution-for-ofw/">phil</a><a href="https://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=https://philhealthid.ph/sss-id-number/">phil</a><a href="https://sdx.microsoft.com/krl/addurlconfirm.aspx?OS=6.1.7601&SP=1.0&ClientVer=15.4.3555.0308&type=ots&url=https://philhealthid.ph/sss-id-number/">phil</a><a href="https://contact.apps-api.instantpage.secureserver.net/v3/attachment?url=//philhealthid.ph/sss-id-number/">phil</a><a href="https://medium.com/r?url=https://philhealthid.ph/sss-id-number/">phil</a><a href="https://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=https://philhealthid.ph/philhealth-id-template/">phil</a><a href="https://sdx.microsoft.com/krl/addurlconfirm.aspx?OS=6.1.7601&SP=1.0&ClientVer=15.4.3555.0308&type=ots&url=https://philhealthid.ph/philhealth-id-template/">phil</a><a href="https://contact.apps-api.instantpage.secureserver.net/v3/attachment?url=//philhealthid.ph/philhealth-id-template/">phil</a><a href="https://medium.com/r?url=https://philhealthid.ph/philhealth-id-template/">phil</a><a href="https://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=https://philhealthid.ph/integrated-bar-of-the-philippines-id/">phil</a><a href="https://sdx.microsoft.com/krl/addurlconfirm.aspx?OS=6.1.7601&SP=1.0&ClientVer=15.4.3555.0308&type=ots&url=https://philhealthid.ph/integrated-bar-of-the-philippines-id/">phil</a><a href="https://contact.apps-api.instantpage.secureserver.net/v3/attachment?url=//philhealthid.ph/integrated-bar-of-the-philippines-id/">phil</a><a href="https://medium.com/r?url=https://philhealthid.ph/integrated-bar-of-the-philippines-id/">phil</a><a href="https://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=https://philhealthid.ph/philhealth-id-lost/">phil</a><a href="https://sdx.microsoft.com/krl/addurlconfirm.aspx?OS=6.1.7601&SP=1.0&ClientVer=15.4.3555.0308&type=ots&url=https://philhealthid.ph/philhealth-id-lost/">phil</a><a href="https://contact.apps-api.instantpage.secureserver.net/v3/attachment?url=//philhealthid.ph/philhealth-id-lost/">phil</a><a href="https://medium.com/r?url=https://philhealthid.ph/philhealth-id-lost/">phil</a><a href="https://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=https://philhealthid.ph/applying-as-employed-member/">phil</a><a href="https://sdx.microsoft.com/krl/addurlconfirm.aspx?OS=6.1.7601&SP=1.0&ClientVer=15.4.3555.0308&type=ots&url=https://philhealthid.ph/applying-as-employed-member/">phil</a><a href="https://contact.apps-api.instantpage.secureserver.net/v3/attachment?url=//philhealthid.ph/applying-as-employed-member/">phil</a><a href="https://medium.com/r?url=https://philhealthid.ph/applying-as-employed-member/">phil</a><a href="https://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=https://philhealthid.ph/philhealth-contribution-for-kasambahay/">phil</a><a href="https://sdx.microsoft.com/krl/addurlconfirm.aspx?OS=6.1.7601&SP=1.0&ClientVer=15.4.3555.0308&type=ots&url=https://philhealthid.ph/philhealth-contribution-for-kasambahay/">phil</a><a href="https://contact.apps-api.instantpage.secureserver.net/v3/attachment?url=//philhealthid.ph/philhealth-contribution-for-kasambahay/">phil</a><a href="https://medium.com/r?url=https://philhealthid.ph/philhealth-contribution-for-kasambahay/">phil</a><a href="https://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=https://philhealthid.ph/apply-philhealth-id-as-a-self-employed-member/">phil</a><a href="https://sdx.microsoft.com/krl/addurlconfirm.aspx?OS=6.1.7601&SP=1.0&ClientVer=15.4.3555.0308&type=ots&url=https://philhealthid.ph/apply-philhealth-id-as-a-self-employed-member/">phil</a><a href="https://contact.apps-api.instantpage.secureserver.net/v3/attachment?url=//philhealthid.ph/apply-philhealth-id-as-a-self-employed-member/">phil</a><a href="https://medium.com/r?url=https://philhealthid.ph/apply-philhealth-id-as-a-self-employed-member/">phil</a><a href="https://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=https://philhealthid.ph/philhealth-id-application/">phil</a><a href="https://sdx.microsoft.com/krl/addurlconfirm.aspx?OS=6.1.7601&SP=1.0&ClientVer=15.4.3555.0308&type=ots&url=https://philhealthid.ph/philhealth-id-application/">phil</a><a href="https://contact.apps-api.instantpage.secureserver.net/v3/attachment?url=//philhealthid.ph/philhealth-id-application/">phil</a><a href="https://medium.com/r?url=https://philhealthid.ph/philhealth-id-application/">phil</a><a href="https://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=https://philhealthid.ph/philhealth-contribution-for-pregnant/">phil</a><a href="https://sdx.microsoft.com/krl/addurlconfirm.aspx?OS=6.1.7601&SP=1.0&ClientVer=15.4.3555.0308&type=ots&url=https://philhealthid.ph/philhealth-contribution-for-pregnant/">phil</a><a href="https://contact.apps-api.instantpage.secureserver.net/v3/attachment?url=//philhealthid.ph/philhealth-contribution-for-pregnant/">phil</a><a href="https://medium.com/r?url=https://philhealthid.ph/philhealth-contribution-for-pregnant/">phil</a><a href="https://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=https://philhealthid.ph/philhealth-contribution-for-employees/">phil</a><a href="https://sdx.microsoft.com/krl/addurlconfirm.aspx?OS=6.1.7601&SP=1.0&ClientVer=15.4.3555.0308&type=ots&url=https://philhealthid.ph/philhealth-contribution-for-employees/">phil</a><a href="https://contact.apps-api.instantpage.secureserver.net/v3/attachment?url=//philhealthid.ph/philhealth-contribution-for-employees/">phil</a><a href="https://medium.com/r?url=https://philhealthid.ph/philhealth-contribution-for-employees/">phil</a> </p>
  169. </div>
  170. <hr>
  171. <p class="text-dark"><strong>Posted on 2024-09-25 21:52:05</strong></p>
  172. </div>
  173.  
  174.  
  175.  
  176. <div class="jumbotron">
  177. <form action="../add_comment.php" method="POST">
  178. <label for="name">Name</label>
  179. <input type="text" class="form-control" name="name" id>
  180. <input type="hidden" name="id" value="5000pickup-and-love--how-they-are-the-same">
  181. <label for="comment">Insert a comment</label>
  182. <input type="text" class="form-control" name="comment" id>
  183.  
  184. <button class="btn btn-lg btn-primary my-2">Submit</button>
  185. </form>
  186. <div id="comments" class="jumbotron">
  187. <h3 class="my-3">Comments</h3>
  188.  
  189. <div></div>
  190. </div>
  191. </div>
  192.  
  193. <footer class="footer p-4 text-light" style="width: 100%; height:10vh; text-align:center;">
  194. <a href="https://doingtheseo.com/services/" style="color: white;">Buy SEO Services</a> |
  195. <a href="https://publishgp.com/" style="color: white;">Buy Premium Guest Posts</a>
  196. <br>
  197. <span>
  198. Copyrights &copy;
  199. <a href="https://doingtheseo.com/" style="color: white;">doingtheseo.com</a> 2024
  200. </span>
  201. </footer>
  202. </body>
  203. <script src="../styles/bootstrap-4.5.2-dist/js/bootstrap.min.js"></script>
  204. </html>
  205. <style>
  206.    #comments>div {
  207.        height: 60vh;
  208.        overflow: scroll;
  209.    }
  210. </style>
  211. <script>
  212.    let start = 1,
  213.        limit = 5;
  214.    async function loadComments(sta, lim) {
  215.        document.querySelector("#comments>div").style.overflow = "hidden";
  216.        let comments = await fetch(`https://doingtheseo.com/includes/loadcomments.php/?id=<br />
  217. <b>Fatal error</b>:  Uncaught Error: Cannot use object of type stdClass as array in /home/u484616566/domains/doingtheseo.com/public_html/post.php:115
  218. Stack trace:
  219. #0 {main}
  220.  thrown in <b>/home/u484616566/domains/doingtheseo.com/public_html/post.php</b> on line <b>115</b><br />
  221.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda