Multiple H1 fix

Hi,

I'm attempting to create an image sitemap of a certain section of my site, and want to pull the H1 tag in from the page, to assign as the image title.

The issue I'm having is that due to HTML5, I have multiple H1 tags, and the first tag is actually the brand name, I'm looking to pull through the second, which is the article title. Does anybody know of a fix/work-around to this issue?

Many thanks,
Marijn

You can use HtmlFirst to get the second H1 of the page:

=HtmlFirst("http://seotoolsforexcel.com";"H1";2)