OK, how about this: in the headinclude template put
Code:
<if condition="THIS_SCRIPT != 'reviews'">
...
</if>
around the meta tags, and in your template put a new variable where you want the description meta tags to be (or maybe copy the entire meta tag block from headinclude to your template and replace the variables as needed), then you have until the template eval to set that variable.