Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

esraltintas
Copy link
Contributor

add seo breadcrumbList schema

Pull Request

Description

Describe your changes (or add ticket description) and add relevant screenshots

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Documentation change

How do I test this

  • Add steps to test
  • in bullet point format
  • preferably you can add link to the storybook build in the PR

Checklist

Did you remember to take care of the following?

  • npm i – for new NPM dependencies.
  • npm run lint - to check for linting issues
  • npm run test - to run unit tests
  • npm run test:sh:docker - to run screenshot tests, detail instruction

New Feature / Bug Fix

  • Run unit tests to ensure all existing tests are still passing.
  • Add new passing unit tests to cover the code introduced by your pr.

Thanks for contributing!

@esraltintas esraltintas requested a review from ayhansipahi May 26, 2023 16:41
@esraltintas esraltintas self-assigned this May 26, 2023
@auto-assign auto-assign bot requested a review from nathanjamal May 26, 2023 16:41
@github-actions
Copy link

Compiled a new version demo.

@@ -83,22 +97,33 @@ const Breadcrumbs: FC<BreadcrumbsProps> = ({
hiddenBreadcrumbs.map((breadcrumb, i) => {
Copy link
Contributor

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

@github-actions
Copy link

Compiled a new version demo.

@github-actions
Copy link

github-actions bot commented Jun 12, 2023

Pull Request Test Coverage Report for Build 5256111206

  • 3 of 3 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.03%) to 92.233%

Totals Coverage Status
Change from base Build 5212697865: 0.03%
Covered Lines: 1674
Relevant Lines: 1738

💛 - Coveralls

@github-actions
Copy link

github-actions bot commented Jun 12, 2023

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 96.1% 1875/1951
🟢 Branches 81.21% 523/644
🟢 Functions 82.56% 161/195
🟢 Lines 96.32% 1674/1738
Show new covered files 🐣
St.
File Statements Branches Functions Lines
🟢
... / Breadcrumbs.constants.ts
100% 100% 100% 100%
🟢
... / Divider.tsx
100% 100% 100% 100%
Show files with reduced coverage 🔻
St.
File Statements Branches Functions Lines
🟢
... / Slider.tsx
96.43%
61.54% (-25.96% 🔻)
100% 96.15%

Test suite run success

402 tests passing in 57 suites.

Report generated by 🧪jest coverage report action from 67bce36

@esraltintas esraltintas requested a review from ayhansipahi June 12, 2023 18:17
Copy link
Contributor

@ayhansipahi ayhansipahi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when I check micro data on rich data validator
data on mobile and desktop is not matching.

additionally on desktop view micro data is not valid.

mobile

desktop

@github-actions
Copy link

Compiled a new version demo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants