Page 1 of 3

[Plugin] SEO Breadcrumbs

Posted: Fri Apr 27, 2018 5:24 pm
by bayerberg
SEO Breadcrumbs
https://github.com/Bayerberg/bludit-seobreadcrumbs
tested on bludit 2.3.4

Breadcrumbs as prescribed by http://schema.org/BreadcrumbList

Plugin handles pages with or without children. If your theme supports it theres and option to display breadcrumb trail on home page

Breadcrumbs have their own css and adapt to your current theme.

Re: [Plugin] SEO Breadcrumbs

Posted: Sat Apr 28, 2018 2:01 am
by Edi
Thank you also for this contribution! I added it to the repository.

But one question: What is licence C?

Re: [Plugin] SEO Breadcrumbs

Posted: Mon Apr 30, 2018 12:18 pm
by bayerberg
need to update that, by default I add full copyright to anything i write, this one needs to be at least MIT :)

Re: [Plugin] SEO Breadcrumbs

Posted: Sat Sep 08, 2018 12:22 am
by Torsten_Kelsch
I made your plugin work with Bludit 3, see attachment.

Re: [Plugin] SEO Breadcrumbs

Posted: Tue Sep 11, 2018 6:09 pm
by bayerberg
thanks, was about to do that myself :)

there will be another take on breadcrumbs, working on a bigger plugin.

Re: [Plugin] SEO Breadcrumbs

Posted: Tue Sep 11, 2018 9:03 pm
by Torsten_Kelsch
bayerberg wrote: Tue Sep 11, 2018 6:09 pm thanks, was about to do that myself :)
You’re welcome!
there will be another take on breadcrumbs, working on a bigger plugin.
I'm glad to hear that, it sounds promising. It would be nice to be able to place the breadcrumbs wherever needed (by a piece of code in the theme or so), although it’s quite all right above the main content, as is now.

Re: [Plugin] SEO Breadcrumbs

Posted: Sun Sep 30, 2018 3:12 pm
by Torsten_Kelsch
In final Bludit 3, there are more errors shown when using this plugin. I tried to fix them, but the line

Code: Select all

$html .= 'Page '.Paginator::currentPage().' of '.Paginator::amountOfPages();
causes an error still. I had to comment it out. I don’t even know if my changes are correct, but at least for me the plugin works now.

@bayerberg:
Would be great if you could take a look at it yourself, your programming skills are much better than mine, which are weak.

Re: [Plugin] SEO Breadcrumbs

Posted: Mon Oct 01, 2018 9:54 am
by bayerberg
will do, thanks for poking me ;) Something bigger is coming, thats why I'm not so active lately. All plugins will be ported to v3. along with themes I didn't post here yet.

Re: [Plugin] SEO Breadcrumbs

Posted: Thu Aug 12, 2021 6:36 am
by Hyknuf
Hi all,

I am trying to get this Plugin running. Google Rich-Text Testtool replies with two errors:
itemListElement

- Feld "item" fehlt

- Entweder "name" oder "item.name" müssen angegeben werden

Code: Select all

<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a href="https://url/blog/kategorie/tipps-tricks">Tipps & Tricks</a><meta itemprop="position" content="2" /></li>
Any idea to fix this? I can't figure out how to.

Thanks in advance!

Re: [Plugin] SEO Breadcrumbs

Posted: Thu Aug 12, 2021 12:48 pm
by Edi
Which version of the plugin do you use?