Hi,
I have designed a real estate site and am having trouble understanding how to do a site map when one page can be accessed by many different urls. The user is presented with a filter form and the url is generated from the filter options chosen, so, as an example, a listing for an apartment could be accessed by
listings/hollywood/listing1234
listings/ca/hollywood/listing1234
listings/apartments/ca/hollywood/listing1234listings/price[from-100,to-150]/listing1234
/listings/penthouses/listing1234
listings/heated-pools/listing1234
. I could go on.
Is there some recommended way to handle this situation?