I want to build a sitemap for my site but i have a problem on how to write the url in every url in my site i add a number (auto incremental number).
For example this is my site: www.example.com
when the user enter to the site get an id, like a: www.example.com/?i=1 and when he enter any inner page he will get the same parameter, such as: www.example.com/result/?i=1
but when other user enter to the site he will get i=2, and etc ...
How can i build a sitemap like this ?
Thank you