[Plugin] SEO Breadcrumbs

User avatar
bayerberg
Master Bludit
Posts: 141
Joined: Wed Jun 07, 2017 1:05 pm
Location: London, UK
Has thanked: 7 times
Been thanked: 10 times
Contact:

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.
bludit plugins and themes - makeitblu | I do things, check them out on behance and dribbble.
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Thank you also for this contribution! I added it to the repository.

But one question: What is licence C?
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
bayerberg
Master Bludit
Posts: 141
Joined: Wed Jun 07, 2017 1:05 pm
Location: London, UK
Has thanked: 7 times
Been thanked: 10 times
Contact:

need to update that, by default I add full copyright to anything i write, this one needs to be at least MIT :)
bludit plugins and themes - makeitblu | I do things, check them out on behance and dribbble.
User avatar
Torsten_Kelsch
Legend Bludit
Posts: 263
Joined: Thu Aug 27, 2015 10:24 pm
Location: Germany
Has thanked: 4 times
Been thanked: 2 times
Contact:

I made your plugin work with Bludit 3, see attachment.
Attachments
plugin.php.zip
(1.66 KiB) Downloaded 199 times
On Error GoTo Bed
User avatar
bayerberg
Master Bludit
Posts: 141
Joined: Wed Jun 07, 2017 1:05 pm
Location: London, UK
Has thanked: 7 times
Been thanked: 10 times
Contact:

thanks, was about to do that myself :)

there will be another take on breadcrumbs, working on a bigger plugin.
bludit plugins and themes - makeitblu | I do things, check them out on behance and dribbble.
User avatar
Torsten_Kelsch
Legend Bludit
Posts: 263
Joined: Thu Aug 27, 2015 10:24 pm
Location: Germany
Has thanked: 4 times
Been thanked: 2 times
Contact:

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.
On Error GoTo Bed
User avatar
Torsten_Kelsch
Legend Bludit
Posts: 263
Joined: Thu Aug 27, 2015 10:24 pm
Location: Germany
Has thanked: 4 times
Been thanked: 2 times
Contact:

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.
Attachments
plugin.php.zip
(1.64 KiB) Downloaded 189 times
On Error GoTo Bed
User avatar
bayerberg
Master Bludit
Posts: 141
Joined: Wed Jun 07, 2017 1:05 pm
Location: London, UK
Has thanked: 7 times
Been thanked: 10 times
Contact:

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.
bludit plugins and themes - makeitblu | I do things, check them out on behance and dribbble.
Hyknuf
Sr. Bludit
Posts: 37
Joined: Fri Feb 05, 2021 2:56 pm

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!
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Which version of the plugin do you use?
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
Post Reply