Answer the question
In order to leave comments, you need to log in
SEO - how to make links correctly?
Friends, from the point of view of optimization for search engines, how to correctly type up links?
For example, there is a group of products, here is one of
them
:
<div class="item">
<a href="/....."><img src="/рисунок-товара" alt=""/></a>
<a href="/.....">Название товара</a>
</div>
<a href="/.....">
<div class="item">
<img src="/рисунок-товара" alt=""/>
<h4>Название товара</h4>
</div>
</a>
<a href="/.....">
<div class="item">
<a href="/....."><img src="/рисунок-товара" alt=""/></a>
<a href="/.....">Название товара</a>
</div>
</a>
Answer the question
In order to leave comments, you need to log in
You can use the 1st one, but my version is better:
<div class="item">
<a href="/....."><img src="/рисунок-товара" alt="Название товара"/>Название товара</a>
</div>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question