I am using wordpress for my website like a CMS, also have installed ALL IN ONE SEO plugin.
I need to know if this plugin is using any kind of database, where i can retrieve description, keywords, seo title etc, for a specified post in the database.
Thank you for reading.
it uses your WP database.
aioseop_mrt_fix_meta function inside all_in_one_seo_pack.php updates values of wp_postmeta table.
Currently, The All in One Seo plugin writes the following information under “meta_key” column
in wp_postmeta table in wordpress DB.