On a site there are pages with the addresses http://site.com/?order=by_size, http://site.com/?sort=by_price. How can you combine these pages into one single URL (http://site.com) by using actions?

  • Add 2 actions: “Remove parameter – Page URL – “by_size” and “by_price”.
  • Add action: “Remove anchor”.
  • Add 4 actions: “Remove parameter – Page URL – “order”, “sort”, “by_size” and “by_price”.
  • Add 2 actions: “Remove parameter – Page URL – “order” and “sort”.

Leave a Reply