Treceți la conținutul principal

Adding Schema.org

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
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.


Advance SEO setup. Adding Schema.org Rich Snipes
Adding Schema.org
<b:if cond=’data:blog.pageType == &quot;index&quot;’>
<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 != &quot;index&quot;’>
<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://1.bp.blogspot.com/-ljwKOskrLbk/XpLOMcTkRKI/AAAAAAAABKY/u3vfMJUZKTMKAS-fOZ-cpM7lCP_ypo1MgCPcBGAYYCw/s200/escu400.WebP‘ itemprop=’image’/>
</b:if>
</div>

SEO for blogger

Comentarii

Postări populare de pe acest blog

Guvernul japonez a interzis utilizarea cuptoarelor cu microunde

 Guvernul japonez a interzis utilizarea cuptoarelor cu microunde?  Guvernul japonez a interzis utilizarea cuptoarelor cu microunde Nu, guvernul Japoniei nu a interzis microundele: aceasta este doar o pastilă de umor. O publicație care circulă pe mai multe portaluri web și pe rețelele de socializare, ce a fost distribuită de peste 37.000 de ori în limba spaniolă începând cu 21 aprilie 2019, asigură că începând cu 2020 utilizarea cuptoarelor cu microunde va fi interzisă în Japonia. Anunțul este însă fals și provine dintr-un articol satiric publicat de revista rusă Panorama  pe 3 martie.   Versiunile care circulă pe rețelele de socializare sunt variate. Majoritatea (botanistă) multiplică un presupus anunț al guvernului japonez ce are intenția de a scăpa de cuptoarele cu microunde din țară pentru presupusele lor efecte nocive asupra sănătății umane. În versiunea sa mai lungă, se adaugă mai multe detalii la acest anunț: că producătorii acestor dispozitive și-au închis deja ușile, că cetățen

Escu Design Team

Escu Design - Leader in Web Design Escu Design official logo Mobile App Development Companies  located in Romania, Moldavia and Italia Escu Design Software is the fastest growing Mobile Apps Development Companies in European Union and UK  provides Mobile development services for Android, iPhone, and Windows. We have developed mobile apps for a variety of market industries. Mobile Application Development Companies in  European Union  the Best Mobile app development company across the world.

How to install a generic site in XAMPP ?

How to install a generic site in XAMPP ? install a generic site To install a generic site in XAMPP, you can follow these general steps: Download and install XAMPP: You can download XAMPP from the official website and follow the installation instructions. Create a new directory in the "htdocs" folder: The "htdocs" folder is where all your website files will be stored. Create a new directory with a name of your choice where you'll store your website files. Create a new database : You'll need a database to store your website's data. You can create a new database using the phpMyAdmin tool that comes with XAMPP. Open your web browser and navigate to http://localhost/phpmyadmin/ to access it Create a new user for the database: Create a new user with all privileges for the database you just created. Create a database: Open the XAMPP control panel, start Apache and MySQL, and then open phpMyAdmin. In phpMyAdmin, create a new database by clicking the "New&q