Magento – Importing product page titles and descriptions with csv into magento

importexport

Is there a way to import via a csv, product page titles and descriptions? we need to update this meta info for thousands of products and the developer says it cannot be done but we have to do manually.

obviously that will take alot of time.

does anyone know how to do this or know of a plug in that is reliable?

i found something for importing categories information: http://www.magentocommerce.com/magento-connect/bulk-category-import-export.html

thank you

Best Answer

Magento already has a built in system for importing (create/update) products. Just go to System->Import/Export->Import and upload a csv file that looks like this:

sku, meta_title,           meta_description
SKU1,"Meta title for SKU1","Meta Description for SKU1"

Remove the spaces from the first line. I added them just to make it more readable.