Linked in share and hashbang url
问题 I have a question about linkedin and sharing url with hashbang (angular app). It seems like if the hashbang is right after first slash (www.example.com/#!/someString) the LinkedIn bot will issue request for www.example.com/ . But if the shared url is like www.example.com/someString/#!/otherString linkedin bot issue request for www.example.com/someString/?_escaped_fragment=/otherString . Do you have some working solution for sharing hashbang urls? I found one stackoverflow question from 2013,