Hello Folks, Today inwards this article nosotros are going to explicate How to
Install Schema.org Markup On
Blogger Menu Navigation.We bring already shared topics on
Schema.org.Implementing all Schema.org linguistic communication tags inwards your blogger template volition for certain growth your ranking inwards Alexa. Because Schema.org
vocabulary special created for empathise the website or blogs of import parts as well as amend way to index them on google.
Adding schema markup inwards blogger navigation is real tardily to empathise as well as install.If y'all add together schema.org markup that way y'all bring declared your bill of fare items to google.In enterprise to cheque your Schema.org
navigation is
installed perfectly y'all must take in google information
structured testing tool
https://developers.google.com/structured-data/testing-tool/ and cheque your site navigation schema markup if all things installed correctly y'all tin come across that your schema.org working proficient , await below for example:

In the higher upward icon y'all tin come across that all proficient amongst right tick that way everything is working smoothly.And await inwards higher upward icon y'all tin clearly come across that at that topographic point is showing site navigation elements (2).It's displaying 2 because nosotros bring 2 website navigation bill of fare installed inwards our website,if y'all bring 1 then it volition display 1 site navigation element inwards google structured information testing tool.So y'all must add together or practise schema.org markup on blogger menu/navigation inwards enterprise to assistance google search engine number to empathise your markups for menu.To Add schema.org markup on website bill of fare y'all must follow the steps below.
How to Create/Add Schema Markup On Blogger Menu
Installation Steps:
Step 1. Log inwards to your Blogger trouble concern human relationship as well as Go to your Blogger Dashboard.
Step 2. Now Click on -> Template -> Edit HTML.
Step 3. Now Search for the <nav id='topnav'> tag this is the almost mutual used tag for navigation menu,if it's dissimilar inwards your instance simply supersede amongst your bill of fare tag.
Step 4. Now Replace <nav id='topnav'> with the below Schema.org markup, points to shout out upward if your bill of fare tag is dissimilar utilization that.
<nav id='topnav' itemscope='itemscope' itemtype='http://schema.org/SiteNavigationElement' role='navigation'>
y'all tin come across inwards higher upward code snippet nosotros bring added schema.org markup inwards it.
Step 5. Now nosotros are going to add together schema markup on navigation bill of fare items.Just below the <navid='topnav'> y'all tin come across your bill of fare exceptional listing , earlier installing schema.org markup inwards your blogger template,it volition await similar this:
<li><a href='URL of Menu Item' title='Title For Item'><span>Blogging</span></a></li>
Now nosotros bring added schema.org markup inwards the bill of fare exceptional listing supersede all the bill of fare items amongst the schema.org markup,now it volition await similar this:
<li><a href='Your URL of Menu Item' itemprop='url' title='Title For Item'><span itemprop='name'> Blogging</span></a></li>
If y'all desire y'all tin take away the title because it's non compulsory. But removing the title of the bill of fare items volition non alter anything inwards your SEO but yep if y'all continue it ,i 'm certain it volition lift your navigation bill of fare system.:)
Step 6. Now Save your template.Done !