- This topic has 19 replies, 2 voices, and was last updated 10 years, 4 months ago by
Tom.
-
AuthorPosts
-
October 19, 2015 at 3:18 am #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?
October 19, 2015 at 9:44 am #145665Tom
Lead DeveloperLead DeveloperCan you link me to the page possibly?
October 19, 2015 at 10:02 am #145684erni74
my website is http://www.androidicecreamsandwich.de/
October 19, 2015 at 10:05 am #145687Tom
Lead DeveloperLead DeveloperNice 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>October 19, 2015 at 10:17 am #145690erni74
now i have Android-Ice Cream-Sandwich twice on my site
October 19, 2015 at 10:21 am #145692Tom
Lead DeveloperLead DeveloperIs that what you replaced “Blog” with in the code I gave you? You can add anything there you like 🙂
October 19, 2015 at 10:38 am #145700erni74
<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
October 19, 2015 at 10:39 am #145702erni74
`<div class=”grid-container grid-parent”>
<header class=”entry-header”>
<h1 class=”entry-title”>Android-Ice Cream-Sandwich</h1>
</header>
</div>October 19, 2015 at 10:54 am #145733erni74
<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 blogOctober 19, 2015 at 10:58 am #145736Tom
Lead DeveloperLead DeveloperIf 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.
October 19, 2015 at 11:03 am #145741erni74
<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 missedOctober 19, 2015 at 11:09 am #145742erni74
October 19, 2015 at 11:09 am #145743erni74
http://www.androidicecreamsandwich.de/
Android-Ice Cream-Sandwich is shown twice
October 19, 2015 at 11:10 am #145744Tom
Lead DeveloperLead DeveloperI’m only seeing it once below the navigation?
October 19, 2015 at 11:11 am #145745Tom
Lead DeveloperLead DeveloperUnless you mean your site title as well?
In that case, why not give the Blog a different title?
-
AuthorPosts
- You must be logged in to reply to this topic.