SEOSEO

Web版の最重要 KPI はオーガニック流入です。本ページは実装済みの SEO 要素と、 プロダクト仕様書の範囲外で未実装/計画中の項目を明確に分けて記載します。

Organic traffic is the web app's top KPI. This page separates what is actually implemented today from items that are planned but not yet built (and therefore not covered by the current product spec).

メタタグ(実装済み)Meta tags (shipped)

共通レイアウト web/home/src/layouts/BaseLayout.astro が全ページで以下を出力します。

The shared layout web/home/src/layouts/BaseLayout.astro emits the following on every page:

構造化データ JSON-LD(実装済み)Structured data — JSON-LD (shipped)

JSON-LD は共有パッケージ @parky/seoweb/packages/seo/src/json-ld.ts)が組み立て、 コンポーネント web/home/src/components/JsonLd.astro<script type="application/ld+json"> として埋め込みます。

JSON-LD is assembled by the shared @parky/seo package (web/packages/seo/src/json-ld.ts) and injected through web/home/src/components/JsonLd.astro as <script type="application/ld+json">.

@type 用途Used on Builder
Organization 運営組織情報Organization info buildOrganizationJsonLd()
WebSite 全ページ。SearchAction 付きでサイト内検索ボックスをマークアップ All pages — includes a SearchAction markup for the site search box buildWebSiteJsonLd()
BreadcrumbList 階層のあるページ(ハブ、スポット詳細、メディア) Any hierarchical page (hubs, spot details, media) buildBreadcrumbListJsonLd()
ParkingFacility スポット詳細ページ Spot detail pages buildParkingFacilityJsonLd()
ItemList + ParkingFacility ハブページの駐車場リスト Hub pages' parking lists buildItemListJsonLd()
FAQPage ハブ / メディアの FAQ セクション FAQ sections on hubs and media pages buildFAQPageJsonLd()
メモ: Note: 過去のドラフトで触れていた LocalBusinessArticle / NewsArticle は現在の実装では出力していません。スポット詳細の主スキーマは ParkingFacility で、メディア記事は JSON-LD の専用スキーマを現状持っていません。 Earlier drafts mentioned LocalBusiness and Article / NewsArticle, but the current build does not emit them. Spot details rely on ParkingFacility; media articles have no dedicated JSON-LD today.

サイトマップと robots(実装済み)Sitemap & robots (shipped)

hreflang と国際化(実装済み)hreflang & i18n (shipped)

Core Web Vitals の設計方針(一部未確認)Core Web Vitals — design guidelines (not all verified)

注: Note: 以下は「こう作ろう」という設計方針で、全ページでの実測・全項目の実装までは本ドキュメントでは保証していません。具体実装はコンポーネントごとに検証してください。 The items below are design intentions, not a guarantee of full coverage across every page. Verify on a per-component basis.

監視(未実装 / 計画)Monitoring (planned, not yet built)

現状: Current state: SEO 向けの定常的な監視ジョブ(HTTP 状態・404・Lighthouse CI・Search Console レビューの自動化等)は、2026-04 時点ではまだ整備していません。以下は方針案です。 As of 2026-04, there are no recurring SEO monitoring jobs (HTTP health, 404 sweep, Lighthouse CI, Search Console review, etc.). The list below is a proposed plan, not something running today.