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://www.majorbrasil.com

  1. <!DOCTYPE html>
  2.  
  3. <html lang="pt-PT">
  4.    <head>
  5.     <meta charset="UTF-8">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1">
  7.  
  8.        <!-- SEO -->
  9. <title>Major Model Brasil -Agência de modelos e celebridades</title><meta name="description" content="Agência de modelos, celebridades, influencers e profissionais da moda. Com sede em Sâo Paulo, a Major Model Brasil"/>
  10. <!-- og meta for facebook, googleplus -->
  11. <meta property="og:title" content="Major Model Brasil -Agência de modelos e celebridades"/>
  12. <meta property="og:description" content="Agência de modelos, celebridades, influencers e profissionais da moda. Com sede em Sâo Paulo, a Major Model Brasil"/>
  13. <meta property="og:url" content="https://majorbrasil.com"/>
  14. <meta property="og:type" content="website" />
  15. <meta property="og:image" content=""/>
  16.  
  17. <!-- twitter meta -->
  18. <meta name="twitter:card" content="summary_large_image"/>
  19. <meta name="twitter:title" content="Major Model Brasil -Agência de modelos e celebridades"/>
  20. <meta name="twitter:description" content="Agência de modelos, celebridades, influencers e profissionais da moda. Com sede em Sâo Paulo, a Major Model Brasil"/>
  21. <meta name="twitter:url" content="https://majorbrasil.com"/>
  22. <meta name="twitter:image" content=""/>
  23.  
  24. <link id="favicon" rel="shortcut icon" href="https://majorbrasil.com/wp-content/uploads/2024/07/favicon.png" type="image/x-icon"/><link rel="stylesheet" href="https://majorbrasil.com/wp-content/plugins/cmp-coming-soon-maintenance/themes/hardwork/style.css?v=4.1.12" type="text/css" media="all">
  25. <link rel="stylesheet" href="https://majorbrasil.com/wp-content/plugins/cmp-coming-soon-maintenance/css/animate.min.css">
  26. <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" rel="stylesheet" >
  27. <link href="https://fonts.googleapis.com/css?family=Playfair+Display:700%7CMontserrat:400,700,400&amp;subset=latin-ext,cyrillic,latin,vietnamese,cyrillic-ext" rel="stylesheet">
  28.  
  29.  
  30.        <style>
  31.            body,input {font-family:'Montserrat', 'sans-serif';color:#000000;}
  32.                            .social-list {background-color: rgba(0,0,0,0.4);}
  33.                            a {color:#000000;}
  34.            h1,h2,h3,h4,h5,h6 {font-family:'Playfair Display', 'sans-serif';}
  35.            body {font-size:17px; letter-spacing: 0px; font-weight:400;; }
  36.            h1:not(.text-logo),h2, h3,h4,h5,h6,.text-logo-wrapper {font-size:2.3529411764706em;letter-spacing: 0px; font-weight:700;font-style: normal;; }
  37.            h1 {font-weight:700;font-style: normal;;}
  38.        </style>
  39.  
  40.        
  41.  
  42. <style>
  43.    .wp-video {margin: 0 auto;}
  44.    .wp-video-shortcode {max-width: 100%;}
  45.    .grecaptcha-badge {display: none!important;}
  46.    .text-logo {display: inline-block;}
  47.    #gdpr-checkbox {-webkit-appearance: checkbox;-moz-appearance: checkbox;width: initial;height: initial;}
  48.    #counter.expired {display: none; }
  49.    input, button {
  50.        box-shadow: inset 0 0 0 0 !important;
  51.        -webkit-box-shadow: inset 0 0 0 0 !important;
  52.        -webkit-appearance: none;
  53.        outline: none;
  54.    }
  55. </style>
  56.  
  57.  
  58.  
  59.  
  60.    </head>
  61.  
  62.  
  63.    <body id="body">
  64.        <div id="background-wrapper">
  65.  
  66.         <div id="background-image" class="color loaded" style="background-color:#ffffff"></div>
  67.        </div>
  68.  
  69.        
  70.        <section class="section section-body">
  71.            <p><img class="aligncenter wp-image-7 size-full" src="https://majorbrasil.com/wp-content/uploads/2024/07/Logo-Major-Brasil.png" alt="Major Model Brasil - Agência de Modelos, celebridades, influencers e profissionais da moda" width="744" height="387" /></p>
  72. <p style="text-align: center;">major@majorbrasil.com</p>
  73.        
  74.         </section>
  75.        
  76.    <!-- Fade in background image after load -->
  77.    <script>
  78.        window.addEventListener("load",function(event) {
  79.            init();
  80.        });
  81.  
  82.        function init(){
  83.  
  84.            var image = document.getElementById('background-image');
  85.            var body = document.getElementById('body');
  86.            
  87.            if ( image === null ) {
  88.                image = document.getElementById('body');
  89.            }
  90.  
  91.            if ( image != null ) {
  92.                if ( image.className !== 'image-unsplash') {
  93.                    image.classList.add('loaded');
  94.                    body.classList.add('loaded');
  95.                }
  96.            }
  97.  
  98.                    }
  99.    </script>
  100.  
  101.    
  102.    <script>
  103.        /* Subscribe form script */
  104.        var ajaxWpUrl = 'https://majorbrasil.com/wp-admin/admin-ajax.php';
  105.        var {pathname} = new URL(ajaxWpUrl);
  106.        var ajaxurl = `${location.protocol}//${location.hostname}${pathname}`;
  107.        var security = 'c6bbca93b6';
  108.        var msg = '';
  109.        subForm = function( form, resultElement, emailInput, firstnameInput, lastnameInput, token = '' ) {
  110.            if ( emailInput.value !== '' ) {
  111.                const firstname = firstnameInput === null ? '' : firstnameInput.value;
  112.                const lastname = lastnameInput === null ? '' : lastnameInput.value;
  113.  
  114.                fetch( ajaxurl, {
  115.                    method: 'POST',
  116.                    headers: {
  117.                        'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8',
  118.                        'Access-Control-Allow-Origin': '*',
  119.                    },
  120.                    body: `action=niteo_subscribe&ajax=true&form_honeypot=&email=${ encodeURIComponent(emailInput.value) }&firstname=${ encodeURIComponent(firstname) }&lastname=${ encodeURIComponent(lastname) }&security=${ security }&token=${ token }`,
  121.                    credentials: 'same-origin'
  122.                } )
  123.                .then( (res) => {
  124.                    return res.json();
  125.                } )
  126.                .then( (data) => {
  127.                    resultElement.innerHTML = data.message; // Display the result inside result element.
  128.                    form.classList.add('-subscribed');
  129.                    if (data.status == 1) {
  130.                        form.classList.remove('-subscribe-failed');
  131.                        form.classList.add('-subscribe-successful');
  132.                        emailInput.value = '';
  133.                        firstnameInput ? firstnameInput.value = '' : null;
  134.                        lastnameInput ? lastnameInput.value = '' : null;
  135.                        
  136.                    } else {
  137.                        form.classList.add('-subscribe-failed');
  138.                    }
  139.                } )
  140.                .catch(function(error) { console.log(error.message); });
  141.  
  142.            } else {
  143.                resultElement.innerHTML = 'Oops! Email is empty.';
  144.            }
  145.        }
  146.    </script>
  147.  
  148. <!-- Build by CMP – Coming Soon Maintenance Plugin by NiteoThemes -->
  149. <!-- Visit plugin page https://wordpress.org/plugins/cmp-coming-soon-maintenance/ -->
  150. <!-- More CMP Themes on https://niteothemes.com -->
  151.    </body>
  152.  
  153. </html>
  154.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda