I am using the IIS Search Engine Optimization Toolkit to scan over a site of mine. One of the compaints it has is that there are multiple canonical URLs for my static assets, e.g.
- http://example.com links to http://example.com/styles.css
- https://example.com links to https://example.com/styles.css
It is of course correct, the same file is linked differently on the secure pages. This is only happening for static resources, the actual HTML pages all have single canonical URLs.
Should I leave this as is an ignore the toolkit or is there a better arrangement. I need to consider all angles, e.g.
- Performance (browser caching, server load)
- SEO (duplicate content penalties)
- Usability (mixed content warnings)
Thanks for your help!