Comment on Free AdSense Blogger Template by SEO Dave.

Free Blogger AdSense Template Been a while since I played around with BlogSpot Template coding.

If you find:

<BlogItemTitle>
<BlogItemUrl><a href="<$BlogItemUrl$>" title="external link" class="title-link"></BlogItemUrl>
<h1 class="post-title"><$BlogItemTitle$></h1>
<BlogItemUrl></a></BlogItemUrl>
</BlogItemTitle>

And change to

<h1 class="post-title"><a href="<$BlogItemUrl$>" title="external link" class="title-link"><$BlogItemTitle$></a></h1>

I think that should change the titles to links with a H1 header around them. I’ve not tested this.

David