Mobile app version of vmapp.org
Login or Join
LarsenBagley505

: SEO & Angular Universal (Angular 5) We are using Angular Universal to render our Angular 5 app. HTML5 is properly rendered by the NodeJS server, but Google does not render the page visually

@LarsenBagley505

Posted in: #Google #Seo

We are using Angular Universal to render our Angular 5 app. HTML5 is properly rendered by the NodeJS server, but Google does not render the page visually even if it sees the HTML5.

This is how Google sees the page



This is the code Google sees



So, even if it sees the proper code, it does not render it visually correctly.


Is this harmful for SEO?
Maybe it is caused by a component such as material.angular.io/components/tabs/overview, so Google does not render its own library?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @LarsenBagley505

1 Comments

Sorted by latest first Latest Oldest Best

 

@Bryan171

Angular is destined only for projects where SEO is definitely NOT in the scope of requirements. Any SEO question regarding Angular shows that is actually too late to think about SEO.

To your questions:


yes, it is harmful. It shows, that the HTML rendering fails massively.
I would say the rendering fail is caused not by component itself, but rather by its implementation. Looking into HTML source code of example under material.angular.io/components/tabs/examples i see completely different HTML markup of tabs, as "Fetch as Google" displays.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme