Langkau ke kandungan utama

Catatan

Baiki Structured Data Errors Blogger

3 langkah untuk baiki Structured Data Errors Step 1: Find the Keyword position Step 2: Comment the Existing Markup. How to comment in HTML? Let consider we need to comment <meta expr:content='data:blog.metaDescription' itemprop='description'/>. Introduce <!-- --> to comment HTML. Eg: <!-- <meta expr:content='data:blog.metaDescription' itemprop='description'/> --> is commented. Step 3: Paste the Proposed Markup below the commented code. Now let’s start Fixing our Blog. Add additional data to Blog Schema Step 1: CTRL+F → http://schema.org/Blog Step 2: Existing markup: To be commented <div itemscope='itemscope' itemtype='http://schema.org/Blog' style='display: none;'> <meta expr:content='data:blog.title' itemprop='name'/> <b:if cond='data:blog.metaDescription'> <meta expr:content='data:blog.metaDescription' itemprop='description'/>