Can anyone help me -

On the product info page I wish to get the meta tags of that product displaying on screen - I thought it would be easy but it seems a little harder unfortunately. I currently have this:

PHP Code:
<?php

echo $meta_keywords;
  
?>
..but this displays the meta tags for all products - how can I get it for that individual product being shown?

_thanks