Cara Mengatasi Semua Error Structured Data Blog

Cara Mengatasi Error Image, Name, Author, Publisher, DateModified di Structured Data Blog.

 untuk meningkatkan web dengan menciptakan kosakata umum untuk mendeskripsikan data di web Cara Mengatasi Semua Error Structured Data Blog

COBA cek blog Anda di Structured Data Testing Tool. Jika "All good", maka artinya sketsa data blog Anda baik-baik saja, gak usah diapa-apain, tingga fokus ke Konten Berkualitas.

Namun, jikalau error, apalagi kalo banyak, maka harus diperbaiki. Jika template blog Anda tidak memakai microdata schema org, biasanya tidak akan ada masalah.

Menurut GoogleSchema Org ialah adalah kerja sama oleh Google, Microsoft, dan Yahoo! untuk meningkatkan web dengan menciptakan kosakata umum untuk mendeskripsikan data di web.

Jika Anda menambahkan markup schema.org ke laman HTML Anda, aneka macam perusahaan dan produk—termasuk Google penelusuran—akan memahami data di situs Anda.

Demikan juga, apabila Anda menambahkan markup schema.org ke email berformat HTML, produk email selain Gmail mungkin akan memahami data tersebut.

Anda sanggup memakai jenis markup yang berbeda untuk mendeskripsikan data dengan kosakata schema.org. Pemandu Markup sanggup menunjukkan kepada Anda cara memakai microdata dan JSON-LD. Untuk gosip selengkapnya wacana schema.org, lihat FAQ schema.org.

Error yang biasa dialami template-template terbaru menyerupai tampak dalam gambar berikut ini.

 untuk meningkatkan web dengan menciptakan kosakata umum untuk mendeskripsikan data di web Cara Mengatasi Semua Error Structured Data Blog


Di bawah ini cara mengatasi error image, name, author, Publisher, DateModified, MainEntityOfPage di Structured Data Blog yang biasa dialami banyak template sebagaimana di-share Kompi Ajaib.

Cara Mengatasi Semua Error Structured Data Blog
Langkah pertama baca basmalah, kemudian klik "Template" > "Edit HTML" untuk membuka isyarat HTML Template Blog Anda.

1. Menghilangkan Error Missing "image"

Copy isyarat di bawah ini:

<b:if cond='data:post.firstImageUrl'> <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject'> <meta itemprop="url" expr:content='data:post.firstImageUrl'/> <meta itemprop="width" content='700'/> <meta itemprop="height" content='700'/> </div> </b:if>

Simpan di bawah kode:


<article class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>

2. Menghilangkan Error Missing "Publisher"

Copy isyarat berikut ini


<div itemprop="publisher" itemscope='itemscope' itemtype="https://schema.org/Organization"> <div itemprop="logo" itemscope='itemscope' itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="URL LOGO BLOG"/> <meta itemprop="width" content="600"/> <meta itemprop="height" content="600"/> </div> <meta itemprop="name" expr:content="data:blog.title"/> </div>

Simpan di bawah kode:

<article class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>

Catatan: Ganti URL LOGO BLOG dengan URL logo blog Anda!

3. Mengatasi Error missing "dateModified"

Cari isyarat yang menampilkan tanggal publikasi postingan, menyerupai ini:


<a class='updated' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601' itemprop='datePublished'> <data:post.timestamp/></abbr></a>

Tambahkan isyarat <span itemprop='dateModified'> sehingga menjadi menyerupai di bawah ini:


<span itemprop='dateModified'><a class='updated' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601' itemprop='datePublished'> <data:post.timestamp/></abbr></a></span>

4. Mengatasi Error "MainEntityOfPage"

Copy isyarat berikut ini:


<div itemscope='itemscope' itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage"/>


Simpan di bawah kode:


<article class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>

5. Solusi Error missing "author" dan "name" 

Temukan isyarat berikut ini:


<p><data:post.body/></p>
</div>
<script type='text/javascript'>createSummary(&quot;summary<data:post.id/>&quot;);</script>

Copy & simpan isyarat berikut ini di bawah kode: <p><data:post.body/></p>


<!-- hCard"author" Start --> <span class='post-author vcard'> <b:if cond='data:top.showAuthor'> <data:top.authorLabel/> <b:if cond='data:post.authorProfileUrl'> <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta expr:content='data:post.authorProfileUrl' itemprop='url'/> <a class='g-profile' expr:href='data:post.authorProfileUrl' rel='author' title='author profile'> <span itemprop='name'><data:post.author/></span> </a> </span> <b:else/> <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <span itemprop='name'><data:post.author/></span> </span> </b:if> </b:if> </span> <!-- hCard"author" End -->


Save Template! 
Silakan cek kembali blog Anda di Structured Data Testing Tools. Semoga jadi All good!

Error Structured Data "Missing Image, Updated, Author, blogId, postId" 

Ada juga errornya hanya terjadi pada missing image, updated, author, dan blogId - postId saja. Untuk mengatasinya, sanggup dicoba tips dari Techno Half berikut ini.


Jenis Error:

  • The property image_url is not recognised -- image: missing and requird
  • Missing Required Field Updated 
  • The property postId is not recognized 
  • The property blogId is not recognized 
  • A value for the headline field is required.
  • Missing required hCard "author".

Mengatasi Error Image: 'image_url'

1. Template >> Edit HTML
2. Cari (Tekan Ctrl + F) isyarat berikut ini:


<meta expr:content='data:post.firstImageUrl' itemprop='image_url'/>

Ganti isyarat 'image_url' dengan 'image' alias hapus _url menjadi:


 <meta expr:content='data:post.firstImageUrl' itemprop='image'/>

3. Save template!

Error Missing pertama suda kita atasi.

Mengatasi Missing Required Field "Updated" Error

GANTI kode


<abbr class='published' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>

dengan kode:


<abbr class='published' expr:content='data:post.timestampISO8601' itemprop='datePublished'><span class='updated'><data:post.timestamp/></span></abbr></a>

Mengatasi The Property postId & blogId is not recognized 

Hapus dua isyarat ini: 


<meta expr:content='data:blog.blogId' itemprop='blogId'/>
<meta expr:content='data:post.id' itemprop='postId'/>

Sebenarnya kedua isyarat tersebut bukan error, hanya saja Google tidak mengenalinya. Menghapus dua isyarat tersebut tidak akan bermasalah.

Mengatasi "headline" field is required

GANTI kode


<h1 class='post-title entry-title' itemprop='name'>  
<h2 class='post-title entry-title' itemprop='name'>
<h3 class='post-title entry-title' itemprop='name'>

dengan isyarat ini:


<h1 class='post-title entry-title' itemprop='headline'> 
<h1 class='post-title entry-title' itemprop='headline'>
<h1 class='post-title entry-title' itemprop='headline'>
.

Fix Missing Required Field hCard"author" 

Tambahkan isyarat berikut ini di bawah kode   <data:post.body/> 


<!-- hCard"author" Start --> <span class='post-author vcard'> <b:if cond='data:top.showAuthor'> <data:top.authorLabel/> <b:if cond='data:post.authorProfileUrl'> <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta expr:content='data:post.authorProfileUrl' itemprop='url'/> <a class='g-profile' expr:href='data:post.authorProfileUrl' rel='author' title='author profile'> <span itemprop='name'><data:post.author/></span> </a> </span> <b:else/> <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <span itemprop='name'><data:post.author/></span> </span> </b:if> </b:if> </span> <!-- hCard"author" End -->


Jika semua langkah dilakukan dengan benar, maka semua Error Missing Required Structured Data Blog di Testing Tool sudah teratasi. Blog Anda akan "All good" alias "Tidak ada masalah".

Paling tidak, dengan tidak bermasalahnya Structured Data template blog, kita jadi "PeDe" dan damai untuk fokus ke konten blog.

Menurut para blogger senior, structured data blog tidak terlalu imbas bagi SEO, setidaknya "belum ngaruh", hanya memperlancar, mempercepat, dan memperbaiki tampilan indeks konten blog kita di mesin pencari. Wasalam. (http://).*

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel