We recently executed Magento OnPage SEO activity for our online store. It includes addition or improvement of meta data of the pages.Sometimes, the SEO team and development team find it a little tough to coordinate. For example, the choice of format for the SEO team to provide new meta data for the pages or how to update the data in Magento setup with ease, and so on.
Here, our development team came up with a simple solution.
Read the simple solution for Magento OnPage SEO:
- Export data of all pages (cms pages, categories, products) to a single CSV file. The file should include the following information:
- Page URL
- Page information (name, id, SKU etc)
- Meta Title
- Meta Keywords – Meta Description
- Pass the CSV file to the SEO team. Open each page URL from the file. Evaluate the meta data changes Update it to the corresponding row in the CSV file.
- After updating pass the updated file to the development team. And import the format into the system by browsing the file and clicking on the import button.
Did you like our solution? We implemented this solution in an extension for both Magento 1 and Magento 2 stores.
Magento 1: https://redchamps.com/meta-tags-import-export-magento-1-extension.html Magento 2: https://redchamps.com/meta-tags-import-export-magento-2-extension.html
You can read a separate post that explains the complete steps involved in exporting and importing meta information here – Quick Steps To Update Metadata On Magento Store