Page Application (SPA)
* SEO
* Server Side Rendering (SSR)
* PWA (Progressive Web App)
Key features for my project is PWA + SEO, is it Possible with?
1 ) SPA + SEO + PWA
2) SSR + SEO + PWA
I don't think this is very much related to this group's topic
yes
In this context, SEO is optimizing your content for search engines to be able to read. If you're doing a fully client-side SPA, then you probably have a lot of dynamic content like user posts. If you don't, and you have static content like blog posts/company landing page, you should probably SSR it. It's better for performance and search engine visibility. While making SPAs SEO friendly, remember to have anchor links which Google uses to crawl your site, but your page should not reload on those anchor links. Google will do the AJAX calls necessary, but will not know when you make random buttons clickable and use "ng-router" or components of the like to navigate within your site
Обсуждают сегодня