hi, i have made a website where some data gets transfered to the next page via $_post.
no links will be followed anymore by search engines (at least within these pages) but the links are from a listings page to a productinformation page. i would like to be able to list my products in froogle but i have no url for the product listing that works. can i go around this by putting some information in the url (to kind of simulate the data it gets from the first page) so that the page knows what information it has to display?
thank you in advance for your help.
is it possible to put $_post in a url?
If you need to show variables in the URL, use the GET method instead. So, you'll pass variables with $GET instead of $POST.
assuming you are running apache, i suggest you look at mod_rewrite.