2 equal links can disrupt tracking quota?

mvnobrega

Newbie
Joined
Oct 2, 2019
Messages
42
Reaction score
16
I have a blog with a lot of content. And on the home page there is the image and the title of the post. Since the image has a link and the title another link that leads to the same place, that is, the content of the post.

Could having two identical links leading to the same place unnecessarily consume google robot crawl quotas?


Example of how the post card is organized:

<div>
<a href="post-hello"> <img src="image.jpg"> </a>
<span>Post Category </span>
<a href="post-hello"> <h2> Post Hello </h2></a>
</div>
 
Back
Top