PDA

View Full Version : OUI Category Meta Tags


iceman
10-29-06, 05:16 PM
How do the OUI Category Meta Tags work? I surmise that I can modify my description and keywords for my CAT pages but it isn't clear how to do so (right now all my Merchant pages have the same keywords). Any resources on how to customize this?

Vic - WolfPaw Computers
10-29-06, 07:23 PM
Search the forums, this actually came up just a couple days ago.

iceman
10-29-06, 10:03 PM
I have keywordA, keywordB, %prodname%, %catname% in my meta keyword tag.

I guess my question is is if there is a conditional token I should use instead of %prodname% because the keyword tag generated on CAT pages is not right. It uses the very first product in the store in place of %prodname% when I want it to leave it blank, since obviously on CAT pages there is no %prodname%.

Vic - WolfPaw Computers
10-29-06, 10:42 PM
You could use:

%IF(g.Screen EQ 'CTGY')%
%catname%
%IFEND%
%IF(g.Screen EQ 'PROD')%
%prodname%
%IFEND%