検索して、見つけて、停める — ブラウザだけで完結する Parky Search, find, park — Parky for the browser
Parky Web版は parky.co.jp で公開される一般ユーザー向け駐車場検索ポータルです。
SEO を最重要 KPI として位置づけ、駐車場ごとのスポットページ、都道府県〜市区町村〜エリア階層のハブページ、
シーン別ランディングページを大量に生成します。検索・地図表示は Astro Islands として
JavaScript にハイドレートされ、Mapbox GL JS 上で駐車場を探索できます。
The Parky Web App is the public parking search portal served at parky.co.jp.
SEO is the primary KPI — we render per-lot spot pages, geographic hub pages
(prefecture → city → area), and scene-based landing pages at build time.
Search and map are hydrated as Astro Islands powered by Mapbox GL JS.
本ドキュメントの読み方How to use this documentation
アーキテクチャArchitecture
Astro + Islands 構成、ビルド時データフェッチ、Mapbox連携の全体像。
Astro + Islands, build-time data fetch, and the Mapbox integration.
機能一覧Features
スポット検索、地図、ハブ、シーン、メディア等の全機能カタログ。
Spot search, map, hubs, scenes, media — every user-facing feature.
画面カタログPage catalog
全ページのURL構造、目的、ビルド時生成ロジック。
URL structure, purpose, and build logic for every page.
データモデルData model
Web版がビルド時に参照するテーブルとクエリパターン。
Tables and query patterns used at build time by the web app.
SEO・監視SEO & monitoring
構造化データ、sitemap、404監視、Core Web Vitals対応。
Structured data, sitemaps, 404 monitoring, and Core Web Vitals.
デプロイDeployment
Xserver 向けビルド・rsync、GitHub Actions の構成。
How we build for Xserver, rsync, and GitHub Actions.
プロダクトの位置づけProduct positioning
- 対象: 駐車場を探している一般ユーザー(事前計画・直前検索の両方)
- Audience: general users looking for parking (both pre-plan and last-minute).
- 主要指標: オーガニック流入数、検索→詳細遷移率、地図インタラクション率
- Key metrics: organic traffic, search → detail CTR, map interaction rate.
- 差別化: Parky モバイルアプリへの自然な導線、豊富な静的ランディング
- Differentiation: smooth handoff to the mobile app, rich static landings.
ソースコードSource code
parky/web/home/(/media/ ルートは parky/web/media/pages/media/ を link-external 経由で参照)