Are the pages duplicate content from other sites, I remember you asking this elsewhere but don't remember your answer. Personally, I'd pull the cookie url out of the code/ and replace it with 'NL', then construct the url in the javascript library file, like
url = '/' + country + '/home/index.html';
that would be cleaner, and there wouldn't be a second url in the link, which currently google is looking at and understanding I think sort of, not completely.
But I still suspect you simply have duplicate content.
|