-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: breadcrumb should support an ordered list (SEO) #1569
Comments
digitalcortex
changed the title
bug: tag inside breadcrumb container should be an ordered list
bug: tag inside breadcrumb container should be an ordered list (SEO issue)
Feb 1, 2023
digitalcortex
changed the title
bug: tag inside breadcrumb container should be an ordered list (SEO issue)
bug: tag inside breadcrumb container should be an ordered list (SEO)
Feb 1, 2023
digitalcortex
changed the title
bug: tag inside breadcrumb container should be an ordered list (SEO)
bug: breadcrumb should support an ordered list (SEO)
Feb 1, 2023
amirsinaa
added a commit
to amirsinaa/daisyui
that referenced
this issue
Mar 1, 2023
Hi, |
Thank you @amirsinaa. This will be merged today |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of daisyUI are you using?
v2.49.0
Describe your issue
I tried using breadcrumbs from example page but the source code is written with
<ul>
. Changing<ul>
to<ol>
didn't help probably because DaisyUI does not include style definitions for an ordered list inside the breadcrumb tag.Using ordered list
<ol>
for breadcrumbs is semantically better and may be important for SEO. By using ordered list you are telling the search engine that the order of the links inside your breadcrumb is important. Ordered list for breadcrumbs creates a meaningful hierarchy for your internal navigationIs there any way to update class definition to support
<ol>
tags as well?What browsers are you seeing the problem on?
No response
Reproduction URL (optional)
No response
The text was updated successfully, but these errors were encountered: