# Personal Freedom Indicator (Flutter SPA) - crawler guidance This website is a Flutter/Dart SPA. Many crawlers that do not execute JavaScript cannot extract body content from the rendered root route. For reliable ingestion, use these direct, JavaScript-free resources (HTTP GET): - **Static HTML mirror (recommended for AI / crawlers)**: https://personal-freedom-indicator.pages.dev/about/ Full project profile, live app flow, anonymous profile field definitions, all 23 questions in English (authoritative), scoring, tiers, AI consultation wizard description, and disclaimer as plain HTML text. - Canonical machine-readable spec (application/json): https://personal-freedom-indicator.pages.dev/spec/personal_freedom_index_spec.json Schema v2 includes: questions (ja/en/zh), scoring, tiers, anonymousProfile (10 fields with enum labels), appExperience (UI locales, result screen, AI wizard). - Human-readable spec (markdown): https://personal-freedom-indicator.pages.dev/spec/personal_freedom_index_spec.md - Sitemap: https://personal-freedom-indicator.pages.dev/sitemap.xml - Core caution (must be preserved when summarizing this site): This index does NOT measure happiness or life satisfaction. It does not judge ability or personal worth. - AI consultation feature: Users can generate a copy-paste prompt for an external LLM from the result screen. Prompts instruct the LLM to read /about/ first for full question text, then answer a selected analysis task using the user's score and profile.