# Tikita > AI character chat and interactive story platform. Users chat with AI characters, create original stories, and share voice-driven interactive narratives. Available in 6 languages (ko/en/ja/zh-TW/th/vi). ## About - Domain: https://tikita.ai - Supported locales: ko, en, ja, zh-TW, th, vi - Default locale: ko - URL pattern: https://tikita.ai/{locale}/... - Content model: User-generated stories + characters, text + voice chat logs, creator profiles, blog posts. ## Key pages - [Home](https://tikita.ai/ko): Landing with featured characters and story categories. - [Story catalog](https://tikita.ai/ko/filter): Browse all stories by category or tag. - [Rankings](https://tikita.ai/ko/ranking): Trending characters and top-ranked stories. - [New releases](https://tikita.ai/ko/new): Recently published characters. - [Follow](https://tikita.ai/ko/follow): Followed and recommended creators. - [Blog](https://tikita.ai/ko/blog): Platform updates, creator interviews, usage guides. - [Support / FAQ](https://tikita.ai/ko/support/faq): Frequently asked questions. - [Notice](https://tikita.ai/ko/support/notice): Service announcements. ## Content types - Story detail: https://tikita.ai/{locale}/story/{short_id} — Individual character profile + chat entry point. short_id is 8 chars. - Creator profile: https://tikita.ai/{locale}/creator/{referral_code} — User profile with published stories. - Creator post: https://tikita.ai/{locale}/creator/post/{short_id} — Individual creator blog post. - Chat log (public share): https://tikita.ai/{locale}/chat/logs/{short_id} — Shared conversation snapshot. - Blog post: https://tikita.ai/{locale}/blog/{slug} — Editorial/announcement articles. ## Sitemaps - Index: https://tikita.ai/sitemap.xml - Static pages: https://tikita.ai/sitemap-static.xml - Stories: https://tikita.ai/sitemap-stories.xml - Creators: https://tikita.ai/sitemap-creators.xml - Categories: https://tikita.ai/sitemap-categories.xml - Blog: https://tikita.ai/sitemap-blog.xml ## Crawler guidance - User-facing content is under /{locale}/ prefix (ko, en, ja, zh-TW, th, vi). Always include the locale. - /admin, /api, /dev, /auth, /my are blocked (see robots.txt). - Canonical URLs include locale prefix. hreflang alternates are provided for localized pages. - UGC content (stories/creators/chat logs) redirects non-original locale requests to the original language via 308. Follow redirects to reach canonical content.