opensearch - Open Search Server: Ignore content but follow links -


i have oss set searches on community site. basic set works fine need fine tune it. important part of making sure indexing saves right parts every page ignores parts common pages (ie footer), parts neccessary crawler finding parts of site via links. i'm aware of opensearchserver.ignore class:

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

but since links important, tag come in handy:

<div class='noindexbutfollow'>      not indexed link {open search server} followed  </div> 

(as discussed in this thread.)

is possible?


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -