1
<a href="test.html" class="class1">Image</a>
<a href="test.html" class="class2">Title</a>
<a href="test.html" class="class3">Download</a>
新代碼:
<a href="test.html">
<a href="" class="class1">Image</a>
<a href="" class="class2">Title</a>
<a href="" class="class3">Download</a>
</a>
我需要保持的類,否則它會搞砸了CSS和它的太多變化。 但是,代碼對SEO不利?
我不知道搜索引擎優化,但我會在任何時候避免嵌套'A'元素。 –