Noori Breadcrumb Shortcode

Description

Noori Breadcrumb Shortcode is a lightweight breadcrumb navigation plugin for WordPress. It helps website owners display clean, SEO-friendly breadcrumb links anywhere on a WordPress website using a simple shortcode.

Use the shortcode below to display breadcrumbs:

[noori_breadcrumb]

The plugin supports posts, pages, categories, tags, archive pages, custom post types, and custom taxonomies. It also supports parent page hierarchy and category hierarchy, making it useful for websites that need simple and structured navigation.

Noori Breadcrumb Shortcode includes Schema.org BreadcrumbList markup in the fallback breadcrumb output. This helps search engines better understand the page hierarchy and navigation structure of your website.

The plugin is designed for users who want breadcrumb navigation without complex setup. It works with the WordPress block editor, classic editor, widgets, templates, and page builders that support WordPress shortcodes.

Features

  • Simple breadcrumb shortcode: [noori_breadcrumb]
  • Works with posts, pages, categories, tags, archives, and custom post types
  • Supports parent page hierarchy
  • Supports category hierarchy
  • Includes Schema.org BreadcrumbList markup
  • Optional home link
  • Custom home label
  • Custom separator
  • Lightweight frontend output
  • Enqueued public stylesheet
  • Optional Yoast SEO breadcrumb output when Yoast SEO breadcrumbs are active

This plugin is not affiliated with or endorsed by Yoast SEO.

Shortcode Examples

Basic usage:

[noori_breadcrumb]

Use a custom separator:

[noori_breadcrumb separator="/"]

Hide the home link:

[noori_breadcrumb home="no"]

Use a custom home label:

[noori_breadcrumb home_label="Homepage"]

Installation

  1. Upload the plugin folder to /wp-content/plugins/, or install the plugin ZIP through the WordPress Plugins screen.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Go to Settings > Noori Breadcrumbs to configure default options.
  4. Add [noori_breadcrumb] to any post, page, widget, template, or page builder shortcode block.

FAQ

How do I display breadcrumbs?

Add the shortcode [noori_breadcrumb] wherever you want breadcrumbs to appear.

Does it work with page builders?

Yes. Add a shortcode widget or shortcode block and place [noori_breadcrumb] inside it.

Does it include schema markup?

Yes. The fallback breadcrumb output includes Schema.org BreadcrumbList markup.

Can I change the separator?

Yes. You can set a default separator in the plugin settings or use the shortcode attribute:

[noori_breadcrumb separator="|"]

Can I hide the Home link?

Yes. Use:

[noori_breadcrumb home="no"]

Can I change the Home label?

Yes. You can change the Home label from the plugin settings or use the shortcode attribute:

[noori_breadcrumb home_label="Homepage"]

Does it work with Yoast SEO?

Yes. If Yoast SEO breadcrumbs are active and enabled, the plugin can output Yoast SEO breadcrumbs. This plugin is not affiliated with or endorsed by Yoast SEO.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Noori Breadcrumb Shortcode” adalah perisian sumber terbuka. Orang-orang berikut telah menyumbang kepada pemalam ini.

Penyumbang

Changelog

1.10

  • Initial WordPress.org release.
  • Added shortcode-based breadcrumb output.
  • Added Schema.org BreadcrumbList markup.
  • Added settings for separator, home label, and home visibility.
  • Added enqueued public stylesheet.
  • Added optional Yoast SEO breadcrumb integration.