I am using site overlay feature in Google Analytics (nice!).
Often I would have the same link twice or even more in the html. Analytics shows the same numbers for every link occurance, because they all target the same page.
How can I differentiate the links to the same page so that I can see exactly what users are clicking?
One thing I thought of putting anchors to links like so:
"page.htm#section1". But then, will it have problems with search engine spiders treating each anchor as a different page?