Brief
Considering regarding how to make SPA stronger against SEOIssues
If introduced SAP, the below issues could be considered.- It's not obvious if web contents updated dynamically is evaluated or not in accurate.
- Google web crawler does not evaluate JS
How to solve
- SSR(Server Side Rendering): Using node.js or etc.., and execute front end process in server side.
- Prerendering: Using cui browser, and return contents rendered in server side in advance.
No comments:
Post a Comment