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

Make home page SEO friendly. #615

Open
daltonfury42 opened this issue Apr 18, 2021 · 2 comments
Open

Make home page SEO friendly. #615

daltonfury42 opened this issue Apr 18, 2021 · 2 comments
Labels

Comments

@daltonfury42
Copy link
Collaborator

For better SEO, we need to have content on the site when google etc indexes the home page. Since it's a react application, content is dynamically rendered on client side, and so the indexing doesn't take it into account, which is very bad SEO for us.

We will divide out website into the index.html and app.html, where the app.html will render all pages except the home page and 404 page. Home page will be plain static html page with a simple form that will redirect to app.html when the user clicks on create or join button.

Footer is common to all pages, so it will be duplicated in both the html pages. The only problem with this is that the navbar would not come on home page, but this is ok? We could duplicate the navbar?

Another thing we would need to figure out is our standard button. Can we make it pure css only?

@Jayraj-R
Copy link

Jayraj-R commented Jan 5, 2024

If the issue is still open, I would like to contribute!

@GrowthCoder7
Copy link

How about we use Next.js?
due to server side rendering
the page will have SEO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants