I need do put different META tags in different Liferay generated pages.
Example
<!-- Page1 -->
<META name="test1" content="content1" />
<!-- Page2 -->
<META name="test2" content="content2" />
How can I achieve this?
Update
I cannot be more specific because this is the simple problem but I think "Liferay 6.0 doesn't support custom meta tags" can be the answer.