[Solved] How to create URLs with html5/dynamic site [closed]
[ad_1] What you could do to make unique URLs (without refreshing the page) is use window.location.hash=”#whatever”;” this will give you a URL that if the user shares then you will be able to parse and process to display the right product however… from an SEO perspective this might not give exactly the result you want … Read more