SEO friendly Ionic website

We are developing a website in Ionic 5 - Angular. We want the website to be SEO friendly so that search engines can easily crawl the website. Normally if we do a view source of a Ionic project it does not show the full html content that is rendered to the browser and so search engines cannot crawl it. Is their any way to render Ionic 5 websites like normal websites?

Look into Server Side Rendering which is not a Ionic feature but part of the underlying JS framework you are using. Like Angular.

I have tried using https://coursetro.com/posts/code/68/Make-your-Angular-App-SEO-Friendly-(Angular-4-+-Universal) but getting this error.

Cannot find module ‘…/dist/ngfactory/src/app/app.server.module.ngfactory’"

Very Nice that you guys are developing a new website !

@Pasari, I don’t know if it will help or not but you can Try To Put (./) in “start” : “th-node ./”,

“prestart”: “ng build --prod && ./node_modules/.bin/ngc”,
“start”: “ts-node ./src/server.ts”