Sitemap Node URL not accepting Multiple querystring
.net, asp.net, sitemap
Solution
You can use & instead of & - ampersand.
Problem
In the sitemap file, I have sitemap Node URL which have more than 1 query string, like... ``` <siteMapNode url="~/abc.aspx?m=2&c=2" title="title" description="" /> ``` but I am getting error at '&' how to handle multiple query string?