If each ezpage has it own id number why couldn't you put a section in the header like this.

If $id=1 {
include ('metatagspage1.php' );
}

and so on. The id numbers are passed in the url and should be passed to the script??

You would have to specify which directory the metagspage1.php was in. Directory structure when it comes to the ezpages may be tricker to figure out.

Does this sound reasonable??

C