Forum Moderators: open
I am doing some SEO for a big client and ran into this HTML.
How would you interpret this? Is the link within the ul list followed or not?
<div id="toptabs" class="nofl item-list">
<ul>
<li id="tab-segment" class="first" rel="nofollow">
<a title="Other-Segment" href="http://my.url/"/>
</li>
<li id="tab-main" class="active last" rel="nofollow">
</li>
</ul>
Thanks for your help!