Kode Schema Markup Blogposting dan NewsArticle untuk Blog

Kode Schema Markup Blogposting dan NewsArticle untuk Blog. Simpan di bawah kode

            <b:includable id='post' var='post'>
  <article class='post'> 

atau

            <b:includable id='post' var='post'>
  <div class='post'>

Kode Schema Markup Blogposting 

<b:if cond='data:blog.pageType == &quot;item&quot; or data:blog.pageType == &quot;static_page&quot;'>
<script type='application/ld+json'>{
  &quot;@context&quot;: &quot;http://schema.org&quot;,
  &quot;@type&quot;: &quot;BlogPosting&quot;,
  &quot;mainEntityOfPage&quot;: {
    &quot;@type&quot;: &quot;WebPage&quot;,
    &quot;@id&quot;: &quot;<data:post.canonicalUrl/>&quot;
    },
  &quot;headline&quot;: &quot;<data:view.title.escaped/>&quot;,
  <b:if cond='data:blog.metaDescription'>&quot;description&quot;: &quot;<data:blog.metaDescription.escaped/>&quot;,<b:else/>&quot;description&quot;: &quot;Silahkan kunjungi postingan <data:view.title.escaped/> untuk membaca artikel selengkapnya dengan klik link di atas.&quot;,</b:if>
  &quot;datePublished&quot;: &quot;<data:post.timestampISO8601/>&quot;,
&quot;dateModified&quot;: &quot;<data:post.lastUpdatedISO8601/>&quot;,
  &quot;image&quot;: {
    &quot;@type&quot;: &quot;ImageObject&quot;,<b:if cond='data:post.firstImageUrl'>&quot;url&quot;: &quot;<b:eval expr='resizeImage(data:post.firstImageUrl,1280,&quot;1280:720&quot;)'/>&quot;,<b:else/>&quot;url&quot;: &quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjVn65tlYZsnB_LUBc04jyIiOHOLilpGao5fCzb8Nts7rcG9FHczXnv4WhHHgGFqkRng0eS5ZhsmYvQ2610dcrR0WBaLV-Z3RPHOc7uQ8-m1EBN89Xzs65y_PA-FyRqCZBcNE2otI2twyo/s1280/no-thumbnail.jpg&quot;,</b:if>
    &quot;height&quot;: 720,
    &quot;width&quot;: 1280
 },
  &quot;publisher&quot;: {
    &quot;@type&quot;: &quot;Organization&quot;,
    &quot;name&quot;: &quot;<data:blog.title/>&quot;,
    &quot;logo&quot;: {
      &quot;@type&quot;: &quot;ImageObject&quot;,
      &quot;url&quot;: &quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgYg0Fk1tN_0TAm9L1drzLD1UlRh3nrqrZslFByKE7Ek2873CjngTysbJU3i-C6MuSBoM7f_ZCbI__MOPTEbPMBjb3dtlmA7ZI_KDhv3zyRajYkeTSPrRm8-q6SPnarNRbMZ3elaNk6AG_o/&quot;,
      &quot;width&quot;: 600,
      &quot;height&quot;: 60
      }
    },
  &quot;author&quot;: {
    &quot;@type&quot;: &quot;Person&quot;,
    &quot;name&quot;: &quot;<data:post.author/>&quot;
  }
}</script>
</b:if>

Kode Schema Markup NewsArticle

<b:if cond='data:blog.pageType == &quot;item&quot; or data:blog.pageType == &quot;static_page&quot;'>
<script type='application/ld+json'>
{
  &quot;@context&quot;: &quot;http://schema.org&quot;,
  &quot;@type&quot;: &quot;NewsArticle&quot;,
  &quot;mainEntityOfPage&quot;: {
    &quot;@type&quot;: &quot;WebPage&quot;,
    &quot;@id&quot;: &quot;<data:post.title/>&quot;
  },
  &quot;headline&quot;: &quot;<data:post.title/>&quot;,
  &quot;image&quot;: {
    &quot;@type&quot;: &quot;ImageObject&quot;,
    &quot;url&quot;: &quot;<data:post.firstImageUrl/>&quot;,
    &quot;height&quot;: 800,
    &quot;width&quot;: 800
  },
  &quot;datePublished&quot;: &quot;<data:post.timestampISO8601/>&quot;,
&quot;dateModified&quot;: &quot;<data:post.timestampISO8601/>&quot;,
  &quot;author&quot;: {
    &quot;@type&quot;: &quot;Person&quot;,
    &quot;name&quot;: &quot;<data:post.author/>&quot;
  },
   &quot;publisher&quot;: {
    &quot;@type&quot;: &quot;Organization&quot;,
    &quot;name&quot;: &quot;<data:blog.title/>&quot;,
    &quot;logo&quot;: {
      &quot;@type&quot;: &quot;ImageObject&quot;,
      &quot;url&quot;: &quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgad8pghdk9XiRhMNS9LiQbtULw33FHnB3VtCbo-kGvUWBxoP64_XShZQfcG4MwIPQ2HEKaG4GvsR5lTP24_7c2GcbQqozoAAwmfIRjwwZkDYi9x1B629j2VvAvaL4pkJgaasUMA7LH-d8i/s320/wallpaper+bola+gp+sport.png&quot;,
      &quot;width&quot;: 600,
      &quot;height&quot;: 60
    }
  },
  &quot;description&quot;: &quot;<data:post.snippet/>&quot;
}
</script>
</b:if>

0 Comments