How is the Indexing of AngularJS routes by googlebot?

0

I've been researching how google and facebook crawlers work, but I have not found much about how they work to identify information from web pages. Does this lead me to question how it will index the pages of the application in Angular?

I found in another question here at stack , where he says he expects to render the page to later get the information, in another response says that it is based on curl for access. I did the test with curl and even wget, but none of them waited for the angular execution, saving the page in "white". This left me with some trepidation.

Some recommendations would be to use sitemap and robots. But I do not think it's fitting even for sites that have massive dynamic content and crawling meta tags. So I think it is necessary besides the API to answer the Angular, should also create the response with the ready page in the case of access for the first time by the browser with Laravel.

What do you think?

    
asked by anonymous 04.02.2018 / 01:40

0 answers