2

I have Angular 2 app (SPA) running on (let's say) www.example.com.

In Google Search Console when I run fetch as Google I have the following result:

  • www.example.com - renders correctly
  • www.example.com/user-profile - renders as www.example.com page NOT as expected user-profile page

What do I need to do to get this page rendering properly for Googlebot?

Tomas Marik
  • 171
  • 3

1 Answers1

-1

If Google is unable to render your Javascript, then you either need to present a static version or alter the code. You can self host images or work with a product like prerender.io.

L Martin
  • 4,023
  • 12
  • 25