harshmangalam / hydrogen-solidjs-client

A social media web app powered by SolidJS
GNU General Public License v3.0
82 stars 61 forks source link

Fix robots.txt #82

Open harshmangalam opened 1 year ago

harshmangalam commented 1 year ago

robots.txt is not valid

theadeyemiolayinka commented 1 year ago

Hey @harshmangalam , I would love to be assigned to solve this issue. I also want additional information about the bug.

harshmangalam commented 1 year ago

When you will run lighthouse on home page you will find this in SEO


Line # | Content | Error
-- | -- | --
1 | <!DOCTYPE html> | Syntax not understood
2 | <html lang="en"> | Syntax not understood
3 | <head> | Syntax not understood
4 | <meta charset="utf-8" /> | Syntax not understood
5 | <meta name="viewport" content="width=device-width, initial-scale=1" /> | Syntax not understood
6 | <meta name="description" content="Hydrogen is a full-stack social media app loaded with features such as secure login authentication, adding and managing friend requests, sharing media with friends, messeging with friends and many more. Click on the link to dive into the world of hydrogen."/> | Syntax not understood
7 | <meta name="keywords" content="social media, friends, hydrogen, social, friend request, feed, messeging, chat" /> | Syntax not understood
8 | <meta name="theme-color" content="#000000" /> | Syntax not understood
9 | <meta property="og:title" content="Hydrogen" /> | Unknown directive
10 | <meta property="og:image" content="https://iili.io/LZUdJf.md.png" /> | Unknown directive
11 | <meta property="og:description" content="Hydrogen is a full-stack social media app loaded with features such as secure login authentication, adding and managing friend requests, sharing media with friends, messeging with friends and many more. Click on the link to dive into the world of hydrogen." /> | Unknown directive
12 | <link rel="shortcut icon" type="image/ico" href="/assets/logo.86205aa7.png" /> | Syntax not understood
13 | <title>Hydrogen</title> | Syntax not understood
14 | <script type="module" crossorigin src="/assets/index.d7b642b4.js"></script> | Syntax not understood
15 | <link rel="modulepreload" href="/assets/vendor.84a0d0fb.js"> | Syntax not understood
16 | <link rel="stylesheet" href="/assets/index.1e1ab7fa.css"> | Syntax not understood
17 | </head> | Syntax not understood
18 | <body class="bg-gray-100 dark:bg-gray-900 dark:text-gray-200"> | Unknown directive
19 | <noscript>You need to enable JavaScript to run this app.</noscript> | Syntax not understood
20 | <div id="root"></div> | Syntax not understood
23 | </body> | Syntax not understood
24 | </html> | Syntax not understood