I have 2 custom attributes I\'d like to add to the tags on product pages. They are \'brand\' and \'subtitle\'.
My page title would end up
Assuming that you only want to change the product title on the catalog view page
In app/design/frontend/default/{your theme Folder}/template/page/html/head.phtml you could
getData('xyz') . ' ' . $_product->getName(); ?> getTitle() ?>
See Get Attribute Name And Value Magento