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
Post a Comment