Hi Melia, I guess you are looking for a tool or for an advice how to do that. If it is the advice that you need you have to extract all the titles in a CSV file. You may use a custom crawler like Mozenda for that purpose. It will just pick the h1 headings on every page and you will be able to extract it afterwards. Sort the data, remove the duplicates and put a structure in place that will let you create titles based on your object parameters:
<hotel name=""><location><price per="" night="">or so</price></location></hotel>
From there on you need a simple script to put those things in place as a title with the use of your CSV in the database. That's pretty much it.