Noindex not on search page when member has no posts

dutchbb

Well-known member
Affected version
2.2.15
When using 'find' on profile for threads and posts it redirects to /search/member?user_id=175124&content=

This is on template 'message_page' which has no noindex on it.

Code:
<dl class="pairs pairs--rows pairs--rows--centered fauxBlockLink">
    <dt>Threads</dt>
    <dd>
        <a href="/search/member?user_id=175124&amp;content=thread" class="fauxBlockLink-linkRow u-concealed">
            15
        </a>
    </dd>
</dl>
    <dl class="pairs pairs--rows pairs--rows--centered fauxBlockLink">
        <dt>Posts</dt>
        <dd>
            <a href="/search/member?user_id=175124" class="fauxBlockLink-linkRow u-concealed">
                188
            </a>
        </dd>
    </dl>
 
Top Bottom