I have some questions that I need help sorting out logically.
I'll post some examples from a 1.0.8.4 version shop.
Code: Select all
https://xxxxxxxxxxxx.com/product_info.php?page=1&sort=1a&manufacturers_id=59&products_id=11586Not much sense.
If search engines read and process data from left to right like humans, then would this be more logical?
Code: Select all
https://xxxxxxxxxxxx.com/product_info.php?products_id=11586&manufacturers_id=59&page=1&sort=1aHere's another example:
Code: Select all
https://xxxxxxxxxxxx.com/product_info.php?lrange=2&sort=3a&page=3&products_id=10712@burt @ecartz Do you think this may cause canonical and indexing issues with search engines? Can the url structure be rearrange easily? Would this affect url addons if url structure is rearranged?
What is others' thoughts?
Thanks for reading and your inputs.