# RESUMY JOBS - Job Search Platform > A Japanese job search platform with 10,000+ job listings across 17 occupation categories, 17 industry categories, and all 47 Japanese prefectures. ## Site Structure - `/` - Homepage with search, category navigation, and latest jobs - `/jobs` - Job search results with faceted filters (keyword, prefecture, occupation, industry, employment type, salary range) - `/jobs/[id]` - Individual job posting detail page with JobPosting structured data - `/categories/occupation/[slug]` - Jobs filtered by occupation category with FAQ schema - `/categories/industry/[slug]` - Jobs filtered by industry category with FAQ schema - `/prefectures/[slug]` - Jobs filtered by prefecture (region) with FAQ schema - `/api/search` - JSON search API endpoint - `/sitemap.xml` - Dynamic XML sitemap covering all pages ## Search Parameters The `/jobs` page accepts the following URL query parameters: - `keyword` - Free text search across job title, company name, description - `prefecture` - Japanese prefecture name (e.g., 東京, 大阪, 愛知) - `occupation` - Top-level occupation category name - `industry` - Top-level industry category name - `employment_type` - Employment type (正社員, 契約社員, 派遣社員, パート・アルバイト, 嘱託社員) - `salary_min` - Minimum annual salary in 万円 (e.g., 300, 500, 800) - `salary_max` - Maximum annual salary in 万円 - `page` - Page number for pagination (20 results per page) - `sort` - Sort field (last_updated_date, annual_salary_max, publish_start_date) ## Occupation Categories (職種) - ITエンジニア・PM - クリエイティブ・Web制作 - コンサルタント・士業 - マーケティング・企画・広報 - メディカル専門職 - 事務 - 営業・コールセンター・カスタマーサポート - 建設・不動産専門職 - 技能工・警備・清掃 - 機械・電気・電子・半導体 - 経営・管理・人事 - 販売・サービス - 軽作業・運送 - 金融専門職 - 食品・化粧品・日用品 - 化学・素材 - 公務員・公共職員・農林水産 ## Industry Categories (業界) - IT・Webサービス - SIer・通信 - エネルギー・インフラ関連 - コンサルティング - サービス(無形) - メディカル - メーカー(有形) - 不動産・建築・土木 - 人材・BPO - 商社 - 士業 - 広告・PR・マスコミ - 流通・小売 - 物流・運輸 - 製造業 - 金融・保険 - 行政・農林水産・その他 ## Employment Types (雇用形態) - 正社員 (Full-time) - 契約社員 (Contract) - 派遣社員 (Temporary) - パート・アルバイト (Part-time) - 嘱託社員 (Commissioned) ## Data Summary - Total jobs: 10,000+ - Each job includes: title, company, location, salary range, description, requirements, occupation/industry classification - Jobs are updated regularly with last_updated_date tracking ## Structured Data - JobPosting schema (schema.org) on each job detail page (Google for Jobs compatible) - BreadcrumbList schema on all pages - FAQPage schema on all category and prefecture pages