prymitive / bootstrap-breadcrumbs

Django template tags for easy breadcrumbs using twitter bootstrap css classes or custom template
django-bootstrap-breadcrumbs.readthedocs.org
MIT License
92 stars 47 forks source link

the templates aren't support to rich snippets #30

Closed lcmartinezdev closed 6 years ago

lcmartinezdev commented 7 years ago

the templates aren't support to rich snippets in the next link you can see the implementation examples and info: https://developers.google.com/search/docs/data-types/breadcrumbs

prymitive commented 7 years ago

I'm not sure what do you request here. Templates provided with the package are basic templates for bootstrap and they are based on bootstrap docs. The goal of those template is to support most common cases, if you have special needs use a custom template and point BREADCRUMBS_TEMPLATE to it.

lcmartinezdev commented 7 years ago

The rich snippets are important for SEO, and I think that bootstrap-breadcrumbs should be SEO friendly.

prymitive commented 7 years ago

If it's important to you then feel free to raise a pull request. Thanks