-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat(breadcrumbs): add seo breadcrumbList schema #212
base: main
Are you sure you want to change the base?
Conversation
add seo breadcrumbList schema
Compiled a new version demo. |
@@ -83,22 +97,33 @@ const Breadcrumbs: FC<BreadcrumbsProps> = ({ | |||
hiddenBreadcrumbs.map((breadcrumb, i) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to keep breadcrumbs in the DOM and hide it with css? If dom is not available in server side rendered html, it might cause crawling issues.
cc @Nazzanuk
Compiled a new version demo. |
Pull Request Test Coverage Report for Build 5256111206
💛 - Coveralls |
Coverage report
Show new covered files 🐣
Show files with reduced coverage 🔻
Test suite run success402 tests passing in 57 suites. Report generated by 🧪jest coverage report action from 67bce36 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
67bce36
to
d22827b
Compare
Compiled a new version demo. |
add seo breadcrumbList schema
Pull Request
Description
Describe your changes (or add ticket description) and add relevant screenshots
Type of change
How do I test this
Checklist
Did you remember to take care of the following?
npm i
– for new NPM dependencies.npm run lint
- to check for linting issuesnpm run test
- to run unit testsnpm run test:sh:docker
- to run screenshot tests, detail instructionNew Feature / Bug Fix
Thanks for contributing!