-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix robots.txt #82
Labels
Comments
harshmangalam
added
bug
Something isn't working
enhancement
New feature or request
hacktoberfest
labels
Oct 8, 2022
Hey @harshmangalam , I would love to be assigned to solve this issue. |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
robots.txt is not valid
The text was updated successfully, but these errors were encountered: