01 The Rule
Choose one convention — trailing slash or no trailing slash — and enforce it universally. Every URL that deviates from the chosen convention must 301 redirect to the canonical form.
Last updated: 2025-12-01
Choose one convention — trailing slash or no trailing slash — and enforce it universally. Every URL that deviates from the chosen convention must 301 redirect to the canonical form.
/page and /page/ are technically different URLs. If both resolve to content, search engines see duplicates. Inconsistency across a large site creates thousands of duplicate pairs, each competing for crawl budget and splitting link signals.
Both /page and /page/ return 200
Duplicate content — Google must guess which is canonical, often choosing incorrectly
Internal links mix both conventions
Crawl budget wasted following both variants; link equity split
Canonical tag points to one form but links use the other
Conflicting signals — search engines may ignore the canonical hint
Implement a middleware or CDN rule that enforces your chosen convention. Audit all internal links and sitemap entries. Use the Canonical Audit Tool to verify consistency.