-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
Implement SEO on web #702
Comments
Also, we still need to implement scrolling on mobile web. |
And zooming. |
I implemented scrolling on mobile web a while ago, but zooming is still not implemented. |
Path handling has already been improved on web. |
Here is a key potential innovation: once we implement a reasonable HTML generator for SEO purposes, we could also easily use the same HTML as a preview for apps before they load. It would only take a small amount of simple CSS generation to make this viable, especially for text content. I think that would significantly ameliorate one of the biggest issues with web, which is the long load times, especially for static content like blogs. If you can start reading the blog while it loads with a decent experience and then get the full experience after it loads, I think that could potentially be very good and not too difficult to implement. |
We need to figure out a good way to handle URLs on web and have good SEO for sites. #701 is related.
The text was updated successfully, but these errors were encountered: