Rewrite SEO meta on 500 products in the time it takes to edit one in admin
Magento's product grid has no mass-update action for meta title, description, or keywords — you're stuck opening one product at a time. Bulk Meta Editor exports the fields you need to a CSV, lets you edit them in Excel or Google Sheets, then re-imports the changes with row-by-row validation so a bad file never gets halfway applied.
One-time license · no monthly fee · 30-day money-back guarantee
Export, edit, re-import — nothing else changes
A safe round trip for SEO fields Magento was never built to mass-edit.
Product meta export
SKU, name, and current meta title/description/keywords for every product — or a filtered subset — in one CSV, no need to open a single product page.
Category meta export
The same export for categories, matched by category ID instead of SKU, as a separate file so products and categories never mix in one import.
Edit anywhere, re-import anywhere
Open the CSV in Excel, Google Sheets, or any spreadsheet tool, change what you need, save, and upload it back — no special software required.
Matches by SKU or category ID, touches only meta fields
Import updates meta title/description/keywords for the row it matches and leaves every other attribute — price, stock, description body — completely untouched.
Structural validation before a single row is written
Wrong columns, oversized fields, or a corrupted file get rejected outright with a clear error — and exported values are escaped against CSV formula injection, so opening the file in Excel is safe too.
Per-row import summary
Every import returns a count of rows updated, skipped, and errored — with the reason for each skip or error — so nothing fails silently.
Why this exists: Magento's product and category grids support mass actions for things like status, websites, and attribute set — but meta title, description, and keywords aren't wired into that mass-update flow, so editing them at scale means opening each record individually. A spreadsheet round trip is the practical fix, but naive CSV tools carry two real risks: an import that silently skips or half-applies rows on a malformed file, and an export that doesn't escape values starting with =, +, -, or @ — which spreadsheet software executes as a formula, a classic CSV injection vector. This module validates the whole file's structure before writing anything, and escapes every exported field, so the round trip is safe in both directions. Full walkthrough: How to Bulk-Edit Meta Titles and Descriptions in Magento 2.
Install & configure
1After purchase, download the module as a .zip from your account dashboard and copy it into app/code/TVTCommerce/BulkMetaEditor.
bin/magento module:enable TVTCommerce_BulkMetaEditor
bin/magento setup:upgrade
bin/magento cache:flush
2Paste your license key under Stores > Configuration > TVTCommerce > Bulk Meta Editor > License.
3Go to Catalog > Bulk Meta Editor to run your first export — pick Products or Categories, download the CSV, edit it, and import it back when you're ready.
Buy once. Own it.
One flat price for a single store license — no tiers, no monthly fee.
Fixing your meta tags is one piece of technical SEO
If you run more than one store view, TVT Commerce also builds Hreflang Manager, which automatically tags every page with the correct language/region alternates, plus AI Copilot, an in-admin assistant for catalog, sales, and CMS.