1

as I know Jhipster is a single page web application, does search engines like google able to index its public pages?

John Isaac
  • 81
  • 1
  • 6

1 Answers1

1

you are correct: the monolithic app or the gateway of a microservice jhipster insance is a spa, i.e. all the technics that are applied to spa pages to be crawled by google should be posible to be added also to a jhipster applilcation. An intresting post is here

Community
  • 1
  • 1
duderoot
  • 977
  • 1
  • 8
  • 23
  • Thanks 'duderoot' for your reply, I will check the post and keep you updated with my trial, I am newbie in jhipster and it is my first SPA so it might take time. – John Isaac Nov 10 '16 at 14:01
  • updates : - [this solution](http://stackoverflow.com/questions/18530258/how-to-make-a-spa-seo-crawlable) was based on [old google recommendation](https://developers.google.com/webmasters/ajax-crawling/docs/learn-more?hl=iw&csw=1), recently google announced that they are [Depreciating it](https://webmasters.googleblog.com/2015/10/deprecating-our-ajax-crawling-scheme.html) and just I have to make sure that js and css accessible for the crawler, now added a stiemap.xml and will wait for couple of days to check if google will index it or not ... will keep u updated with results. – John Isaac Nov 10 '16 at 15:44
  • Yes I recently did a client engagement on the SEO of a JHipster application, it works very well – Julien Dubois Nov 10 '16 at 21:23
  • updates:- after adding a sitemap.xml & submitting it to google webmaster I wait for one day and today the sitemap is processed with zero "-" indexed pages :( – John Isaac Nov 11 '16 at 21:38
  • @JulienDubois thanks for your reply, and want to thank you first for providing Jhipster ... maybe I did not understand "client engagement" in your reply, is there a readymade solution in Jhipster to have SEO done, or I should follow [this post](http://stackoverflow.com/questions/18530258/how-to-make-a-spa-seo-crawlable) ? – John Isaac Nov 11 '16 at 21:53