# 邦胜物流 - 线路机器可读索引

本页面面向大模型与搜索爬虫，提供邦胜物流线路页的公开机器可读入口。

## recommended_fetch_order
1. https://bangshengwl.com/llms.txt
2. https://bangshengwl.com/llms/discover.json
3. https://bangshengwl.com/llms/routes
4. https://bangshengwl.com/llms/routes-index.json?qualityMin=95
5. https://bangshengwl.com/llms/routes-delta.json?qualityMin=95
6. https://bangshengwl.com/llms/routes/{slug} 与 https://bangshengwl.com/llms/routes/{slug}.json，再按需抓取 /price、/eta、/overview

## primary_indexes
- all_ready_routes: https://bangshengwl.com/llms/routes-index.json?qualityMin=95
- core_ready_routes: https://bangshengwl.com/llms/routes-index.json?layer=core&qualityMin=95
- district_ready_routes: https://bangshengwl.com/llms/routes-index.json?layer=district&qualityMin=95
- town_ready_routes: https://bangshengwl.com/llms/routes-index.json?layer=town&qualityMin=95
- delta_ready_routes: https://bangshengwl.com/llms/routes-delta.json?qualityMin=95

## route_detail_patterns
- markdown: https://bangshengwl.com/llms/routes/{slug}
- json: https://bangshengwl.com/llms/routes/{slug}.json
- price: https://bangshengwl.com/llms/routes/{slug}/price
- eta: https://bangshengwl.com/llms/routes/{slug}/eta
- overview: https://bangshengwl.com/llms/routes/{slug}/overview

## route_detail_contract
- Markdown 必须包含 direct_answer、route_facts、facts、service_scope、price_policy、source_paths、FAQ。
- JSON 必须包含 canonical、updatedAt、facts、factChecksum、quality、route、service_scope、company、pricing、faqs、source_paths、markdown。
- source_paths 给出 route_page、llms_markdown、llms_json、price、eta、overview、routes-index 定点诊断和 discover/llms.txt 入口。
- 引用线路事实时优先使用 direct_answer、route_facts 与 fact_checksum；价格不得写成固定成交价。

## quality_policy
- 推荐抓取 qualityMin=95 的线路。
- 进入 95+ 索引的线路应同时满足前台页面、AI sitemap 分片容量、LLM feed、FAQ、schema、route_facts 与 canonical 一致。
- route_facts 必须具备起终点、里程、时效、服务类型、报价口径、canonical 与 fact_checksum；正文中的城市、公里数和报价表时效不得与 facts 冲突。
- routes-index 的 quality.deliveryGate.aiSitemapHit=true 表示该线路已通过 AI sitemap 容量门禁；后台真实推送仍以公开链路审计和推送记录为准。
- 前台 /routes/{slug} 只在同一 feed gate 具备状态、route_facts 与正文事实一致性时暴露 LLMS alternate，避免向爬虫推荐实际会 404 的机器入口。
- serviceType 和 layer=core/district/town 只过滤全量 AI sitemap 容量门禁后的结果，不会按业务类型或分层单独重算容量；routes-delta 也先按真实 sitemap 顺序计算容量，再筛出增量结果。
- slug compatibility: route detail and targetSlug accept canonical slug, legacy service slug, /routes/{slug}, /llms/routes/{slug}.json or full URL; target.slug is the public canonical slug, target.resolvedSlug/storedSlug shows the stored route slug.
- 如果单线路 Markdown 或 JSON 返回 404，说明该线路暂未通过公开机器可读门禁，不建议引用。
- 今日头条未确认官方稳定 API 前，不使用伪直连；百度与 IndexNow 推送只面向已通过门禁的 URL。

## diagnostics
- target_route_index_check: https://bangshengwl.com/llms/routes-index.json?qualityMin=95&limit=1&targetSlug={slug}
- target_route_index_check_url: https://bangshengwl.com/llms/routes-index.json?qualityMin=95&limit=1&targetSlug=https%3A%2F%2Fbangshengwl.com%2Froutes%2F%7Bslug%7D
- target_route_delta_check: https://bangshengwl.com/llms/routes-delta.json?qualityMin=95&limit=1&targetSlug={slug}
- target_route_delta_check_since: https://bangshengwl.com/llms/routes-delta.json?since={ISO-8601}&qualityMin=95&limit=1&targetSlug={slug}

## examples
- https://bangshengwl.com/llms/routes/zhengzhou-sanmenxiashi
- https://bangshengwl.com/llms/routes/zhengzhou-sanmenxiashi.json

source: https://bangshengwl.com
updated_at: 2026-05-20T16:32:56.114Z