Trailing Slash SEO
A trailing slash is the forward slash "/" at the end of a URL path, and in SEO it mainly matters because you should use one preferred version consistently across a site.
Start here
- Run a crawl to identify all slash/no-slash variants on your site.
- Choose one format and stick with it—no SEO advantage to either.
- Implement 301 redirects from the non-preferred version to the preferred one.
- Update all internal links and your XML sitemap to use only the chosen format.
- Use Search Console to monitor for duplicate content issues after the change.
I used to think the slash itself was a ranking signal—turns out, it's just about keeping things tidy.
What I'd do first
- Check your current URL format: run a crawl with a tool like Screaming Frog to see which pages use a trailing slash and which don't.
- Pick one format: decide based on your CMS default or personal preference—there's no SEO winner.
- Set up 301 redirects: redirect the non-preferred version to the preferred one for every URL path.
- Update internal links: make sure all links within your site point to the chosen format.
- Audit your sitemap: remove any duplicate URL entries and only include the preferred version.
Plain-English take
A trailing slash is just the / at the end of a URL like example.com/about/. It used to signal a folder vs. a file, but modern servers don't care. For SEO, the slash itself is neutral—it won't help or hurt your rankings. The problem is when you have both example.com/about/ and example.com/about live at the same time. Google sees two separate URLs with the same content, which splits your link equity and can confuse crawlers. The fix is simple: pick one version, redirect the other, and be consistent everywhere.
When it actually matters
- You're migrating or redesigning a site: this is the perfect time to standardize your URL format.
- You notice duplicate content warnings in Search Console: check if slash vs no-slash is the culprit.
- You're building a new site from scratch: decide on a format early and configure your CMS to enforce it.
- You have a large site with many URL paths: inconsistency can waste crawl budget and dilute ranking signals.
What I got wrong
- I assumed one format ranked better: nope, Google treats them equally as long as you're consistent.
- I thought canonical tags were enough: they're a fallback, but Google recommends 301 redirects first to avoid any ambiguity.
- I listed both versions in my sitemap: that just tells Google both are important, which defeats the purpose.
- I ignored the root domain slash: Google handles
domain.comanddomain.com/as the same, so no action needed there.
Next step
Sources
Primary documentation is linked directly. Anything commercial is marked nofollow.
- Google Search Central Blog: To slash or not to slash — Google's direct guidance on choosing one preferred URL version, using redirects, and keeping internal links and sitemaps consistent.
- Ahrefs: What Is A Trailing Slash & When Does It Matter — Clear explanation of how slash and no-slash variants behave for SEO and why consistency matters.
- Seobility Wiki: Trailing Slash — Concise definition and practical SEO explanation of slash-related duplicate URL issues.
Notes from Callum Bennett.