问题
I have a web app where there exists hashtags.
My wish is to have a url like this: www.example.com/tag/#hashtagname
So that if the user wants to get more information about #hashtagname
he can enter the URL simply like www.example.com/tag/#hashtagname
I know the hash symbol is used primarily as an anchor element in HTML pages, so does my wish to have the hashtag in the URL have any unwanted implications? I'm thinking SEO wise and if it's even technical possible?
I'm using AngularJS and running NodeJS and ExpressJS on the backend.
来源:https://stackoverflow.com/questions/32807853/using-a-hash-symbol-in-url