Not sure if people know about this or not, but I decided to post this as some little help to those who want to generate Dynamic Title and Meta tag info which is unique to their pages. This is better for search engines. Not sure if this mod will work on older versions, but it works on aeDating 4.1 IQ 0004 patch. This will work great in conjunction with Smooge's mod located here:

ModMySite 829 - MetaTags

Ok, if you're not using smooge's mod, then edit the following file:

tmpl_XXX_header.html ==== with XXX being your template.

In the page title area, you will notice this tag:

<title>__page_header__</title>

Take __page_header__ and place this tag within your meta descriptions tag and meta keywords tag as well. I have a dating site dedicated to Russian Brides... so basically, this is how I have it setup:

Code:
<title>Russian Brides __page_header__</title>
<meta name="DESCRIPTION" content="Russian Brides __page_header__">
<meta name="KEYWORDS" content="Russian Brides,__page_header__,women,girls,russia,ukraine,blah,blah,blah....">
So, what exactly does this do? Well, the __page_header__ tag gets replaced automatically with original content for what the page is about. It pulls description from the description blocks of your ads. While this isn't exactly perfect, it is effective for generating unique keywords and description tags for all of your pages -- which is always a plus for search engines.

I hope this was helpful....