--> 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

How to make your google search optimization

Google search optimization As we know,google is the world leading search engine now.So,many other try to optimize their site to be more search able to google user's.Since the beginning of internet era people try to find their answer on this search engine. But the big question is....how to optimize our site to be more search able on google search page? Ok...i don't want to talk to much about this,cause this wasnt no secret anymore.Many webmaster try to do that and for newbie like us,it seems a little hard to do that,cause we don't know how to do it. From this page,i Will try to explain to you how to make your site more search able on google search page,what ever your site Niche,brand or type. Its generally got the same path. All you have to do just follow this simple instructions that i gave to you. Let's rolling 1. You need a web Off course you need a web to start optimize it...silly me😊 2. You need a massive content Yes,content of a w...