I am using PhantomJS along with the Angular-seo package.
I managed to configure it to work with Facebook open-graph, but it seems that LinkedIn doesn't support the _escaped_fragment_
format, and just ignores the route after the hasbang requesting the index.html
page of the application instead of myapp.com/?_escaped_fragment_=client_side_path
.
What can I do in order to resolve it?.