• I’ve researched the support forms extensively for duplicate H1 topics. I’m not so sure I am using a popular template so I can’t decipher where to put the correct code for this…lots of pages have their own template as they have different layouts. I am trying to have each page have their own unique H1 tag instead of them all having the site title. I would like the name of the page (Home, About, Contact etc) to be present but not have it be the H1. The H1’s are currently all inline. I have tried changing this code to <p> instead of <h1>, but it removed the logo from the site header?

    <header id="page-header" class="row"> <!-- Header Content Begins here -->
    		<div id="logo">
    			<h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1>
    		</div>

    I have inline H1’s on each page but would like a tool like Screaming Frog to come back with results that say I don’t have duplicate H1-1 and H1-2 on each page. I would like it to render the actual inline H1 that I have set for SEO purposes.

    My site is https://www.thebeadtrails.com/

    Thank you for any help in advance.

  • The topic ‘Add unique H1 to each page’ is closed to new replies.