Every Magento merchant has a backlog of "I should fix that someday" SEO issues. This post is the shortlist: the easy, ship-today wins that recover the most traffic per hour of effort.
Nothing here needs a developer, an agency, or a paid app. Most fixes take less than 30 minutes each. If you do all five in one afternoon, expect a measurable lift in Search Console impressions within two weeks.
Skip the long read: run a free RankCart audit on your store and we'll tell you which of these fixes apply, ranked by missed-revenue impact.
1. Run a baseline audit before you change anything
You can't measure improvement without a starting line. Run a free RankCart audit, screenshot the score and the issue count, and save it. That's your baseline. Re-audit after each fix so you know which one moved the needle.
This is the only step that's not "shipping a fix" — but it's the one that makes every subsequent step measurable. Skip it and you'll spend the next quarter unsure whether your work actually helped.
2. Layered navigation creating thousands of duplicate URLs
Magento's faceted navigation generates URLs for every filter combination by default. On a catalog of 1,000 products with 5 filters, you can generate 100,000+ crawlable URL combinations — almost all near-duplicates.
Quick fix: Stores → Configuration → Catalog → Layered Navigation → SEO settings. Add canonical tags pointing filtered URLs back to the parent category. For some filters (color, size), a robots.txt parameter block or a meta noindex follow may be more appropriate. Decision depends on whether filtered URLs should rank — RankCart helps you decide.
3. Multiple URLs per product (canonical issue)
Magento allows products in multiple categories. By default, each category creates a unique URL: /men/shoes/leather-jacket, /sale/leather-jacket, /leather-jacket. All three resolve, none are obviously canonical.
Quick fix: Stores → Configuration → Catalog → Catalog → Search Engine Optimization. Set "Use Categories Path for Product URLs" to No, and set canonical tags for products to point to /
4. Default robots.txt allowing /catalogsearch and /customer paths
Magento's default robots.txt is too permissive. Search-result pages, customer account pages, and checkout pages get indexed by accident.
Quick fix: Stores → Configuration → Design → Search Engine Robots. Customize the robots.txt to Disallow /catalogsearch/, /customer/, /checkout/, /cart/, /sales/, /wishlist/, /tag/, and /catalog/product_compare/.
5. Empty or duplicate meta descriptions on category pages
Magento doesn't auto-generate meta descriptions for category pages. If you don't set them, you get the global default repeated across every category.
Quick fix: Catalog → Categories → click each category → Search Engine Optimization. Write 145-155 unique chars per category. For 100+ categories, use a third-party module or run a SQL update via the catalog_category_entity tables (with a backup first).
6. Multi-store setup leaking content across views
Magento's multi-store / multi-website feature shares product data across stores by default. Without unique store-view content, you have identical copy ranking for the same keyword across stores.
Quick fix: For each store view, override product names, descriptions, and meta tags at the store-view scope. Configure hreflang for international stores via theme XML or a module. RankCart audits each store view separately.
What to ship next, after the easy wins
Once these five are live and you've re-audited, you'll know which of the harder issues remain. The full Magento SEO guide has the deeper fixes — schema, page-speed, redirects — that often need a developer or a theme edit.
For the procedural-minded: we also have a step-by-step Magento SEO checklist that walks through the entire sequence in order, from baseline to ongoing monitoring.
Common questions about Magento SEO fixes
Is Magento good for SEO?
Magento gives you more SEO control than any other ecommerce platform — every URL, every meta tag, every schema field, every robots.txt rule is configurable. The flip side: that flexibility lets you ship terrible SEO if you don't configure it properly. Magento sites that rank well are configured well. Magento isn't plug-and-play.
What's the difference between Magento Open Source and Adobe Commerce?
Same core platform. Adobe Commerce (formerly Magento Commerce) adds enterprise features — B2B, content staging, advanced reporting, headless support, official cloud hosting — and dedicated support. SEO behavior is identical between the two. Most enterprise brands run Adobe Commerce; most mid-market brands run Open Source.
How do I fix duplicate content on Magento?
Three places to look: layered navigation filter URLs (set canonicals or noindex), products in multiple categories (use category-less canonical URLs), and multi-store overlap (override content per store view). RankCart's audit flags all three patterns and shows you which products and categories are affected.
Why is my Magento site so slow?
Almost always infrastructure. Magento's architecture demands proper PHP-FPM, Varnish, Redis, and MySQL tuning. Shared hosting (especially generic LAMP shared hosts) won't deliver acceptable TTFB. Either move to a Magento-specialized host or hire a DevOps consultant for a tuning pass — usually pays for itself in two months from organic traffic recovery.