Forum Moderators: open
1. they have widgets.nl and widgets.com
some pages were spidered for both url's but fysically there is one domain, the other is a server redirect. Is this giving any trouble regarding 'duplicate content'?
2. 3 pages '../widgets.htm' and '../Widgets.htm' were spidered separate but are the same pages. Does Google see this as 'duplicate content' also?
3. we did manage to get the dynamically driven website into 'static looking' pages. But due to some wrong links internal there are links to some dynamic pages. During the crawl several pages are crawled like '../widgets-blue-widgets.htm' and '../category.asp?id=3'
Again my question is whether this will be seen as duplicate content?
The redirect should at least return a 301 (Moved permanently) status code.
>2. 3 pages '../widgets.htm' and '../Widgets.htm' were spidered separate but are the same pages.
AFAIK google is smart enbough to merge the results instead of penalizing one or all of the pages. It works with most of my sites that are hosted on "case insensitive servers".
>3. we did manage to get the dynamically driven website into 'static looking' pages. But due to some wrong links internal there are links to some dynamic pages.
You should set up your robots.txt file to disallow crawling either the static or the dynamic urls.