It would probably be faster to use <CFFILE>, because then you're doing a direct file access instead of requesting the page from the web server. Then, use REReplaceNoCase() to find the contents of the <title> and <meta> tags.
If the directory you wanted to search was "C:\Temp", for...