I have a website that paginate result via jquery.ajax(). URLs looks like: website.com/index.php?page=N
I've googled and found some posts talking about it... so what i've understood is that i need to replace the "?" with "#!". It's that enought?
Besides, should i include in the sitemap a link for each page?
website.com/index.php (priority 1)
website.com/index.php#!page=2 (priority 0.9)
and so on...