Import SEO Settings Fails
-
I would like to import from Add Meta Tags but the Import SEO Settings feature fails for all descriptions and titles.
Since I can’t use the import feature, I wrote these 2 SQL queries and ran them on my localhost. This seems to do the trick but I’m wondering if there is anything I missed. Can anything come back and bite me if I do this on the production server?
Thank you for your support.
update <my-db-schema>.wp_postmeta
set meta_key = ‘_aioseop_description’
where meta_key = ‘_amt_description’;update <my-db-schema>.wp_postmeta
set meta_key = ‘_aioseop_title’
where meta_key = ‘_amt_title’;
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Import SEO Settings Fails’ is closed to new replies.