Untuk memperbaiki data terstruktur blog error pada terstruktur mainEntityOfPage, seperti keterangan error sebagai berikut :
Langkah-Langkah memperbaiki data struktur yang error pada entityofpage
- Pada dasbord blog, klik "Tema" atau "Template"
- Kemudian klik "Edit Tema"
- Cari kode :
<div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> - Tambahkan kode berikut ini dibawah kode tadi :
- Klik “Simpan Tema” dan lakukan “Pengujian Baru” serta lihat hasilnya.
Atau Kode :
<div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='//schema.org/BlogPosting'>
<div itemType='https://schema.org/WebPage' itemprop='mainEntityOfPage' itemscope='itemscope'/>
sehingga akan menjadi seperti ini :
<div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<div itemType='https://schema.org/WebPage' itemprop='mainEntityOfPage' itemscope='itemscope'/>
<div itemType='https://schema.org/WebPage' itemprop='mainEntityOfPage' itemscope='itemscope'/>
Tidak ada komentar:
Posting Komentar
Silahkan tulis komentar / saran-sarang yang membangun di sini !