Hi,
I have just installed this on a new website and had the same problem.
It took me a while to work out the solution.
Example: The site navigation is like this:
Home | something 1 | something 2 | something 3
In the above example, 'something 1' is a link to a section.
There was no problem setting the meta for the top level URI in the menu.
You would simply add in the URI field /something-1 (look in the browser for the string).
Lets say for instance, 'something 1' is a link to a section (though it could also be an uncategorised page), and then you add a sub level link to a category of the 'something 1' section and call the link 'articles in something 1'
If you simply add in the URI field /articles-in-something-1 you will see from the actual web page source code that only the first level meta is called. This is not what you want.
The reason is this: the component looks for the
first part of the URI string, what ever comes after that will have the same meta.
What you need to do is this:
In the 'Items' area, on the right had side, always make sure the last part of the URI is placed
in order above the section URI.
Like in this example:
/more-articles-in something-1 [a category]
/articles-in-something-1 [a category]
/something-1 [a section]
Hope this helps people.
Paul