SEO question - H1 tags

Hi there,

I’m using cornerstone to build my content.

It shows that all these pages have an h1 of Floor Concept. Where can I change this? They do not in Cornerstone.

Also, I’m using yoast, but I can’t seem to add meta tags.

Thanks!

1 Like

Hi there,

Thanks for writing in.

H1 is also added in the brand section (logo). Please edit this file \framework\legacy\cranium\headers\views\global\_brand.php and remove this line

<?php echo '<h1 class="visually-hidden">' . $site_name . '</h1>'; ?>

Then copy that file to your child theme of the same folder structure (eg. \pro-child\framework\legacy\cranium\headers\views\global`) to make sure it’s not going to be overwritten by future updates.

With that process, the 2 will become 1, and 1 become 0, hence, you’ll have to add your own H1 to pages with 0 H1.

Thanks!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.