• Resolved jstneti

    (@jstneti)


    I saw the option to migrate from SEO Platinum which was sadly used on the site I need to update but it does not work.

    I tried with SEO Platinum enabled and disabled but the post SEO meta is not copied to SEOPress.

    If I keep both of them active, the same meta from SEO Platinum is applied to SEOPress, but once I deactivate Platinum, the post description goes to excerpt.

    I also have the Pro vesion of SEOPress but didn’t intend to use it for this site. Do you think the Pro version would help? Or is there something I can do in order to get this to work? I can tweak the DB or write some code if necessary, just let me know how to copy existng meta titles and descriptions into SEOPress.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jstneti

    (@jstneti)

    Nevermind, I use the below SQL to get it to work:

    UPDATE wp_postmeta SET meta_key = '_seopress_titles_desc' WHERE meta_key = 'description';

    UPDATE wp_postmeta SET meta_key = '_seopress_titles_title' WHERE meta_key = 'title';

    Plugin Author Benjamin Denis

    (@rainbowgeek)

    Hi,

    thank you for this update.

    The PRO is not necessary and it doesn’t matter to have Platinum SEO enabled or not.

    As you’re a PRO user, please open a support ticket from your customer area for more convenience if necessary.

    Thanks!

    Thread Starter jstneti

    (@jstneti)

    Thanks for the feedback.

    As I already wrote, I got it working by editing the DB directly and I’ll only need this once (hopefully), so no need for further help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Migration from SEO Platimun not working’ is closed to new replies.