Skip to main content

breadcrumb

Use when auditing metadata, crawlability, structured data, or indexability related to Implement valid BreadcrumbList schema. Verify the rendered HTML and HTTP response rather than relying only on source files.

설치로 이동

소스 정보

저장소
thedaviddias/Front-End-Checklist
최근 소스 활동
2026년 6월 9일 20:15
감지된 SKILL.md 언어
영어
스타
74,218
포크
6,742

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
2 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
breadcrumb
description
Use when auditing metadata, crawlability, structured data, or indexability related to Implement valid BreadcrumbList schema. Verify the rendered HTML and HTTP response rather than relying only on source files.
metadata
{"category":"seo","priority":"medium","difficulty":"intermediate","estimatedTime":"10","source":"frontendchecklist.io","url":"https://frontendchecklist.io/en/rules/seo/breadcrumb"}
# Implement valid BreadcrumbList schema Breadcrumbs help search engines understand your site's structure and often appear in search results, improving navigation and click-through rates. ## Quick Reference - Add `BreadcrumbList` structured data only when the page has a visible, meaningful breadcrumb trail - Ensure the breadcrumb path matches the visible trail and the site's logical hierarchy - Use JSON-LD to mark up each item in the breadcrumb trail correctly ## Check Verify that the page contains valid `BreadcrumbList` structured data matching the visible breadcrumbs. ## Fix Implement a JSON-LD script that defines each level of the page's hierarchy using `ListItem` properties. ## Explain Explain how breadcrumb schema replaces URLs in search results with a more readable navigation path. ## Code Review Review metadata generation, rendered HTML, structured data, and response headers related to Implement valid BreadcrumbList schema. Flag exact routes or templates where search-facing output violates the rule, and describe how to verify the final page output. --- For full implementation details, code examples, and framework-specific guidance, see `references/rule.md`. Rule page: https://frontendchecklist.io/en/rules/seo/breadcrumb
GitHub에서 보기