Adding Schema.org
In this post I will be showing you the basic and advance SEO practice every blogger blog master MUST know.
BASIC SEO PRACTICES FOR BLOGGER BLOG
Escu Design |
Login to your blogger dashboard
Goto settings
On Basic, Click Edit on Description
Add your Blog Description and save changes
Now go to Search Preference and do the same thing.
Advance SEO setup. Adding Schema.org Rich Snipes
Now GOTO your blogger template, and Click on Edit Html. Warning!!! Backup your blog before your proceed further.
Remove this line of code. By this command. (make sure your mouse cursor is on anywhere on your template before pressing the command) ctrl + F on your keyboard to enable the find tool bar. Then type ITEMSCOPE to locate the code below. make sure the code is exactly the same.
Adding Schema.org |
<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’/>
</b:if>
</div>
</b:if>
Replace the above lines of code with the ones below. And chance the URL that is bold and stroke to your default image URL only. Every other code leave it as it is. It will automatically generate rich snipes for for blogger blog. Both on the old and new post. Enjoy!!!
<div itemscope=’itemscope’ itemtype=’http://schema.org/Blog’ style=’display: none;’>
<b:if cond=’data:blog.pageType != "index"’>
<meta expr:content=’data:blog.pageName’ itemprop=’name’/>
<meta expr:content=’data:blog.canonicalUrl’ itemprop=’url’/>
<b:else/>
<meta expr:content=’data:blog.title’ itemprop=’name’/>
<meta expr:content=’data:blog.homepageUrl’ itemprop=’url’/>
</b:if>
<meta expr:content=’data:blog.metaDescription’ itemprop=’description’/>
<b:if cond=’data:blog.postImageThumbnailUrl’>
<meta expr:content=’data:blog.postImageThumbnailUrl’ itemprop=’image’/>
<b:else/>
<meta content=’https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQ7F-Nz8ZNQZo3I-DyMpMTB4AsVxqoWXJW_HyjPfN5Oz4ntHX66LFTrsiXfCdSSxMWLRUpeK3u3O4mhHCku5rEMGJrwmINt220ZlEeHZUVwt-1cKK4hg8w6wuVpKzoyJzaXNixCyTuTCA/s200/escu400.WebP‘ itemprop=’image’/>
</b:if>
</div>
SEO for blogger
Comentarii