Coming to this from the EE side of things - i really want to query this simple point before i get much deeper.
When i create a “page” i can enter a title.
Then on that page i can modify the “page content” and as such put my own H1 tag in which is ideal for SEO.
However, the page title is then used for the menu, and in theory for the browser page title as well as there is no other way to make this editable.
Therefore - if I wanted to SEO optimise my title for my home page “Best Blue Widgets” but i wanted the main menu to display this as “Home” - how would i do this?
I assume the only way is to not use your menu tag and create it manually - which kind of defeats the purpose.
Or have a missed a tag i can use especially for the browser page title?
Second brief query about the menu - i understand the logic about this being auto-generated as indented list. However, often designers like to put divides between the menu items… This can be done with padding and borders, but of course, if applied to left/right it will display a divide where it is not wanted on the first/last item.
Yes i can use psuedo CSS to control :first, but this does not have great support and so i do not like to rely on it. Therefore, considering the approach of Nav-EE and Taxonomy over at EE would you consider adding CSS classes for level, count, etc? Allowing us to setup a custom class for “count_1” to not display the border, or similar. Yes i can use the unique ID generated, but as soon as the client changes something it will break!
So just a thought/request?
In the same way for EE are there plugins that can be manually created so i can make my own menu plugin? Or is there a library of ones to use - i.e. devot-ee or similar?
Thanks, N