iron-meteor / iron-router

A client and server side router designed specifically for Meteor.
MIT License
1.98k stars 413 forks source link

#! at the end of the URL redirects to the main page #1584

Open k01yasik opened 7 years ago

k01yasik commented 7 years ago

I'm developing an application on a meteor using the iron-router. Search engine Yandex indexes pages incorrectly because of its error and adds at the end of url #!, for example: https://site.com/posts/post-name#!. The iron-router does not handle this URL correctly and the page is redirected to the URL of the main page, for example: https://site.com Is it possible to have the iron-router handle the correct #! at the end of URL?