Linked in share and hashbang url

485 views Asked by At

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

0

There are 0 answers