Forum Moderators: open
I'm working on a site that will use PHP to generate a dynamic form. There will be several links on one page, and each of them points at that form. However, all of these links will contain different variables which alter that form as needed.
Let me clarify with an example. Let's suppose there are only two links (there will be more):
link1 points to index.php?var=x
link2 points to index.php?var=y
Depending on the value of "var", the script will not only add or remove <SELECT> fields from the form but also add/remove <OPTION> fields from those selects.
Will Google see al these different-yet-strangely-similar form pages and consider them spam? Will it have a problem with me pointing towards the same page (albeit with different vars) several times?
Thanks!
(Great forum, BTW. It seams like there comes no end to the useful info I find here :) ).