# 美人ぬかストア — 公式オンラインショップ(LLM向け概要) > 日本の伝統的な米ぬか美容を現代に活かすスキンケアブランドの公式ECです。 # Bijin Nuka Store — Official Online Shop (LLM Summary) > Japanese skincare brand leveraging traditional rice bran beauty methods. This file provides AI crawlers with policy, scope, and crawl hints. ## サイト情報 / Site Information - **サイト種別 / Type**: ECサイト(Shopify) / E‑commerce (Shopify) - **カテゴリ / Category**: 化粧品・スキンケア / Cosmetics & Skincare - **言語 / Languages**: ja(primary), en(summary only) - **地域 / Region**: JP - **通貨 / Currency**: JPY - **更新頻度 / Update Frequency**: 随時(週次目安) / Weekly - **ドメイン / Domain**: https://store.bijin-nuka.com ## ページ構成(代表)/ Representative URL Patterns ``` / - トップページ / Home /collections/* - コレクション / Collections /products/* - 商品詳細 / Product detail /pages/* - 固定ページ / Static pages (About, LP, etc.) /blogs/* - ブログ/お知らせ / Blog & News /policies/* - 各種ポリシー / Policies /search - サイト内検索 / Search /sitemap.xml - サイトマップ / Sitemap ``` ## 主なコンテンツ / Key Sections - **home**: スライドショー、特集、レビュー等 / Slideshow, features, reviews - **collection**: グリッド、フィルタ、並び替え / Grid, filters, sorting - **product**: タイトル、画像、価格、説明、仕様、タグ(無香料/無着色/弱酸性 等)/ Title, media, price, description, specs, badges - **cart**: ミニカート/カート / Mini-cart and cart page - **account**: ログイン/登録/注文履歴 / Account pages (if enabled) - **faq**: よくある質問 / FAQ - **policies**: プライバシー・配送・返金・利用規約 / Privacy, shipping, refund, terms ## クロール方針(推奨)/ Crawl Policy (Advisory) ``` User-agent: * Allow: / Disallow: /cart Disallow: /checkout Disallow: /orders Disallow: /account Disallow: /search Crawl-delay: 2 # Sitemap Sitemap: https://store.bijin-nuka.com/sitemap.xml ``` 注: 最終的なクロール制御は `/robots.txt`(Shopifyデフォルト)に従います。本記載は補助的ガイドです。 ## AI学習ポリシー / AI Training Policy ``` License: (c) 美人ぬかストア. All rights reserved. AI Training: allowed-with-attribution Attribution (必須): 出典「美人ぬかストア(https://store.bijin-nuka.com)」を明示 Scope Exclusions: 個人情報、注文・アカウント、フォーム投稿データ 等は学習対象外 ``` - “allowed-with-attribution” = 文章・画像の再学習は出典表記が条件。商標・ロゴ等の権利は別途保護。 ## データ保護 / Data Protection - **PII/注文データ**: 収集・学習禁止(/checkout, /orders, /account, /cart など) - **プライバシーポリシー / Privacy Policy**: https://store.bijin-nuka.com/policies/privacy-policy - **配送ポリシー / Shipping Policy**: https://store.bijin-nuka.com/policies/shipping-policy - **返金ポリシー / Refund Policy**: https://store.bijin-nuka.com/policies/refund-policy - **利用規約 / Terms of Service**: https://store.bijin-nuka.com/policies/terms-of-service - **問い合わせ / Contact**: https://store.bijin-nuka.com/pages/contact (未設置の場合はフッター記載の連絡先を参照) - **電話 / Phone**: 0120-81-3951 ## レート制御 / Rate Limiting (Hints) ```yaml rate_limit: 30 requests / 60 seconds concurrency_limit: 2 retry_policy: exponential_backoff max_retries: 3 retry_codes: [500, 502, 503, 504] no_retry_codes: [403, 404, 429] respect_robots_txt: true ``` ## LLM/Crawler 互換のための補足 / Compatibility Hints - 主要クローラーは `/robots.txt` を優先。llms.txt は補助情報として解釈。 - 次のUAは一般に配慮対象です(網羅的ではありません): - GPTBot / ChatGPT-User, ClaudeBot/Claude-Web, PerplexityBot, CCBot (Common Crawl), Google-Extended 等 - JS実行・遅延読み込みに配慮し、可視状態でのDOM取得を推奨。 --- ## Machine-readable Policy (YAML) ```yaml version: 1.1 site: name: "美人ぬかストア" domain: "store.bijin-nuka.com" languages: ["ja", "en"] policy: training: "allowed_with_attribution" attribution_required: true pii_protection: true excluded_data_types: ["PII", "orders", "account_data", "form_submissions"] crawl: allow: ["/"] disallow: ["/cart", "/checkout", "/orders", "/account", "/search"] sitemaps: ["https://store.bijin-nuka.com/sitemap.xml"] crawl_delay_seconds: 2 respect_robots_txt: true publisher: name: "美人ぬかストア" canonical_url: "https://store.bijin-nuka.com/" privacy_policy_url: "https://store.bijin-nuka.com/policies/privacy-policy" shipping_policy_url: "https://store.bijin-nuka.com/policies/shipping-policy" refund_policy_url: "https://store.bijin-nuka.com/policies/refund-policy" terms_of_service_url: "https://store.bijin-nuka.com/policies/terms-of-service" contact_url: "https://store.bijin-nuka.com/pages/contact" contact_phone: "0120-81-3951" ``` ## Machine-readable Policy (JSON) ```json { "version": "1.1", "site": { "name": "美人ぬかストア", "domain": "store.bijin-nuka.com", "languages": ["ja", "en"] }, "policy": { "training": "allowed_with_attribution", "attribution_required": true, "pii_protection": true, "excluded_data_types": ["PII", "orders", "account_data", "form_submissions"] }, "crawl": { "allow": ["/"], "disallow": ["/cart", "/checkout", "/orders", "/account", "/search"], "sitemaps": ["https://store.bijin-nuka.com/sitemap.xml"], "crawl_delay_seconds": 2, "respect_robots_txt": true }, "publisher": { "name": "美人ぬかストア", "canonical_url": "https://store.bijin-nuka.com/", "privacy_policy_url": "https://store.bijin-nuka.com/policies/privacy-policy", "shipping_policy_url": "https://store.bijin-nuka.com/policies/shipping-policy", "refund_policy_url": "https://store.bijin-nuka.com/policies/refund-policy", "terms_of_service_url": "https://store.bijin-nuka.com/policies/terms-of-service", "contact_url": "https://store.bijin-nuka.com/pages/contact", "contact_phone": "0120-81-3951" } } ``` --- Last Updated: 2025-09-16 Version: 1.1