Skip to main content
6 events
when toggle format what by license comment
Nov 3, 2015 at 17:38 comment added user57401 You can either use a hashbang url (#!) or add the <meta fragment="#"> tag to make google re-request the page. Your hashbang url (http://example.com/#!/post/1) would be requested like http://example.com/?_escaped_fragment_=post/1. The meta tag is used for client-side routing with the HTML5 pushState API.
Nov 3, 2015 at 7:34 comment added Tony Gustafsson escaped_fragment is not recommended anymore though, even if it still does work. They now recommend #! fragments in the URL instead.
Nov 2, 2015 at 13:37 comment added user57401 Somehow the HTML tag didn't show up in the answer before.
Nov 2, 2015 at 13:37 history edited user57401 CC BY-SA 3.0
added 2 characters in body
Nov 1, 2015 at 20:50 review First posts
Nov 1, 2015 at 20:51
Nov 1, 2015 at 20:41 history answered user57401 CC BY-SA 3.0