• Resolved fizzteemo

    (@fizzteemo)


    It doesn’t show any records from Add Meta Data plugin when I analyze it with SEO Data Transporter. I tried adding the following to the plugin.php file but it broke:

    Had a quick look. Lines 86-90 of plugin.php should be:

    ‘Add Meta Tags’ => array(
    ‘Custom Doctitle’ => ‘_amt_title’,
    ‘META Description’ => ‘_amt_description’,
    ‘META Keywords’ => ‘_amt_keywords’,
    ),

    The plugin.php file in the wp-includes folder shows the following on lines 86-90:

    unset( $merged_filters[ $tag ] );
    return true;
    }

    Please help. Thank you! Btw I donated 🙂

    https://ww.wp.xz.cn/plugins/add-meta-tags/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author George Notaras

    (@gnotaras)

    Hi,

    I’m sorry for my late reply.

    Please take a look at this post which describes all the available ways to read data from other plugins or move it to add-meta-tags.

    The plugin.php file refers to the plugin.php file of the SEO Data Transporter plugin. You will find this file inside the plugin’s directory.

    I’ve contacted the SEO Data Transporter developer a few days ago in order to integrate the above changes, but haven’t received a reply yet.

    If you still have trouble moving the data, please let me know and I’ll be glad to help!

    Best Regards,
    George Notaras

    Thread Starter fizzteemo

    (@fizzteemo)

    George, thank you very much for your assistance. You have been very, very, very helpful. The fact that you try your best to offer the community support even though it’s a free plugin amazes me. You should consider offering paid annual support subscriptions and integrating XML sitemap to the plugin. This is a great plugin and deserves every 5 star it’s received. I think it’s the highest rated SEO plugin on WordPress. Congrats! Customer service in America is highly valued. Cheers!

    Plugin Author George Notaras

    (@gnotaras)

    Hello, thanks for the kind words!

    I’m developing this plugin in my free time. Unfortunately, it would be impossible for me to offer a high quality paid support service due to the limited free time, so for now I can only try to help users in these forums whenever my free time permits it.

    Regarding the XML sitemap feature, I think this feature is not within the plugin goals, which mainly focus on metadata generation. Also, I think there are already great plugins for this purpose, so creating another one would require some very strong arguments that could justify the time and energy the development of such a feature needs. BTW, my personal favorite sitemap plugin is ‘Google XML sitemaps’.

    Best Regards,
    George

    Plugin Author George Notaras

    (@gnotaras)

    Marking this topic as resolved. Thanks for your feedback.

    George

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘SEO Data Transporter Not Working’ is closed to new replies.