Ionic, angularjs and Seo

Dear All,

I have problem when implement SEO with ionic/angularjs.

How do implement SEO-like this forum.

Thank you so much.

SEO for any javascript application is a nightmare. Web crawlers will look only at the html and interpret thing literally

<h1 class="title">{{page.title}}</h1>

Most solutions I know require some sort of server-side solution.

You can try any of these community directives, though I’ve never used them.
http://ngmodules.org/modules?query=seo

Question though, if you making an app, why would you need to worry about SEO?

There are also some commercial services that help with this : http://www.brombone.com/

I’d reiterate Mike’s point. If you’re building an app, why do you need SEO? BTW, this forum is NOT based on Ionic.