_yoast_wpseo_ and _metaseo_ META KEYs
-
I noticed that when I export my site’s XML data, several meta_keys ‘_metaseo_metatitle’ are empty, like this:
<wp:postmeta> <wp:meta_key><![CDATA[_metaseo_metatitle]]></wp:meta_key> <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta>
So, do you think it would be safe to delete all of them via MySQL (below)?
DELETE FROM wp_postmeta WHERE meta_key = '_metaseo_metatitle' AND meta_value = ''
I also have ‘_metaseo_metadesc’ empty. In other cases, its content is duplicated from ‘_yoast_wpseo_opengraph-description’ which brings me to another question: what are these ‘_metaseo_’ fields?
Are they native to wordpress? Could they come from some other plugin?
It would it be safe to delete them (in cases where they are empty or are identical to the ‘_yoast_wpseo_opengraph-‘ value)?
Thank you in advance!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘_yoast_wpseo_ and _metaseo_ META KEYs’ is closed to new replies.