I want to be able to extend the <title> attribute of my pages to show a full and unique description as this is #2 most important for Google. I have made several attempts but keep getting the syntax wrong and throwing undefined errors.
At the moment it simply calls
Code: Select all
<?php echo $title; ?>
Code: Select all
<?php echo $heading_title; ?>
I know I could do this by simply including the other two in the product name field but as this data is already held it seems to defeat the dynamics to have to re-type it for each product description.
Any help will be gratefully received.
Bilbothecat