Hello Ruud,
You are referring to the incorrect tag.
Please be aware that the <link>
tag defines the relationship between the current document and an external resource.
What you should look at in relation to your link text is this:
And the tool is not giving correct information because if you look closely at the code, it has this:
<nav class="e6118-12 x-paginate" role="navigation">
<div class="x-paginate-inner">
<span aria-current="page" class="page-numbers current">1</span>
<a class="page-numbers" href="https://evolinestore.com/news/page/2/">2</a>
<a class="page-numbers" href="https://evolinestore.com/news/page/3/">3</a>
<a class="page-numbers" href="https://evolinestore.com/news/page/4/">4</a>
<span class="page-numbers dots">…</span>
<a class="page-numbers" href="https://evolinestore.com/news/page/7/">7</a>
<a class="page-numbers" href="https://evolinestore.com/news/page/8/">8</a>
<a class="next page-numbers" href="https://evolinestore.com/news/page/2/"> <i class="e6118-12 x-icon" aria-hidden="true" data-x-icon-s=""></i> </a>
</div>
</nav>
Based on the code above, the 2, 3, 4, 7, 8 and the arrow
is an anchor text.
Hope this helps.