First, I can't show the site b/c it's internal, but I'll try to step through what I've done.
We have a pretty clean site, using css for layout. Our nav appears first in the html. I've set it up so it has
However, when the results page is shown, it shows the nav link text as the context description, and all our results look exactly the same. I thought those tags prevent that area from being indexed?
Would other comment tags before and after it such as
have any effect on it? Thanks for any help in advance.
Version: 4.1
ASP option
We have a pretty clean site, using css for layout. Our nav appears first in the html. I've set it up so it has
Code:
divs with our navigation rest of the page
Would other comment tags before and after it such as
Code:
other code
Version: 4.1
ASP option
Comment