I'm new to Zoom and have been tweaking the configuration of my indexing for a couple days. Despite having checked the CRC box to turn on duplicate page detection, I was still seeing duplicates:
www.mydomain.com/
www.mydomain.com/default.aspx
When I did View Source on these pages, I noticed that the action for the form was different - the one for the / URL was Default.aspx
Sure enough, in IIS, the default document was listed as Default.aspx, not default.aspx
I changed that for all the affected sites, and now I have no more duplicates.
Maybe this will help someone at some point.
www.mydomain.com/
www.mydomain.com/default.aspx
When I did View Source on these pages, I noticed that the action for the form was different - the one for the / URL was Default.aspx
Sure enough, in IIS, the default document was listed as Default.aspx, not default.aspx
I changed that for all the affected sites, and now I have no more duplicates.
Maybe this will help someone at some point.
Comment