Mobile app version of vmapp.org
Login or Join
Barnes591

: Indexing an Angular.js website with html5mode I'm currently developing a website with AngularJS 1 and I have a big problem with SEO. I have decided to use html5mode to beautify the URLs, but

@Barnes591

Posted in: #AngularJs #Html5 #Seo

I'm currently developing a website with AngularJS 1 and I have a big problem with SEO.

I have decided to use html5mode to beautify the URLs, but Google, despite the research about this subject, doesn't get the javascript content (example: title of the homepage which is between {{ }}).

Pre-rendering HTML pages is deprecated so I don't know what to do.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Barnes591

1 Comments

Sorted by latest first Latest Oldest Best

 

@Kaufman445

The AJAX scheme was officially deprecated as of October 2015. Google now recommends that you use server-side rendering with the Angular framework using Angular Universal --> universal.angular.io/.
You should be serving SEO friendly URLs from your application to both users and bots. As this will help Google understand what the content on the page is about.

Some tips on JS and modern websites from Google's John Mueller if you want to hear it from a Google employee -->

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme