I need to print a page including WPSEO information's, for translation. I am trying to output WPSEO information in PHP, and I have managed for title, description, focus keywords, but it does not work for synonyms (nothing comes out). There seems to be no Meta for synonym, so how to get it?
<div id="print-seo">
Title: "<?php echo WPSEO_Meta::get_value("title"); ?>"<br />
Description: "<?php echo WPSEO_Meta::get_value("metadesc"); ?>"<br />
Focus Keyword: "<?php echo WPSEO_Meta::get_value("focuskw"); ?>"<br />
Synonyms: "<?php echo WPSEO_Meta::get_value("synonyms"); ?>"<br />