Skip to content
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

Open
harshmangalam opened this issue Oct 8, 2022 · 2 comments
Open

Fix robots.txt #82

harshmangalam opened this issue Oct 8, 2022 · 2 comments
Labels
bug Something isn't working enhancement New feature or request hacktoberfest

Comments

@harshmangalam
Copy link
Owner

robots.txt is not valid

@harshmangalam harshmangalam added bug Something isn't working enhancement New feature or request hacktoberfest labels Oct 8, 2022
@theadeyemiolayinka
Copy link

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

@harshmangalam
Copy link
Owner Author

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
Labels
bug Something isn't working enhancement New feature or request hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants