What is Google BreadCrumb in Search Result?
Google BreadCrumb is a trail which shown on a page, and it indicated to the page's position on a website hierarchy. A crawler or users can navigate where the page location is or where does the page putting in a categories or label.The Google BreadCrumbs helps to perform well on your website URL in search result page. It listed from the following parent URL to Child URL which tells your site users where your page that they are viewing come from the categories or location.
Example: Search query for Travel Title, Cambodia destination
Cambodia › Cambodia Travel › Travel Destination › Tour Package
Google BreadCrumbs Script
<script type='application/ld+json'>
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "Place URL Here",
"name": "Place Title Here"
}
},{
"@type": "ListItem",
"position": 2,
"item": {
"@id": "Place URL Here",
"name": "Place Title Here"
}
},{
"@type": "ListItem",
"position": 3,
"item": {
"@id": "Place URL Here",
"name": "Place Title Here"
}
}]
}
</script>
How to Show Google BreadCrumbs In Search Result For Blogger Blog?
If you are using Blogger SMC, this tutorial will be helpful for you. You can add the above script code which (Credits by Google Developer) into your Blogger Blog body section area and follow the below guideline and soon you will see what happen in Google search result.- Login To Your Blogger Blog
- Direct to you blog Dashboard › Template › Edit HTML
- Search for body tag <body>
- Copy above BreadCrumb Script then Pastes below it.
- Replace a link (URL) of your Blog Category or page instead of "Place URL Here" and replace Page Title text instead of "Place Title Here."
- Then press Save Template Button, Then Waiting for a result.
How to Show Google BreadCrumbs in Search Result For Wordpress?
Google BreadCrumb Tail for WordPress is working well and easy to add as same as Blogger blog. The WordPress user will be happy if they use this tutorial. The search result will change, and the Google will be replacing BreadCrumb link in your search result which power by above script code.- Log in your Wordpress website
- Go to Appearance › Editor › footer.php
- Seach for body tag </body>
- Then copy above Script Code and paste it above
- Replace a link (URL) of your Blog Category or page instead of "Place URL Here" and Replace Page Title text on "Place Title Here."
- Then press Update File Button and wait to see the result.
When will Google BreadCrumbs Show on the Search Result?
You will be waiting for a result after you following above tutorial which provided by Blog Supporter. You will be wondering when will the result of BreadCrumbs show on Google Search Result? Well, this is depending on Google Crawler, it would be taking about 3 to 5 days after you added a script code.Your website or blog user will be surprised after see what have been changing on your site search result especially is BreadCrubp link that listed from parents to children.
In the end, I have left the another tutorial that explains about How to Add Breadcrumb Wrapper To Blogger; this BreadCrumb will display your blog more attractive one.