Skip to main content

How to add Structured data on new blogger theme

JSONLD markups delivery

For those of you who have blogs that use the latest blogger themes like contempo, emporio, Soho and noteable, may still be confused to find a way to add structured data manually to your blog. Because the type of delivery markup used by the new blogger theme is a markups type JSONLD delivery.

This JSONLD markups different with old schema markups that known as inline markups delivery,it was the newest schema structured data markups that already have been used by google and Bing to generated and collecting data from our blogger site,and might be the newest type of data collecting.

But still There is no breadcrumbs markups that ever Made for an articles type.So you still can use the inline markups delivery to use it.As a webmaster this markups is essential to make a snippet for your blogger site.

Ok then,this time we will provide instructions on how to add structured data on new blogger themes such as contempo, emporio, Soho and noteable.

Structured data blogger site that I will try to share this time to you is a structured data "website, and blogposting" type that has markups with JSONLD delivery. So, let's get started then.

Structured data on new blogger theme

How to add structureddata on new blogger theme

1.Added structured data Website type

Structured data "Website" type with JSONLD delivery markups serves as a search giver in google sitelinks.So that in the google search results that display your sitelinks can bring up a google search box in your sitelink that appears on serp.

To add it into your theme just copy the following Jscript code and place it above the code </head>

<script type='application/ld+json'>{ &quot;@context&quot;: &quot;https://schema.org&quot;, &quot;@type&quot;: &quot;WebSite&quot;, &quot;url&quot;: &quot;<data:blog.homepageUrl/>&quot;, &quot;potentialAction&quot;: { &quot;@type&quot;: &quot;SearchAction&quot;, &quot;target&quot;: &quot;<data:blog.homepageUrl/>?q={search_term}&quot;, &quot;query-input&quot;: &quot;required name=search_term&quot; } }</script>

Well, isnt that easy right?now for the next type.

2. Added structured data markups blogposting type

Well this one may be a bit long to be indexed by googlebot.It took about 1 day to get detected.How to add it rather easily, please copy the following code

  <b:includable id='postMetadataJSONImage'>
  &quot;image&quot;: {
    &quot;@type&quot;: &quot;ImageObject&quot;,
    <b:if cond='data:post.featuredImage.isResizable'>
    &quot;url&quot;: &quot;<b:eval expr='resizeImage(data:post.featuredImage, 1200, &quot;1200:630&quot;)'/>&quot;,
    &quot;height&quot;: 630,
    &quot;width&quot;: 1200
    <b:else/>
    &quot;url&quot;: &quot;https://lh3.googleusercontent.com/ULB6iBuCeTVvSjjjU1A-O8e9ZpVba6uvyhtiWRti_rBAs9yMYOFBujxriJRZ-A=w1200&quot;,
    &quot;height&quot;: 348,
    &quot;width&quot;: 1200
    </b:if>
  },
</b:includable>
                    <b:includable id='postMetadataJSONPublisher'>
&quot;publisher&quot;: {
    &quot;@type&quot;: &quot;Organization&quot;,
    &quot;name&quot;: &quot;Blogger&quot;,
    &quot;logo&quot;: {
      &quot;@type&quot;: &quot;ImageObject&quot;,
      &quot;url&quot;: &quot;https://lh3.googleusercontent.com/ULB6iBuCeTVvSjjjU1A-O8e9ZpVba6uvyhtiWRti_rBAs9yMYOFBujxriJRZ-A=h60&quot;,
      &quot;width&quot;: 206,
      &quot;height&quot;: 60
    }
  },
</b:includable>

Then place the code above just below of this code

<b:include data='post' name='postMetadataJSON'/>
</b:includable>

Well easy is not it?To add the structured data type of hatom in your site just put the breadcrumbs script inside your html.And remember,try to test your site on structured data testing tool okay?

You can find that on your google search console ini webtool section.

Well, this is the end of my post this time that talking about how to add markups structured data for newest blogger theme. Hope it will be useful

Comments

The best

The best place to start your own blog

Where to start? As a beginner creating a good blog is the hardest task to do.It could even be said to be a mission impossible, So you would be immediately leave it just like that. But this time after you read this article from me maybe you will think differ and start to think how much fun to make a blog, because it is very easy.I will guide you until you understand how to make your own blog,and its very easy, all you have to do and need is just read and learn and also implement. The first thing we have to know to create our own blog was where to start it Wright? So i Will give you some list a place to start your on blog,from a free platform and paying platform. Free platform blog I think the very best place to start your blog in a free platform was on blogger.Why? Cause its free and it had an easy menu to start.All navigation you need on blogger dashbord was very easy to learn and to setup. The best part was on the theme editor.You can learn how to put a script on yo...