Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
I really like how dnn vanity url works, in our case we automatically set it to use username, everything is working fine until we tried to test our profile page with google crawling scheme for ajax pages. According to google documnetaion here https://developers.google.com/webmasters/ajax-crawling/docs/getting-started, it will add this "_escaped_fragment_" parameter to the the url, so if our url is http://vreboton.com/u/jsmith google will query the page as http://vreboton.com/u/jsmith?_escaped_fragment_= which is causing an issue, dotnetnuke converts the url to http://vreboton.com/u/jsmith/_escaped_fragment_/%20 and return a resource not found error.
Need some help.
Thanks,
Virgil