I need to add urls with query string to sitemap, for example "node?page=2" via API.
I setup $xmllink array with 'loc'='node?page=2', but via this way in XML I see "node%3Fpage%3D2" instead of normal url.
How I can correctly save the query string into xml sitemap item?
↧
Add loc with query string (get parameters) into drupal xml sitemap link
↧