[SEO] - a href weight - What is best?

brunomonteiro3

Bruno Monteiro

4 months ago · 87 views

Hi guys, another question for SEO experts.

Lets say you're building a landing page, It really needs to be in a good ranking on Google. For the a href tags, what is the best?

Option A, with a href wrapping all the content:

<a href="#">
     <h2>Content title</h2>
     <p>Content excerpt</p>
     <span>Read more</span>
</a>
Raw

Or option B, with a href only on the content title:

<a href="#"><h2>Content title</h2></a>
     <p>Content excerpt</p>
     <span>Read more</span>
Raw

Honestly, on my previouly 4 works with big web magazines, all of them with lots of traffic and tons of pages indexed by Google, I've used the Option A, for me, is way better when you're building your code and the UX on a phone with small display is also improved, since you can click on the "block", not only on the title. And I didn't saw any difference between A and B in ranking position.

What you guys think about it?

Tagged: google html seo
Comments are only visible to Forrst members. Log in or Request an invite.
3 new notifications