Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Business

3 Answers

Ilja Daderko
Ilja Daderko
8,953 Points

Depends on your content I guess, h1 signifies high importance for web crawlers, is usually used for things like your brand / logo, article titles, big headings (maybe in your jumbo / slider section). If you are using h2 tags, well maybe you can change those for h1, if it makes sense e.g. if you are using them for something I mentioned above, also it's a good practice to understand when to use these for semantic code purpose.

Here is a useful further reading on header tags and SEO: How to Use Heading Tags for SEO

You are not optimizing well for on page SEO. It is always a good idea to have at an h1 heading per page.