Open Search Server: Ignore content but follow links

262 views Asked by At

I have OSS set up for searches on a community site. The basic set up works fine but now I need to fine tune it. An important part of that is making sure the indexing saves the right parts from every page but ignores parts that are common for all pages (ie the footer), however those parts are neccessary for the crawler for finding all parts of the site via the links. I'm aware of the opensearchserver.ignore class:

<div class="opensearchserver.ignore">
    This text should not be indexed.
</div>

But since the links are important, a tag like this would come in handy:

<div class='noindexbutfollow'> 
    This will not be indexed but the link {Open Search Server} would be followed 
</div>

(As discussed in this thread.)

Is this possible?

0

There are 0 answers