Welcome to Smart SEO CSV Import/Export v7.6.0! Explore all the new features and enhancements that come with this version including:
Export additional custom fields for bulk editing with ease
Starting from version 7.6.0, it is now much easier to export additional custom fields for bulk editing. No need to write custom codes to extract additional data as previously demonstrated here.
For instance, if you want to export Facebook Open Graph data for Yoast for bulk editing, you can just specify the names of custom fields (separated by a comma) like this:
Two new columns will then be created inside the exported CSV: %%_yoast_wpseo_opengraph-title%%
and %%_yoast_wpseo_opengraph-description%%
. The double percent (%%) symbols that wrapped the custom field names tell the plugin to automatically process them during CSV import. So it’s essential to leave those headings as is. Otherwise, those extra custom fields won’t be processed during CSV import.
You can export as many as you like, including custom fields created by ACF plugin. If you want a more advanced meta data extraction, you can still use our filter/hook smart_seo_export_fields
and smart_seo_import_update
.
Improved CSV file upload handling & more
A malformed CSV is now better detected before processing it for bulk-editing. This mitigates the frustration of data not being successfully imported during CSV import as a result of invalid file encoding.
Also, CSV files generated during imports & exports are now moved to /uploads/smart-seo-csv-import-export/
.
And finally, Import by slug is now automatically disabled if the current install is a sub-site of a multi-network install. The WP function get_page_by_path() only works on standard WP install.