开发者 | krnmsaikrishna |
---|---|
更新时间 | 2021年4月5日 18:56 |
捐献地址: | 去捐款 |
PHP版本: | 3.0.1 及以上 |
WordPress版本: | 5.7 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
seo-breadcrumbs
package and upload the file to your WordPress installation’s plugins
folder.Settings -> SEO Breadcrumbs
Widgets -> SEO Breadcrumbs
Developer Mode : add below code on your theme template file where you want.
<?php if ( function_exists( 'seo_breadcrumbs' ) ) { seo_breadcrumbs(); } ?>
Shortcode Mode : use the [seo-breadcrumbs]
shortcode for easy use.Breadcrumbs trail tracks and displays each page viewed by a visitor of a website, either in the order the pages were viewed, or in other definitions, displaying a hierarchy of the current page in relation to the website's structure. Breadcrumbs are typically placed, in horizontal form, under the masthead or navigation of a website.
Yes! You can see your website breadcrumbs on google search result or GRS ( Google Rich Snippet ). Once you use this plugin the google bots can crawl your breadcrumbs directly with in-bulid schema.org markup. So nothing to from your side.
Definitely! We have 8 different types of breadcrumbs styles. and also change colors very easily by color pickers of every options.
You can edit this settings on Dashboard >> SEO Breadcrumbs >> Separator Style and Home Style options directly.
You can follow this instructions. Go to Appearance > Widgets > SEO Breadcrumbs
enter the title and click on save. that's it!