Quote:
Originally Posted by natkejs
If you have a look at the site, it appears to be one static javascript file rendering all of it as a SPA.
Do such setups get love from search engines? I wouldn't know.
I wonder if it's compiled from a database so that the client can maintain the menu and so on, or is it just made as a demonstration of a "fast site" ?
Looks nice enough, though I would make sure to have the cursor change when hovering menu links etc.
|
Search engines can read React, Vue, etc. SPAs just fine these days. I personally prefer static site generation for landing pages though.