U
U
Umid2017-05-14 15:21:44
JavaScript
Umid, 2017-05-14 15:21:44

In what cases is it worth making a SPA application?

Good afternoon. I read the following
in one article :

Single-page applications appeared many years ago, but their use on the Internet is still a rarity. The main reason is that search engines do not recognize them correctly.

From here the question arose, in which cases it is worth using, and in which not.
It is clear that you should not use it in Internet stores.
What about Landings?
Or a portfolio site?

Answer the question

In order to leave comments, you need to log in

6 answer(s)
X
xmoonlight, 2017-05-14
@DarCKoder

SPA should always be done (if there are resources).
1. We reduce the load
2. Indexing by search engines has long been normal: you need to read the requirements from the PS for a more correct indexing and understanding of the process.
3. The ability to port the SPA application to different platforms if necessary.
4. Ability to create a stand-alone application from the same code.
(I can list endlessly...)

Oh SPA!
How little there is in these letters...
And how much meaning there is in them!
For those
who write the code "beautifully",
And appreciate every moment in life!
©2016

S
sim3x, 2017-05-14
@sim3x

A big load - those real 10+k RPS, with proper design, the spa will remove 10-90% of the Admin panel load
- no need to be smart with search engines
And variations
Landing - why is there a spa? There is no interactivity, no settings. Only if you indulge
On the site with a portfolio - you can show off for the sake of it. No practical sense

D
Dark Hole, 2017-05-14
@abyrkov

using them on the Internet is still a rarity

Not so
Google has such developments, but they are still trying to render on the server for search engines.
When we have a small number of template pages. In other cases, it makes no sense.
By the way, the well-known VK is a kind of SPA

Y
Yuri, 2017-05-14
@riky

use it in closed admin panels and cabinets without any problems. You can't use a search engine there.
well, otherwise you need to get confused on server rendering.

A
Alexey Epsilon, 2017-05-18
@Epsiloncool

Landing Page is not made to be well indexed. Usually this is an interesting page for the buyer, calling for immediate action. And that's why she and Landing Page, that the traffic to it comes mainly from Google Adwords / Yandex Direct / Banners / Social networks and other paid sources.

V
Victor P., 2017-05-18
@Jeer

If you are making a browser-based (html) game, that is, in fact, you have one page for each user and a bunch of dynamic content. This mess, in principle, cannot be indexed, so you can initially score on search engines and do SPA.
Examples of darkness - fight club and a bunch of analogues, tops, etc., as well as Iframe applications (and games) on VKontakte, Facebook, classmates, many also make them in html.
Such games are promoted either by the internal mechanisms of social networks. networks or advertising.
The library (thematic site) is made according to all the canons for search engines.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question