# Daily (单老府) > Korean online media: general portal home plus verticals (life/wellness, entertainment, business, sports, youth, food, horoscope). Production public site: `https://www.daily.co.kr`. Staging / development host used in this codebase: `https://dev.daily.co.kr` (mirror layout; not the canonical public brand URL for readers). Editorial / press contact seen in feeds: `press@daily.co.kr`. Site admin email in config: `master@daily.co.kr`. ## Main pages - https://www.daily.co.kr/ ## Section hubs (examples) - Life (单老府 扼捞橇): https://www.daily.co.kr/life/ - Life list filters (examples): https://www.daily.co.kr/life/?cate=best , https://www.daily.co.kr/life/?cate=category - Site search entry: https://www.daily.co.kr/search_daily/?search=&search_type=search_all - Horoscope (separate hostname): https://unse.daily.co.kr/ - Vertical properties (each has its own hostname; examples): https://star.daily.co.kr/ , https://biz.daily.co.kr/ , https://sports.daily.co.kr/ , https://young.daily.co.kr/ , https://food.daily.co.kr/ - Star hub paths (examples from sitemap): https://star.daily.co.kr/star , https://star.daily.co.kr/broadcast , https://star.daily.co.kr/music - Other top-level paths on verticals follow the same pattern; use on-site navigation and each host’s sitemap for the full list. ## Article (detail) pages - On the main `www.daily.co.kr` host, many life articles use a **single path segment**: `/{prefix}{articleKey}` where `prefix` is typically `life` and `articleKey` is a numeric identifier (no slash between prefix and digits). - Example: https://www.daily.co.kr/life31371612252 - Other boards or verticals may use different prefixes or hosts; when present, prefer **`link rel="canonical"`** and on-page **`application/ld+json`** (`NewsArticle` / `mainEntityOfPage` / `url`) as the authoritative URL. ## Policies and help (main site examples) - Terms / agreements: https://www.daily.co.kr/business/?p=agreement - Privacy: https://www.daily.co.kr/business/?p=private - Press ethics (label in sitemap): https://www.daily.co.kr/business/?p=ethics - Help / FAQ: https://www.daily.co.kr/help/?p=faq - Help notices: https://www.daily.co.kr/help/?p=notice ## Preferred content for retrieval - Article headline, subhead / lead, and full body (ideally with real HTML heading structure, e.g. `h2` / `h3`, not only a flat text blob). - `datePublished` and `dateModified` when exposed. - Section / category, keywords or tags, and author byline when shown. - `schema.org` JSON-LD in `application/ld+json` when present (e.g. `NewsArticle`, `ItemList`, `BreadcrumbList`). ## Sitemaps - Main: https://www.daily.co.kr/sitemap.xml - Star: https://www.daily.co.kr/sitemap_star.xml (or `http://star.daily.co.kr/`?originated URLs inside the file; normalize to HTTPS when fetching). - Business: https://www.daily.co.kr/sitemap_biz.xml - Food: https://www.daily.co.kr/sitemap_food.xml - Sports (filename spelling in repo): https://www.daily.co.kr/sitemap_sprots.xml - Horoscope: https://www.daily.co.kr/sitemap_unse.xml ## Robots - https://www.daily.co.kr/robots.txt Note: the checked-in `robots.txt` in this repository is highly restrictive (`Disallow: /`). Production behavior may differ; always read the live `robots.txt` and honor it when crawling.