Ionic and html5mode (google search console)

Doing this on the Server side (First answer)

Also don’t forget to setup the base path of your app’s index.html (i.e: ) is important.

And from here

doing this

IonicModule.forRoot(MyApp, {
    locationStrategy: 'path'
})

does the magic.

Now the Google search console render my Detail page. Not complete, but it is a first step.

1 Like