C
C
Cyril2017-08-24 17:59:17
JavaScript
Cyril, 2017-08-24 17:59:17

What part of the front-end of an online store can be transferred to Angular without damaging SEO?

Now the entire front-end of the online store is implemented on jQuery. There was a need to improve the front-end and translate it to AngularJS, but in a way that does not hurt the search (SEO). As far as I know, SPA applications have certain difficulties with search engine optimization and indexing of site pages, so I have some questions ..
Laravel is used as a backend.
• If you rewrite the entire front-end of an online store in Angular as a SPA, then how to do it right (what powders to use) so as not to lose search results?
• If allan online store does not have to be done in the form of a SPA, then what separate part and what separate functions are recommended to be done on Angular? (For example, do static pages without Angular, and do a search on it).
• Which version of Angular is recommended for the front-end of an online store?
• Maybe Angular is not needed at all? Then what JavaScript framework can be used to rewrite the front?
Thank you!

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
Dimonchik, 2017-08-24
@dimonchik2013

no
one knows what Google has in mind, you will be surprised to see what pages it swears at Google Webmasters, not being able to fully render JS. In general, the idea is dangerous, but if you are ready for swing waves, try it in stages

P
Ptolemy_master, 2017-08-25
@Ptolemy_master

Or maybe you don't need to rewrite anything? Works - and well!
Angular is SEO safe to use only where search is not needed or does not work. For example, in the personal pages of users - you can do anything.
As soon as you place an angular on a page accessible to the search engine, it (the search engine) will not see normal data, but only some {{item.title}}.
So I do not advise. They'll eat it. (WITH)

X
xmoonlight, 2017-08-24
@xmoonlight

1. About indexing and SEO: here
2. About how to make SPA easier and faster: includeHTML
3. The main thing is to correctly implement URI routing.

O
ozknemoy, 2017-10-13
@ozknemoy

the idea is so so. what is wrong with the front on the same php? and kraynyak you can make a hybrid front. php part. some difficult places (basket or filter for example) in angular like here https://petrovich.ru/action_type/burns/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question