Forum Moderators: Robert Charlton & goodroi
in order to do some A/B testing for a sites navigation, I intend to add URL-parameters along the line of:
<a href="internal-page.html?navi=graphic">
<a href="internal-page.html?navi=text"> Those links would be on the same page and they would go to the same page. The only purpose is that in the logfile it shows which of the links has been clicked.
However, the URL parameter makes each of these a unique address so I am fearing a duplicate content penalty from Google. Am I right in fearing this? Any way around it?