Thank you for the answers guys. I▓ll be more specific. What I want to do is to include a product Title into its Meta Description (without deleting the description itself), for example:
Before:
Code:
<title>This is My Product</title>
<meta name="description" content="Enjoy the highest quality products at our website." />
After:
Code:
<title>This is My Product</title>
<meta name="description" content="This is My Product. Enjoy the highest quality products at our website." />
I see:
Code:
{get_title page_type=$meta_page_type page_id=$meta_page_id}
and
Code:
{meta type='description' page_type=$meta_page_type page_id=$meta_page_id}
What I can▓t get is how to separate them and include one into the other.