My site uses a server-side include to put a navigation area on each page. The trouble is that if someone searches for a term that is on the navigation then every page is found.
I tried excluding the include file explicitly but it still includes it in the index so I assume the skip options only covers the name of the pages and not any include files.
Is there a way to use <noindex> </noindex> type tags around the content of the nav include file?
What other solution is there?
I tried excluding the include file explicitly but it still includes it in the index so I assume the skip options only covers the name of the pages and not any include files.
Is there a way to use <noindex> </noindex> type tags around the content of the nav include file?
What other solution is there?
Comment