chrisboyle / cbn

Rails 2.x project for my own site
http://chris.boyle.name/projects/cbn
MIT License
1 stars 0 forks source link

URL canonicalisation #9

Closed chrisboyle closed 14 years ago

chrisboyle commented 14 years ago

If you visit a URL with more slashes than absolutely necessary, or other redundancy, you should get a 301. This is partly Google-stroking, and partly making sure things like visited-or-not status work properly.

The one kind of duplicate content URL that should use rel=canonical (or nothing) instead of a 301 is https.

chrisboyle commented 14 years ago

Fixed by commit 254b88fa662f798b307cb1b1a42184bf518ccb0b.