I was wondering:
I have a script that would simply generate a title and meta tags by including a page of variables that had the meta tag values preset, something like this
<? include('variable.php');>
<Title>My page - <? echo $type; ?><title>
<meta name="keywords" language="en" content="<? echo $meta_content; ?>">
Would this code work with search engines so the meta tag values are picked up?