Migrate Google News Keywords from Add Meta Tag plugin to YOAST SEO plugin
-
Hi,
I’m migrating my WordPress website meta data from ADD META TAGS plugin to Yoast SEO plugin.If I run this query in DB:
SELECT COUNT( 1 ) , meta_key
FROM wp_postmeta
WHERE meta_key
IN ( ‘_amt_full_metatags’, ‘_amt_news_keywords’)
GROUP BY meta_keythe result is
COUNT( 1 ) meta_key
300 _amt_full_metatags
564 _amt_news_keywordsAnybody knows how to migrate these records from old plugin to new plugin?
I try with SEO Data Transporter, but this plugin does not manage these type of meta data.
Thanks in advance
PaoloThe page I need help with: [log in to see the link]
- The topic ‘Migrate Google News Keywords from Add Meta Tag plugin to YOAST SEO plugin’ is closed to new replies.