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://jewana.in.net/profile/MarcoLansf/

  1.  
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5.    <meta charset="UTF-8">
  6.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.    <title>Jewana Free Article Website</title>
  8.     <meta name="description" content="Jewana is a Free Article Website. Where you can post Unlimited Articles freely."/>
  9. <meta name="keywords" content="Jewana Free Article Website, Jewana Article Website, Jewana, Jewana.in.net"/>
  10. <meta name="google-site-verification" content=""/>
  11. <link rel="canonical" href="https://jewana.in.net"/>
  12.    <link rel="stylesheet" href="styles.css">
  13.    <script defer src="script.js"></script>
  14.    <style>
  15.        /* Responsive Grid for Categories */
  16.        .category-list {
  17.            display: grid;
  18.            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  19.            gap: 20px;
  20.            padding: 20px;
  21.            text-align: center;
  22.        }
  23.  
  24.        .category-card {
  25.            background-color: #f4f4f4;
  26.            padding: 20px;
  27.            border-radius: 8px;
  28.            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  29.            transition: transform 0.3s ease-in-out;
  30.        }
  31.  
  32.        .category-card h3 {
  33.            margin-bottom: 10px;
  34.        }
  35.  
  36.        .category-card p {
  37.            font-size: 14px;
  38.            color: #666;
  39.            margin-bottom: 10px;
  40.        }
  41.  
  42.        .category-card a {
  43.            text-decoration: none;
  44.            background-color: #2980b9;
  45.            color: white;
  46.            padding: 10px 15px;
  47.            border-radius: 5px;
  48.            display: inline-block;
  49.            transition: background 0.3s;
  50.        }
  51.  
  52.        .category-card a:hover {
  53.            background-color: #1f618d;
  54.        }
  55.  
  56.        .category-card:hover {
  57.            transform: translateY(-5px);
  58.        }
  59.  
  60.        /* Mobile Menu */
  61.        .hamburger {
  62.            display: none;
  63.            flex-direction: column;
  64.            cursor: pointer;
  65.        }
  66.  
  67.        .hamburger span {
  68.            background-color: white;
  69.            height: 3px;
  70.            width: 30px;
  71.            margin: 5px 0;
  72.        }
  73.  
  74.        @media screen and (max-width: 768px) {
  75.            .hamburger {
  76.                display: flex;
  77.            }
  78.  
  79.            .nav-links {
  80.                display: none;
  81.                flex-direction: column;
  82.                width: 100%;
  83.                position: absolute;
  84.                top: 60px;
  85.                left: 0;
  86.                background-color: #2c3e50;
  87.            }
  88.  
  89.            .nav-links.show {
  90.                display: flex;
  91.            }
  92.  
  93.            .category-list {
  94.                grid-template-columns: 1fr;
  95.            }
  96.        }
  97.    </style>
  98. </head>
  99. <body>
  100.    <!-- Header Section -->
  101.    <header>
  102.        <div class="logo">
  103.            <h1><a href="https://jewana.in.net" style="color:aliceblue; text-decoration:none;">Jewana</a></h1>
  104.        </div>
  105.        <nav>
  106.        
  107.            <ul class="nav-links" id="nav-links">
  108.                         <li><a href="index.php">Home</a></li>
  109.                <li><a href="articles.php">Articles</a></li>
  110.                <li><a href="category.php">Categories</a></li>
  111.                <li><a href="login.html">Login</a></li>
  112.                <li><a href="register.html">Register</a></li>
  113.                <li><a href="members.php">Members</a></li>
  114.                             </ul>
  115.            <div class="hamburger" id="hamburger">
  116.                <span></span>
  117.                <span></span>
  118.                <span></span>
  119.            </div>
  120.        </nav>
  121.    </header>
  122.    <!-- Search Box Section -->
  123.    <section class="search-section">
  124.        <form action="search.php" method="GET">
  125.            <input type="text" name="query" placeholder="Search articles..." required>
  126.            <button type="submit">Search</button>
  127.        </form>
  128.    </section>
  129.  
  130.    <!-- Hero Section with Google AdSense -->
  131.    <section class="hero">
  132.        <div class="hero-content">
  133.            <h2>Featured Articles</h2>
  134.            <p>Stay updated with the latest trends and stories.</p>
  135.        </div>
  136.        <div class="adsense ad-hero">
  137.            <p>Google AdSense Ad (Banner)</p>
  138.        </div>
  139.    </section>
  140.  
  141.    <!-- Categories Section -->
  142.    <section class="categories">
  143.        <h2>Browse by Categories</h2>
  144.        <div class="category-list">
  145.                            <div class="category-card">
  146.                    <h3>Automobile</h3>
  147.                    <p>Discover articles in this category.</p>
  148.                    <a href="articles_by_category.php?category_id=19">Explore</a>
  149.                </div>
  150.                            <div class="category-card">
  151.                    <h3>Business &amp; Finance</h3>
  152.                    <p>Discover articles in this category.</p>
  153.                    <a href="articles_by_category.php?category_id=9">Explore</a>
  154.                </div>
  155.                            <div class="category-card">
  156.                    <h3>DIY &amp; Home Improvement</h3>
  157.                    <p>Discover articles in this category.</p>
  158.                    <a href="articles_by_category.php?category_id=24">Explore</a>
  159.                </div>
  160.                            <div class="category-card">
  161.                    <h3>Education</h3>
  162.                    <p>Discover articles in this category.</p>
  163.                    <a href="articles_by_category.php?category_id=10">Explore</a>
  164.                </div>
  165.                            <div class="category-card">
  166.                    <h3>Entertainment</h3>
  167.                    <p>Discover articles in this category.</p>
  168.                    <a href="articles_by_category.php?category_id=11">Explore</a>
  169.                </div>
  170.                            <div class="category-card">
  171.                    <h3>Fashion &amp; Beauty</h3>
  172.                    <p>Discover articles in this category.</p>
  173.                    <a href="articles_by_category.php?category_id=18">Explore</a>
  174.                </div>
  175.                            <div class="category-card">
  176.                    <h3>Food &amp; Cooking</h3>
  177.                    <p>Discover articles in this category.</p>
  178.                    <a href="articles_by_category.php?category_id=14">Explore</a>
  179.                </div>
  180.                            <div class="category-card">
  181.                    <h3>Gaming</h3>
  182.                    <p>Discover articles in this category.</p>
  183.                    <a href="articles_by_category.php?category_id=21">Explore</a>
  184.                </div>
  185.                            <div class="category-card">
  186.                    <h3>Health &amp; Wellness</h3>
  187.                    <p>Discover articles in this category.</p>
  188.                    <a href="articles_by_category.php?category_id=7">Explore</a>
  189.                </div>
  190.                            <div class="category-card">
  191.                    <h3>History &amp; Culture</h3>
  192.                    <p>Discover articles in this category.</p>
  193.                    <a href="articles_by_category.php?category_id=23">Explore</a>
  194.                </div>
  195.                            <div class="category-card">
  196.                    <h3>Lifestyle</h3>
  197.                    <p>Discover articles in this category.</p>
  198.                    <a href="articles_by_category.php?category_id=8">Explore</a>
  199.                </div>
  200.                            <div class="category-card">
  201.                    <h3>Parenting &amp; Family</h3>
  202.                    <p>Discover articles in this category.</p>
  203.                    <a href="articles_by_category.php?category_id=20">Explore</a>
  204.                </div>
  205.                            <div class="category-card">
  206.                    <h3>Personal Development</h3>
  207.                    <p>Discover articles in this category.</p>
  208.                    <a href="articles_by_category.php?category_id=17">Explore</a>
  209.                </div>
  210.                            <div class="category-card">
  211.                    <h3>Politics &amp; Current Affairs</h3>
  212.                    <p>Discover articles in this category.</p>
  213.                    <a href="articles_by_category.php?category_id=16">Explore</a>
  214.                </div>
  215.                            <div class="category-card">
  216.                    <h3>Real Estate</h3>
  217.                    <p>Discover articles in this category.</p>
  218.                    <a href="articles_by_category.php?category_id=22">Explore</a>
  219.                </div>
  220.                            <div class="category-card">
  221.                    <h3>Science &amp; Environment</h3>
  222.                    <p>Discover articles in this category.</p>
  223.                    <a href="articles_by_category.php?category_id=12">Explore</a>
  224.                </div>
  225.                            <div class="category-card">
  226.                    <h3>Spirituality &amp; Religion</h3>
  227.                    <p>Discover articles in this category.</p>
  228.                    <a href="articles_by_category.php?category_id=25">Explore</a>
  229.                </div>
  230.                            <div class="category-card">
  231.                    <h3>Sports</h3>
  232.                    <p>Discover articles in this category.</p>
  233.                    <a href="articles_by_category.php?category_id=13">Explore</a>
  234.                </div>
  235.                            <div class="category-card">
  236.                    <h3>Technology</h3>
  237.                    <p>Discover articles in this category.</p>
  238.                    <a href="articles_by_category.php?category_id=6">Explore</a>
  239.                </div>
  240.                            <div class="category-card">
  241.                    <h3>Travel</h3>
  242.                    <p>Discover articles in this category.</p>
  243.                    <a href="articles_by_category.php?category_id=15">Explore</a>
  244.                </div>
  245.                    </div>
  246.    </section>
  247.  
  248.    <!-- Latest Articles Section with Ad -->
  249.    <section class="articles">
  250.        <h2>Latest Articles</h2>
  251.        <div class="article-grid">
  252.                                                <div class="article-card">
  253.                        <h3>Developing Professional Practice in HR and L&amp;D</h3>
  254.                        <p>Discover how to build professional excellence in HR and L&amp;D. Learn essential skills, ethical principles, and development strategies to enhance your impact in today’s workplace.</p>
  255.                        <a href="article/developing-professional-practice-in-hr-and-ld" class="read-more">Read More</a>
  256.                    </div>
  257.                                    <div class="article-card">
  258.                        <h3>Discover the Best Custom Gift Boxes for Personalized, Memorable, and Stylish Present Packaging Solutions Today</h3>
  259.                        <p>Discover the best custom gift boxes designed to add a personal, stylish touch to every occasion. Our unique packaging solutions combine elegance, quality, and creativity—perfect for birthdays, weddings, and corporate events. Make your gifts more memorable with beautifully crafted boxes tailored to your style and message.</p>
  260.                        <a href="article/discover-the-best-custom-gift-boxes-for-personalized-memorable-and-stylish-present-packaging-solutions-today" class="read-more">Read More</a>
  261.                    </div>
  262.                                    <div class="article-card">
  263.                        <h3>Godrej Skyshore Versova – Andheri West, Mumbai</h3>
  264.                        <p>Whether you're searching for a new home that complements your success or looking for a premium real estate investment opportunity in Mumbai, Godrej Skyshore Versova is the perfect address for you.</p>
  265.                        <a href="article/godrej-skyshore-versova--andheri-west-mumbai" class="read-more">Read More</a>
  266.                    </div>
  267.                                    <div class="article-card">
  268.                        <h3>Empowering Finance and Law: The Impact of Adriana Kostov in Today’s Corporate World</h3>
  269.                        <p>Explore the professional profile of Adriana Kostov expert in legal advisory, corporate governance, and women’s leadership in finance and business sectors.</p>
  270.                        <a href="article/empowering-finance-and-law-the-impact-of-adriana-kostov-in-todays-corporate-world" class="read-more">Read More</a>
  271.                    </div>
  272.                                    <div class="article-card">
  273.                        <h3>Find Safe Online Games and Slots Sites</h3>
  274.                        <p>Find Safe Online Games and Slots Sites</p>
  275.                        <a href="article/find-safe-online-games-and-slots-sites" class="read-more">Read More</a>
  276.                    </div>
  277.                                    </div>
  278.        <div class="adsense ad-articles">
  279.            <p>Google AdSense Ad (Box)</p>
  280.        </div>
  281.    </section>
  282.  
  283.    <!-- Footer Section -->
  284.    <footer>
  285.        <div class="footer-content">
  286.        <p>&copy; 2025 Jewana | All Rights Reserved</p>
  287.            <div class="social-links">
  288.                <a href="#">Facebook</a>
  289.                <a href="#">Twitter</a>
  290.                <a href="#">Instagram</a>
  291.            </div>
  292.        </div>
  293.    </footer>
  294.  
  295. </body>
  296. </html>
  297.  
  298.  
  299.  
  300. <!-- Google tag (gtag.js) -->
  301.  
  302.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda