Title: Google and h1
Last modified: August 30, 2016

---

# Google and h1

 *  [eidertxukk](https://wordpress.org/support/users/eidertxukk/)
 * (@eidertxukk)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/google-and-h1/)
 * I would like to know how I can remove h1 from <header>
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 10 months ago](https://wordpress.org/support/topic/google-and-h1/#post-6253726)
 * Start by creating a child theme: [https://codex.wordpress.org/Child_Themes](https://codex.wordpress.org/Child_Themes)
 *  Thread Starter [eidertxukk](https://wordpress.org/support/users/eidertxukk/)
 * (@eidertxukk)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/google-and-h1/#post-6253923)
 * Thank you
    I have installed sky-flat child theme. I found this to remove h1 label
   from site-header (but not from front page). But I don’t know where I have to 
   put this text…
 * <?php if(is_home() || is_front_page()) {?>
    <hgroup> <h1 class=”site-title”>”
   title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”
   ><?php bloginfo( ‘name’ ); ?></h1> <h2 class=”site-description”><?php bloginfo(‘
   description’ ); ?></h2> </hgroup> <?php } else { ?> <div> <div class=”site-title”
   >” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”
   home”><?php bloginfo( ‘name’ ); ?></div> <div class=”site-description”><?php 
   bloginfo( ‘description’ ); ?></div> </div> <?php } ?>
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 10 months ago](https://wordpress.org/support/topic/google-and-h1/#post-6253930)
 * Please post that again but wrap your code in backticks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Google and h1’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/flat/1.7.11/screenshot.png)
 * Flat
 * [Support Threads](https://wordpress.org/support/theme/flat/)
 * [Active Topics](https://wordpress.org/support/theme/flat/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/flat/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/flat/reviews/)

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)

 * 3 replies
 * 2 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/google-and-h1/#post-6253930)
 * Status: not resolved