Let me explain myself. I have a page that contains static information and information that I get trough an ajax call (using a tabbed navigation / works with javascript disabled also).
For example when you go to website.com/article_id/ basic data is showed and the first tab is opened. Then you can click on a tab and it goes to website.com/article_id/clicked_tab/ but if you then click in the first tab (the one loaded by default) it takes you to website.com/article_id/first_tab/ and not to website.com/article_id/.. Why I do it this way???? Because including the tab name in the anchor tag I can tell the javascript code which tab to load...
So website.com/article_id/ and website.com/article_id/first_tab/ contains the same data.. Does google see this as content duplication?? Any suggestion to fix this?