Jump to content

Blog Title on Post summary pages are all H1 set

Recommended Posts

Posted

Hi there.

I've noticed that on the blog pages where all the posts are listed all the titles on the blog are created using H1 tags. That means on a page where you have four blog posts you will have:

1. Page title H1
2. Four blog posts each with H1

What should be happening is that the blog posts are being listed with H2 tags.

As there is no way to set the H level on the title of a blog post this is a change that needs to be made at the design/template level. But frankly should probably have been included as part of the blog code natively.

Has anyone come up against this type of issue

Thanks

We provide digital marketing services for businesses that need exposure/sales from search and social media networks. We also build incredibly fast and well optimised multi-language Square Space websites.
Digital Marketing | Marketing Digitale

Posted

Hi there and thanks for your reply.

Unfortunately SS is wrong on this, there should not be more than one H1 tag on a page If you install this extension in Chrome, https://chrome.google.com/webstore/detail/h-tag/fjigfcghoooegmndmejpoeoodplfmoca

you will see more clearly that every title of your blog post category/collection page is coded using an H1 tag. When you visit one of your blog posts, I picked "PROFESSIONAL FILM DEVELOPING (956) 492-7140" you have 2 H1s the second one being "To order your film processing....".

It's a user choice how they code their page on elements they can control, but where things are hard-coded into the template and you can't get at them, it becomes a problem. What would make sense is that a blog heading was created using an H1 tag on single page view, and H2 on collection pages (I think that is what they are called), this would follow the logic of  recommendations about using H tags through a page to tell a story of importance of page elements.

Hopefully there is an SS developer reading these boards 🙂  Or there is a piece of jquery or other that might rewrite on the fly collection pages blog titles at runtime so they flip to H2s.

Cheers.

 

 

 

We provide digital marketing services for businesses that need exposure/sales from search and social media networks. We also build incredibly fast and well optimised multi-language Square Space websites.
Digital Marketing | Marketing Digitale

  • 6 months later...
  • 10 months later...
Posted

Also looking for a solution on this one. Or does anyone know how to raise issues like this with Squarespace?

 

  • 3 weeks later...
Posted

Just to correct earlier comments H1's were not invented for a ranking boost they were invented to provide a way to organize a document when there were limited options available to do so. That Search Engines used them as a means to understand the important was something that came later and that technicians found ways to leverage them for ranking part of the industry around it.

SEO tools will flag multiple H1 tags as an issue because most of them are using hugely outdated metrics.  There are reasons why properly formatted H tags in a page are good practice, and generally this would be achievable with H tags using the formatting, even if today most designers are simply creating classes.

It's also not just about Google.

Hope this helps.

 

 

We provide digital marketing services for businesses that need exposure/sales from search and social media networks. We also build incredibly fast and well optimised multi-language Square Space websites.
Digital Marketing | Marketing Digitale

  • 5 months later...
Posted

Regardless of how it impacts SEO - I think SS needs to make the formatting available for designers to edit and manage their site freely. If it's hard coded in then it prevents us from organizing our content.

  • 6 months later...
Posted

Something tells me that if two pages had similar content but one was a simple list of H1 tags and the other had a hierarchy of H1, H2 etc then Google would give the better structured page preference.  The content with clear semantically understandable headings provides a better user experience.

 

  • 2 months later...
Posted

Hello all,

Ahrefs site audit reports that there are multiple H1 tags in all the pages. Attached the screen shot for the reference.

I am just a beginner in Squarespace. Site is in Squarespace 7.0 developed using Bedford template.

Please let me know how to fix it.

Thanks

Deepak

 

Multiple H1.PNG

Posted

When I run on-page SEO audits, my squarespace title/logo (in the top left hand corner) and the title in my marketing pop up ("Let Us Help.") get dinged as H1's. I do not want these multiple H1s to hold back my SEO. I have not figured out how to fix this issue.

Any suggestions?

Best,

Zach

  • 3 months later...
Posted

I am using a portfolio as the homepage and encountering SEO issues due to multiple H1 tags,, it's likely that each portfolio item is being marked as an H1 tag on the homepage. Does anyone else encounter the same issue? Is there a fix for this?

 

https://www.workplaceconsultant.com

  • 7 months later...
Posted
On 5/3/2022 at 7:23 AM, GlynMusica said:

Just to correct earlier comments H1's were not invented for a ranking boost they were invented to provide a way to organize a document when there were limited options available to do so. That Search Engines used them as a means to understand the important was something that came later and that technicians found ways to leverage them for ranking part of the industry around it.

SEO tools will flag multiple H1 tags as an issue because most of them are using hugely outdated metrics.  There are reasons why properly formatted H tags in a page are good practice, and generally this would be achievable with H tags using the formatting, even if today most designers are simply creating classes.

It's also not just about Google.

Hope this helps.

 

 

Agreed! They are also very important for accessibility.

Posted

I was able to address this by adding a blank section and a code block to the blogs collection page and used the following code:
 

<!-- change blog headers from h1 to h2 on collections pages -->
<script>
document.querySelectorAll("h1.blog-title").forEach(header => {
  header.outerHTML = '<h2>' + header.innerHTML + '</h2>';
});
</script>

 

  • 1 month later...
Posted
On 6/12/2024 at 11:32 AM, sorethumb said:

I was able to address this by adding a blank section and a code block to the blogs collection page and used the following code:
 

<!-- change blog headers from h1 to h2 on collections pages -->
<script>
document.querySelectorAll("h1.blog-title").forEach(header => {
  header.outerHTML = '<h2>' + header.innerHTML + '</h2>';
});
</script>

 

This makes sense to me, but it's not working on my blog overview page. Is there something different about the overview page that throws a wrench into this?

Thanks so much -- still super baffled why SS doesn't just provide an easy way to do this.

  • 3 weeks later...
Posted

@saralobkovich Is a blogs overview page different than a blogs collection page? I implemented this on a blogs collection page by adding a new empty section at the bottom of the page and a code block within that empty section.

  • 1 month later...
Posted

Blog collection page is something else than blog overview yes.

Has anyone found a way to fix this on Blog Overview?

(The youtube video some are referring to is after all 6 years old now)

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.