So my app is not SPA. I use Angular in certain spots and sometimes on a whole page but what I see in my address bar is my server page (PHP).
Now, there is a page where I'd like to have my categories displayed as clickable links/buttons and to display listings of clicked categories.
While this isn't too difficult to implement, I'm worried about the SEO aspect thereof.
I came across pushState
thing which should "seemingly" change the url on button click.
You can see it in action here html5.gingerhost.com
You can verify that the page is not changed by playing Youtube video on the right prior to clicking any buttons.
Now, I wonder if there is any chance I can utilize this in my ng-click
method. The indented behavior is to have the URL in the address bar to keep my server page in place, and just add my category seo name after it.