Is there a way to have to indexer skip sections on the page? Specifically, a menu? I have css menu, so it's text based, and when i do a search for a term that shows up in the menu, it results in a find on every page even if the page doesn't even mention that item. I know about the skip list, but that's only for words/pages. Do i have to list each word in my menu there? Or can I say skip <div class="menu"> or <ul id="menu"> which would create my menu, and have it skip that section?

Comment