How indexing works with search engines using Angular JS

3

How do search engines index the displayed content with angular?

I researched and verified that Google apparently reads Javascript according to this matter .

But is this really true?

I was browsing and look what I found on the official website of the globe:

I think this syntax is Angular. If Google does not read JS how to fix this type of error?

    
asked by anonymous 13.07.2016 / 18:11

1 answer

0

As I researched, Google is starting to interpret SPAs in javascript. But there are cases of SPAs that are not yet recognized by the Google search engine, since I ran tests with Search Console and only Angular Expressions appeared.

In order to solve my problem with this SEO, I searched for Web tools that perform HTML Snapshots , and when a search engine accesses your page, the server redirects to this tool only the HTML of its page and delivery to the search engine. With this, your site will be interpreted not only by Google, but also by other search engines.

Here are two tools that perform this work well, and there are free versions:

15.10.2016 / 17:38