Join millions who empower their websites with ElementsKit Elementor Addons. Get templates, & 100+ widgets...
Adds the function to display breadcrumbs navigation that supports HTML5 micorodata.
SEO BreadCrumb is a WordPress plugin that adds breadcrumb navigation to your site, supporting HTML5 microdata. You can customize the display styles and parameters for the breadcrumb navigation, allowing for flexible integration into your website.
This plugin is suitable for users looking to enhance their site's navigation and SEO by implementing breadcrumb trails, which can help visitors understand their location within the site structure.
Best for: This plugin is best for WordPress users who want to improve site navigation and SEO.
What it does well
Where it falls short
SEO BreadCrumb provides basic breadcrumb navigation features. However, its age and low active install count may be a concern for some users.
redsnow_'s own description of SEO BreadCrumb, lightly tidied.
This plugin adds the function to display breadcrumbs (topic path) navigation that supports HTML5 micorodata. You can use display styles, lots of parameters of styles and original plugin hooks of breadcrumbs navigation, and you can customize navigations flexibly.
Forked “Prime Strategy Bread Crumb“
Default
Template Tag
<?php if (function_exists('bread_crumb')) bread_crumb(); ?>
Output Sample
<div id="breadcrumb" class="bread_crumb">
<div itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<a href="http://www.example.com/" itemprop="url">
<span itemprop="title">Home</span>
</a> >
</div>
<div itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<a href="http://www.example.com/?cat=2" itemprop="url">
<span itemprop="title">Seminar</span>
</a> >
</div>
<div itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<a href="http://www.example.com/?cat=4" itemprop="url">
<span itemprop="title">Tokyo</span>
</a> >
</div>
</div>
List types
Template Tag
<?php if (function_exists('bread_crumb')) bread_crumb('type=list'); ?>
Output sample
<div id="breadcrumb" class="bread_crumb">
<ul>
<li itemscope itemtype="http://data-vocabulary.org/Breadcrumb" class="level-1 top">
<a href="http://www.example.com/" itemprop="url">
<span itemprop="title">トップページ</span>
</a> >
</li>
<li itemscope itemtype="http://data-vocabulary.org/Breadcrumb" class="level-2 sub">
<a href="http://www.example.com/?cat=2" itemprop="url">
<span itemprop="title">Seminar</span>
</a> >
</li>
<li itemscope itemtype="http://data-vocabulary.org/Breadcrumb" class="level-3 sub">
<a href="http://www.example.com/?cat=4" itemprop="url">
<span itemprop="title">Tokyo</span>
</a> >
</li>
</ul>
</div>
https://github.com/nobuhiko/seo-breadcrumb
Other plugins for site navigation.
Join millions who empower their websites with ElementsKit Elementor Addons. Get templates, & 100+ widgets...
Elementor Carousel, Mega Menu, Posts List/Slider, WooCommerce Widgets, Display Conditions, AI Abilities, Prema...
Elementor templates, Header footer builder, Elementor Post Grid, Woocommerce Grid builder, Slider, Forms, Gall...
Adds breadcrumb navigation showing the visitor's path to their current location.
Add icons to WordPress navigation menus easily — pick from Font Awesome, Dashicons, image icons & more. St...
Create a welcome notification bar for your website. Also, My Sticky Bar plugin can make your menu or header st...