diglactic / laravel-breadcrumbs

Laravel Breadcrumbs - A simple Laravel-style way to create breadcrumbs.
https://packagist.org/packages/diglactic/laravel-breadcrumbs
MIT License
868 stars 63 forks source link

Add SEO BreadcrumbList schema #77

Closed aroon9002ahmed closed 9 months ago

aroon9002ahmed commented 9 months ago

This update will effect on SEO according to https://schema.org/BreadcrumbList

shengslogar commented 9 months ago

Thanks for your PR! I would expect most applications implementing this package to be behind a login screen and not worried about SEO. I'd rather make this sort of thing opt-in.

As a workaround, this package already contains a json-ld Blade file (usage) that follows the spec you linked. You will need to call Breadcrumbs::render twice: once for your human-readable crumbs, and again to output JSON-LD.

Open to reconsidering once there's more interest in this change.