问题
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, but the solution was that linkedin doesn't support escaped_fragment which is not true anymore.
Thank you
来源:https://stackoverflow.com/questions/30797489/linked-in-share-and-hashbang-url