C
C
copal2015-12-02 20:03:20
JavaScript
copal, 2015-12-02 20:03:20

How to create an isomorphic application - indexed by spa search robots?

The very first point I ask readers to think to think before you pass by.
If you type in Google, then a thousand articles about indexed isomorphic spa applications will appear, and each of you has read an article about this at least once. And for sure, each of you thought about how the process is structured and how you will one day make such an application. So I fell for all these stories and now I'm sitting with an open ide and a minimal application of several pages, which can be assembled both on the server and on the client.
And now I ask you to answer - what do I need to do so that they are both spa and have regular non-anchor links and be indexed by search engines? I do not know what to do. I returned to the articles and it turns out that either odes are written there, or again only odes. There is nothing from real life.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Andrey Antropov, 2015-12-02
@copal

For example, here is a framework for such an application, historyApi is used for links
https://github.com/erikras/react-redux-universal-h...

B
Bohdan Shtepan, 2015-12-02
@virtyaluk

https://prerender.io/

K
Kirill, 2015-12-02
@kirill89

It also depends a lot on the framework you are using. We have an isomorphic application written in such a way that HTTP requests are rendered on the server, and RPC requests on the client. All templates are there and there. If you understand within a specific framework and write your article, I will read it with pleasure.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question