[Resolved] H1 as page title

Home Forums Support [Resolved] H1 as page title

Home Forums Support H1 as page title

Viewing 15 posts - 1 through 15 (of 20 total)
  • Author
    Posts
  • #145587
    erni74

    GP will add the H1 as your page title – this is not working for me

    my page title at frontpage is not shown as H1

    where i have to change it?

    #145665
    Tom
    Lead Developer
    Lead Developer

    Can you link me to the page possibly?

    #145684
    erni74
    #145687
    Tom
    Lead Developer
    Lead Developer

    Nice site!

    You’re right, the blog page doesn’t have a title.

    Do you have our Page Header add-on? If so, go to “Appearance > Blog Page Header” and add this in the “Content” box:

    <div class="grid-container grid-parent">
        <header class="entry-header">
            <h1 itemprop="headline" class="entry-title">Blog</h1>
        </header>
    </div>
    #145690
    erni74

    now i have Android-Ice Cream-Sandwich twice on my site

    #145692
    Tom
    Lead Developer
    Lead Developer

    Is that what you replaced “Blog” with in the code I gave you? You can add anything there you like 🙂

    #145700
    erni74
    <header class=”entry-header”>
    <h1 class=”entry-title”>Android-Ice Cream-Sandwich</h1>
    </header>

    this is what i have insert in blog page header -> content

    #145702
    erni74

    `<div class=”grid-container grid-parent”>
    <header class=”entry-header”>
    <h1 class=”entry-title”>Android-Ice Cream-Sandwich</h1>
    </header>
    </div>

    #145733
    erni74
    <div class="grid-container grid-parent">
        <header class="entry-header">
            <h1 class="entry-title">Android-Ice Cream-Sandwich</h1>
        </header>
    </div>

    itemprop="headline" is missing at my blog

    #145736
    Tom
    Lead Developer
    Lead Developer

    If you want the itemprop=”headline”, you would use this:

    <div class="grid-container grid-parent">
        <header class="entry-header">
            <h1 itemprop="headline" class="entry-title">Android-Ice Cream-Sandwich</h1>
        </header>
    </div>

    If you don’t want it to say “Android-Ice Cream-Sandwich”, you can change it to whatever you like.

    What we’re doing is adding an overall H1 for you entire blog.

    You don’t want your individual blog titles to be H1s, as you’re only supposed to have one on a page.

    If each blog post title was an H1, you would be dinged by Google for having too many.

    #145741
    erni74
    <div class="grid-container grid-parent">
        <header class="entry-header">
            <h1 itemprop="headline" class="entry-title">Android-Ice Cream-Sandwich</h1>
        </header>
    </div>

    but when i save it, itemprop="headline" is not been saved and missed

    #145742
    erni74

    AICS

    #145743
    erni74

    http://www.androidicecreamsandwich.de/

    Android-Ice Cream-Sandwich is shown twice

    #145744
    Tom
    Lead Developer
    Lead Developer

    I’m only seeing it once below the navigation?

    #145745
    Tom
    Lead Developer
    Lead Developer

    Unless you mean your site title as well?

    In that case, why not give the Blog a different title?

Viewing 15 posts - 1 through 15 (of 20 total)
  • You must be logged in to reply to this topic.