Hi,
If we have lot of parameters on form submit say 20+ parameters/arguments like domain.com?a=1&b=2&c=3...z=50
which way is better to be crawled and avoid spamming:
1) Either to do it subfolders way like:
domain.com?a=1/b=2/c=3.../z=50
OR
2) leave it in parameters way like:
domain.com?a=1&b=2&c=3...z=50