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

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

## 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
5. https://bangshengwl.com/llms/routes-delta.json
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
- core_ready_routes: https://bangshengwl.com/llms/routes-index.json?layer=core
- district_ready_routes: https://bangshengwl.com/llms/routes-index.json?layer=district
- town_ready_routes: https://bangshengwl.com/llms/routes-index.json?layer=town
- delta_ready_routes: https://bangshengwl.com/llms/routes-delta.json

## 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
- routes-index 与 routes-delta 的成员均来自同一个权威 Ready Route Projection。
- CURRENT_RELEASE_STANDARD 是唯一内容发布闸门；三个搜索交付资格字段由同一次锁定事务派生，LLMS、Sitemap 与推送层不再重新评分。
- Ready Snapshot 只是严格发布交集的派生缓存；分层、分片容量和旧 qualityMin 参数都不能增加或删除 Ready 成员。
- route_facts 必须具备起终点、里程、时效、服务类型、报价口径、canonical 与 fact_checksum；正文中的城市、公里数和报价表时效不得与 facts 冲突。
- quality、facts 与 schema 字段用于解释已发布文档和发现异常，不构成下游第二套内容门禁。
- 前台 /routes/{slug}、LLMS alternate、Sitemap 与推送候选都消费同一个权威 Ready 成员身份。
- serviceType、layer=core/district/town 与 routes-delta 时间窗口只是权威 Ready 成员的查询视图。
- 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，说明该线路不是当前权威 Ready 成员，不建议引用。
- 今日头条未确认官方稳定 API 前，不使用伪直连；百度与 IndexNow 推送只面向已通过门禁的 URL。

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

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

source: https://bangshengwl.com
- index_updated_at: omitted because this document is generated at request time; use each route's updatedAt/lastmod from routes-index and detail JSON.