-
Notifications
You must be signed in to change notification settings - Fork 3
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
Pre-render HTML pages for better SEO #42
Comments
There is no real reason for that in 2019..! But you still need to add the |
@lipis There are several good reasons to do server-side rendering: https://www.elephate.com/blog/ultimate-guide-javascript-seo/ |
If you trust your JavaScript, it's not worth the effort.. :) |
Boring claim without valuable input. I wish you would work with data and facts. 🙄 |
If the Googlebot is crawling OK, which in this case it does, then there is no much need for it :) Facebook crawler is also doing fine and I'm sure others are working as well.. so if you can verify that it's all good with the main players you are set.. that's my point :) |
According to this article:
Ofcourse, the article is from August 2017 but it draws attention to the fact that pre-rendered HTML can be better interpeted than dynamic JS content. To be on the safe side and not risk search engine visibility I would go the extra mile and do pre-rendering. Even Facebook writes that pre-rendering "increases the likelihood that each route of your application will be picked up by search engines" (source). That's why I created this ticket here. There is also the concept of a zero-configuration pre-rendering which sounds like pre-rendering is a manageable amount of work. |
Instead of dynamically creating the page contents on the client it would be nice if we could pre-render the HTML pages to serve them as they are.
Read more:
The text was updated successfully, but these errors were encountered: