I am using google site search which is an API I purchased where I can send it a query and it returns to me an XML with search results from my site.
It works well but I want to know if there is a way to limit it to NOT search within my global page navigation. For example if someone searches for a brand, and the brand name is within my global navigation, then the search results return every single page of my site.
My nav is withing a div element with an id of 'css_dropdown_menu' I was wondering if there was a way to possibly tell the engine to ignore anything in that element? Does anyone know?
Thanks!