Forum Moderators: open
ie...(index.php)
<a href="index.php?color=000000">black</a>
<a href="index.php?color=white">white</a>
<a href="index.php?font=italic">italic</a>
where the variables are used to change style and not content.
One of my pages has at least 50 links to itself.
index.cfm?event=about (the About page)
index.cfm?event=shipping (the Shipping page)
Google recognizes these pages as distinct URLs, even though they're all built off the index.cfm page.
Where you could run into trouble is with duplicate content. If Google recognizes index.php?color=000000 and index.php?color=white as two separate pages, even though they are the same page with different font colors, it will register the separate pages as having duplicate content.
What you need to do is test it out and see what google indexes. If it indexes all of the pages, then you have a problem. If it indexes only one then you'll be all set.