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://bbag.pk

  1.  
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5.  
  6. <meta charset="utf-8">
  7. <meta name="description" content="{{description for search results}}" />
  8. <meta name="viewport" content="width=device-width, initial-scale=1" />
  9. <meta name="format-detection" content="telephone=no" />
  10. <meta property="og:title" content="{{facebook}}" />
  11. <meta property="og:description" content="{{facebook sharing description ...probably same as above!}}" />
  12. <meta property="og:url" content="{{url of your website, e.g.: http://example.com/}}" />
  13. <meta property="og:image" content="{{url of facebook image, square dimensions, 1200x1200, e.g.: http://example.com/example_share.png}}" />
  14. <meta name="twitter:card" content="summary" />
  15. <meta name="twitter:site" content="@{{username here}}" />
  16. <meta name="twitter:title" content="{{twitter card title here}}" />
  17. <meta name="twitter:description" content="{{twitter card description here, probably same as other two descriptions}}" />
  18. <meta name="twitter:image" content="{{url of twitter card image, same as facebook image above}}" />
  19. <link rel="canonical" href="{{the url of your website}}" />
  20. <title>{{page title here, it's what appears in the browser tab}}</title>
  21. <meta name="viewport" content="width=device-width, initial-scale=1">
  22. <link href="https://fonts.googleapis.com/css?family=Lora" rel="stylesheet">
  23. <style>
  24.    /* This is where we put our CSS. We start with a reset.css to normalize browser defaults, and then set up everything. */
  25.    
  26.    /*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}img,embed,iframe,object,audio,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}
  27.  
  28.    /* colors!
  29.      // a quick cheatsheet if you're using colors below
  30.      lightblue: #6F8C95
  31.      tan: #8F8951
  32.    */
  33.  
  34.    body {
  35.      font-family: 'Lora', Georgia, serif;
  36.      font-size: 16px;
  37.      line-height: 1.2em;
  38.      background: {{color or image here, e.g.: #FFFFFF}};
  39.      /*background-size: cover; */
  40.      color: {{color here, e.g.: #000000}};
  41.    }
  42.  
  43.    #container {
  44.      width: 100%;
  45.      width: 100vw;
  46.      height: 100%;
  47.      height: 100vh;
  48.      display: table-cell;
  49.      text-align: center;
  50.      vertical-align: middle;
  51.    }
  52.    h1 {
  53.      visibility: collapse;
  54.    }
  55.    #logo {
  56.      width: 60%;
  57.      max-width: {{512px}}; /* width of ./logo.png */
  58.      max-height: {{251px}}; /* height of ./logo.png */
  59.      margin: 0 auto 1em;
  60.      display: block;
  61.    }
  62.    p {
  63.      width: 100%;
  64.      padding: 0 2em;
  65.      text-align: center;
  66.    }
  67.  </style>
  68. </head>
  69. <body>
  70. <div role="main" id="container">
  71. <h1>{{Title (hidden) }}</h1>
  72. <img id="logo" src="./{{project}}_logo.png" alt="{{name of your project}} logo" />
  73. <p>{{paragraph of brief text: what it is, when it's coming, actions to take if any}}</p>
  74. </div>
  75. </body>
  76. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda