{"id":9084,"date":"2023-08-07T16:03:36","date_gmt":"2023-08-07T08:03:36","guid":{"rendered":"http:\/\/tiffanysmandarin.com\/?page_id=9084"},"modified":"2026-07-19T15:25:25","modified_gmt":"2026-07-19T07:25:25","slug":"resources-for-learning-chinese","status":"publish","type":"page","link":"https:\/\/tiffanysmandarin.com\/index.php\/resources-for-learning-chinese\/","title":{"rendered":"RESOURCES INDEX"},"content":{"rendered":"\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Resources \u2014 OneDotDot Chinese<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&#038;family=Noto+Serif+TC:wght@500;700&#038;family=Inter:wght@400;500;600&#038;family=Noto+Sans+TC:wght@400;500&#038;family=IBM+Plex+Mono:wght@500&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root{\n    --paper: #FFFFFF;\n    --paper-warm: #F6F5F0;\n    --ink: #1F2A22;\n    --ink-soft: #566058;\n    --moss: #47604F;\n    --moss-deep: #2C3F31;\n    --coral: #D8623A;\n    --gold: #BE9339;\n    --card: #FFFFFF;\n    --line: rgba(31,42,34,0.13);\n    --line-strong: rgba(31,42,34,0.26);\n    --radius: 14px;\n  }\n\n  *{box-sizing:border-box;}\n  html{scroll-behavior:smooth;}\n  body{\n    margin:0;\n    background:var(--paper);\n    color:var(--ink);\n    font-family:'Inter','Noto Sans TC',sans-serif;\n    line-height:1.6;\n    -webkit-font-smoothing:antialiased;\n  }\n\n  a{color:inherit;}\n  :focus-visible{outline:2px solid var(--coral); outline-offset:3px;}\n\n  .wrap{max-width:1040px; margin:0 auto; padding:0 28px;}\n\n  \/* ---------- top bar ---------- *\/\n  .topbar{\n    display:flex; align-items:center;\n    padding:22px 0; border-bottom:1px solid var(--line);\n  }\n  .brand{\n    display:flex; align-items:center; gap:10px;\n    font-family:'Noto Serif TC', serif; font-weight:700; font-size:1.05rem; letter-spacing:.02em;\n  }\n  .brand .dot{color:var(--coral); font-size:1.3rem; line-height:0;}\n\n  \/* ---------- hero ---------- *\/\n  .hero{padding:64px 0 28px; text-align:center;}\n  .eyebrow{\n    font-family:'IBM Plex Mono', monospace; font-size:.75rem; letter-spacing:.14em;\n    color:var(--moss); margin:0 0 18px;\n  }\n  h1.title{\n    font-family:'Noto Serif TC', serif; font-weight:700;\n    font-size:clamp(2.6rem, 5.5vw, 3.8rem); margin:0 0 6px; color:var(--ink);\n    letter-spacing:.03em;\n  }\n  .subtitle{\n    max-width:480px; margin:18px auto 0; font-size:.98rem; color:var(--ink-soft);\n  }\n\n  \/* dot trail signature *\/\n  .dot-trail{\n    display:flex; align-items:center; justify-content:center; gap:9px;\n    margin:34px 0 8px; flex-wrap:wrap;\n  }\n  .dot-trail span.d{\n    display:inline-block; border-radius:50%; background:var(--gold);\n    opacity:.35;\n  }\n  .dot-trail span.d:nth-child(1){width:5px;height:5px;}\n  .dot-trail span.d:nth-child(2){width:7px;height:7px; opacity:.45;}\n  .dot-trail span.d:nth-child(3){width:9px;height:9px; opacity:.55;}\n  .dot-trail span.d:nth-child(4){width:11px;height:11px; opacity:.68;}\n  .dot-trail span.d:nth-child(5){width:14px;height:14px; opacity:.8; background:var(--coral);}\n  .dot-trail span.d:nth-child(6){width:17px;height:17px; opacity:.9; background:var(--coral);}\n  .dot-trail span.d:nth-child(7){width:20px;height:20px; opacity:1; background:var(--coral);}\n  .trail-labels{\n    display:flex; justify-content:space-between; max-width:240px; margin:0 auto 56px;\n    font-family:'IBM Plex Mono', monospace; font-size:.68rem; color:var(--ink-soft); opacity:.7;\n  }\n\n  \/* ---------- category grid ---------- *\/\n  .section-head{margin-bottom:22px;}\n  .section-head h2{\n    font-family:'Fraunces', serif; font-weight:600; font-size:1.4rem; margin:0 0 6px;\n  }\n  .section-head p{margin:0; color:var(--ink-soft); font-size:.92rem;}\n\n  .grid{\n    display:grid; grid-template-columns:repeat(3, 1fr); gap:20px; margin-bottom:56px;\n  }\n  .card{\n    position:relative; display:flex; flex-direction:column; gap:14px;\n    background:var(--card); border:1px solid var(--line); border-radius:var(--radius);\n    padding:26px 22px 22px; text-decoration:none; color:var(--ink);\n    transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;\n  }\n  .card:hover{\n    transform:translateY(-4px);\n    box-shadow:0 14px 28px -18px rgba(31,42,34,0.28);\n    border-color:var(--line-strong);\n  }\n  .badge{\n    width:52px; height:52px; border-radius:50%;\n    display:flex; align-items:center; justify-content:center;\n    font-family:'Noto Serif TC', serif; font-weight:700; font-size:1.3rem; color:var(--moss-deep);\n    background:var(--paper-warm);\n    border:1.5px dashed var(--line-strong);\n    transition:transform .25s ease;\n  }\n  .card:hover .badge{transform:rotate(-6deg) scale(1.06); color:var(--coral); border-color:var(--coral);}\n  .card h3{\n    margin:0; font-family:'Fraunces', serif; font-weight:600; font-size:1.05rem;\n  }\n  .card h3 .cn{\n    display:block; font-family:'Noto Serif TC', serif; font-weight:500;\n    font-size:.8rem; color:var(--ink-soft); margin-top:4px;\n  }\n  .card p.desc{margin:0; font-size:.86rem; color:var(--ink-soft); flex:1;}\n  .card .go{\n    font-family:'IBM Plex Mono', monospace; font-size:.72rem; color:var(--coral);\n    display:inline-flex; align-items:center; gap:6px;\n  }\n  .card .go svg{width:12px; height:12px; transition:transform .2s ease;}\n  .card:hover .go svg{transform:translateX(3px);}\n\n  \/* ---------- callout ---------- *\/\n  .callout{\n    display:flex; align-items:center; justify-content:space-between; gap:20px;\n    background:var(--moss-deep); color:#F7F3E7; border-radius:var(--radius);\n    padding:26px 30px; margin-bottom:60px; flex-wrap:wrap;\n  }\n  .callout .txt h3{margin:0 0 6px; font-family:'Fraunces', serif; font-weight:600; font-size:1.15rem; color:#ffffff;}\n  .callout .txt p{margin:0; font-size:.88rem; opacity:.85; max-width:420px;}\n  .callout .btn{\n    font-family:'IBM Plex Mono', monospace; font-size:.78rem;\n    background:var(--coral); color:#fff; text-decoration:none;\n    padding:12px 22px; border-radius:999px; white-space:nowrap;\n    transition:transform .18s ease, background .18s ease;\n  }\n  .callout .btn:hover{transform:translateY(-2px); background:#c3552f;}\n\n  footer{\n    border-top:1px solid var(--line); padding:26px 0 40px;\n    font-family:'IBM Plex Mono', monospace; font-size:.72rem; color:var(--ink-soft);\n    display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px;\n  }\n\n  @media (max-width:860px){\n    .grid{grid-template-columns:repeat(2,1fr);}\n  }\n  @media (max-width:560px){\n    .grid{grid-template-columns:1fr;}\n    .callout{flex-direction:column; align-items:flex-start;}\n  }\n  @media (prefers-reduced-motion: reduce){\n    *{transition:none !important;}\n  }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"wrap\">\n\n  <div class=\"topbar\">\n    <div class=\"brand\"><span class=\"dot\">\u25cf<\/span> OneDotDot Chinese<\/div>\n  <\/div>\n\n  <div class=\"hero\">\n    <p class=\"eyebrow\">z\u012byu\u00e1n<\/p>\n    <h1 class=\"title\"><span class=\"lang-zh-TW\">\u8cc7<\/span><span class=\"lang-zh-CN\">\u8d44<\/span>\u6e90<\/h1>\n    <p class=\"subtitle\">Nine ways to keep learning outside the textbook \u2014 read, listen, cook, sing, and everything in between.<\/p>\n\n    <div class=\"dot-trail\" aria-hidden=\"true\">\n      <span class=\"d\"><\/span><span class=\"d\"><\/span><span class=\"d\"><\/span><span class=\"d\"><\/span>\n      <span class=\"d\"><\/span><span class=\"d\"><\/span><span class=\"d\"><\/span>\n    <\/div>\n    <div class=\"trail-labels\"><span>a little<\/span><span>a lot<\/span><\/div>\n  <\/div>\n\n  <section aria-label=\"Learning resources\">\n    <div class=\"section-head\">\n      <h2>Pick your resource<\/h2>\n      <p>Nine corners of the site outside the core vocabulary and grammar lessons.<\/p>\n    <\/div>\n\n    <div class=\"grid\">\n\n      <a class=\"card\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/characters\/\">\n        <div class=\"badge\">\u5b57<\/div>\n        <h3>Characters<span class=\"cn\"><span class=\"lang-zh-TW\">\u6f22<\/span><span class=\"lang-zh-CN\">\u6c49<\/span>\u5b57<\/span><\/h3>\n        <p class=\"desc\">How Chinese characters are built, and how to actually remember them.<\/p>\n        <span class=\"go\">EXPLORE <svg viewBox=\"0 0 12 12\" fill=\"none\"><path d=\"M2 6h8M7 3l3 3-3 3\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/span>\n      <\/a>\n\n      <a class=\"card\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/2023\/05\/07\/chinese-name\/\">\n        <div class=\"badge\">\u540d<\/div>\n        <h3>Making Your Chinese Name<span class=\"cn\">\u53d6\u4e2d\u6587\u540d<\/span><\/h3>\n        <p class=\"desc\">Turn your name into something that sounds \u2014 and means \u2014 right in Chinese.<\/p>\n        <span class=\"go\">EXPLORE <svg viewBox=\"0 0 12 12\" fill=\"none\"><path d=\"M2 6h8M7 3l3 3-3 3\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/span>\n      <\/a>\n\n      <a class=\"card\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/conversation-basic\/\">\n        <div class=\"badge\"><span class=\"lang-zh-TW\">\u8a71<\/span><span class=\"lang-zh-CN\">\u8bdd<\/span><\/div>\n        <h3>Conversation<span class=\"cn\"><span class=\"lang-zh-TW\">\u5c0d\u8a71<\/span><span class=\"lang-zh-CN\">\u5bf9\u8bdd<\/span><\/span><\/h3>\n        <p class=\"desc\">Everyday dialogue you can actually use in real conversations.<\/p>\n        <span class=\"go\">EXPLORE <svg viewBox=\"0 0 12 12\" fill=\"none\"><path d=\"M2 6h8M7 3l3 3-3 3\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/span>\n      <\/a>\n\n      <a class=\"card\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/chinese-food-recipes\/\">\n        <div class=\"badge\">\u70f9<\/div>\n        <h3>Cooking Chinese Food<span class=\"cn\">\u4e2d\u5f0f\u6599\u7406<\/span><\/h3>\n        <p class=\"desc\">Recipes and kitchen vocabulary for cooking the real thing.<\/p>\n        <span class=\"go\">EXPLORE <svg viewBox=\"0 0 12 12\" fill=\"none\"><path d=\"M2 6h8M7 3l3 3-3 3\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/span>\n      <\/a>\n\n      <a class=\"card\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/story\/\">\n        <div class=\"badge\">\u6545<\/div>\n        <h3>Story with Audio<span class=\"cn\">\u6709<span class=\"lang-zh-TW\">\u8072<\/span><span class=\"lang-zh-CN\">\u58f0<\/span>\u6545\u4e8b<\/span><\/h3>\n        <p class=\"desc\">Short stories you can read and listen to at the same time.<\/p>\n        <span class=\"go\">EXPLORE <svg viewBox=\"0 0 12 12\" fill=\"none\"><path d=\"M2 6h8M7 3l3 3-3 3\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/span>\n      <\/a>\n\n      <a class=\"card\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/songs\/\">\n        <div class=\"badge\">\u6b4c<\/div>\n        <h3>Songs with Pinyin Lyrics<span class=\"cn\">\u6b4c\u66f2\u6b4c<span class=\"lang-zh-TW\">\u8a5e<\/span><span class=\"lang-zh-CN\">\u8bcd<\/span><\/span><\/h3>\n        <p class=\"desc\">Learn through music, with pinyin lyrics so you can sing along.<\/p>\n        <span class=\"go\">EXPLORE <svg viewBox=\"0 0 12 12\" fill=\"none\"><path d=\"M2 6h8M7 3l3 3-3 3\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/span>\n      <\/a>\n\n      <a class=\"card\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/download\/\">\n        <div class=\"badge\"><span class=\"lang-zh-TW\">\u8f09<\/span><span class=\"lang-zh-CN\">\u8f7d<\/span><\/div>\n        <h3>Download Free PDF<span class=\"cn\"><span class=\"lang-zh-TW\">\u514d\u8cbb\u4e0b\u8f09<\/span><span class=\"lang-zh-CN\">\u514d\u8d39\u4e0b\u8f7d<\/span><\/span><\/h3>\n        <p class=\"desc\">Printable worksheets and reference sheets, free to keep.<\/p>\n        <span class=\"go\">EXPLORE <svg viewBox=\"0 0 12 12\" fill=\"none\"><path d=\"M2 6h8M7 3l3 3-3 3\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/span>\n      <\/a>\n\n      <a class=\"card\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/chinese-festivals\/\">\n        <div class=\"badge\">\u7bc0<\/div>\n        <h3>Chinese Festivals<span class=\"cn\"><span class=\"lang-zh-TW\">\u50b3\u7d71\u7bc0\u6176<\/span><span class=\"lang-zh-CN\">\u4f20\u7edf\u8282\u5e86<\/span><\/span><\/h3>\n        <p class=\"desc\">The customs and vocabulary behind the year&#8217;s major holidays.<\/p>\n        <span class=\"go\">EXPLORE <svg viewBox=\"0 0 12 12\" fill=\"none\"><path d=\"M2 6h8M7 3l3 3-3 3\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/span>\n      <\/a>\n\n      <a class=\"card\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/tools\/\">\n        <div class=\"badge\">\u5177<\/div>\n        <h3>Tools for Chinese Learners<span class=\"cn\"><span class=\"lang-zh-TW\">\u5b78\u7fd2<\/span><span class=\"lang-zh-CN\">\u5b66\u4e60<\/span>\u5de5\u5177<\/span><\/h3>\n        <p class=\"desc\">Apps, dictionaries, and other tools worth adding to your toolkit.<\/p>\n        <span class=\"go\">EXPLORE <svg viewBox=\"0 0 12 12\" fill=\"none\"><path d=\"M2 6h8M7 3l3 3-3 3\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/span>\n      <\/a>\n\n    <\/div>\n  <\/section>\n\n  <div class=\"callout\">\n    <div class=\"txt\">\n      <h3>Learned something new here?<\/h3>\n      <p>Put it to the test with a short  story \u2014 pick the HSK level that fits you in Reading.<\/p>\n    <\/div>\n    <a class=\"btn\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/reading\/\">Go to Reading \u2192<\/a>\n  <\/div>\n\n  <footer>\n    <span>OneDotDot Chinese<\/span>\n    <span>Learn a little Chinese every day<\/span>\n  <\/footer>\n\n<\/div>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Resources \u2014 OneDotDot Chinese \u25cf OneDotDot Chinese z\u012byu\u00e1n \u8cc7\u8d44\u6e90 Nine ways to keep learning outside the textbook \u2014 read, listen, cook, sing, and everything in between. a littlea lot Pick your resource Nine corners of the site outside the core vocabulary and grammar lessons. \u5b57 Characters\u6f22\u6c49\u5b57 How Chinese characters are built, and how to actually&#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-9084","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>RESOURCES INDEX - OneDotDot Chinese<\/title>\n<meta name=\"description\" content=\"Embark on your journey to master Chinese with comprehensive resources for learning. Explore a diverse range of tools, courses, and materials designed to enhance your language skills.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/resources-for-learning-chinese\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"RESOURCES INDEX - OneDotDot Chinese\" \/>\n<meta property=\"og:description\" content=\"Embark on your journey to master Chinese with comprehensive resources for learning. Explore a diverse range of tools, courses, and materials designed to enhance your language skills.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tiffanysmandarin.com\/index.php\/resources-for-learning-chinese\/\" \/>\n<meta property=\"og:site_name\" content=\"OneDotDot Chinese\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-19T07:25:25+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/resources-for-learning-chinese\\\/\",\"url\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/resources-for-learning-chinese\\\/\",\"name\":\"RESOURCES INDEX - OneDotDot Chinese\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/#website\"},\"datePublished\":\"2023-08-07T08:03:36+00:00\",\"dateModified\":\"2026-07-19T07:25:25+00:00\",\"description\":\"Embark on your journey to master Chinese with comprehensive resources for learning. Explore a diverse range of tools, courses, and materials designed to enhance your language skills.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/resources-for-learning-chinese\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/resources-for-learning-chinese\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/resources-for-learning-chinese\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9801\",\"item\":\"https:\\\/\\\/tiffanysmandarin.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"RESOURCES INDEX\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/#website\",\"url\":\"https:\\\/\\\/tiffanysmandarin.com\\\/\",\"name\":\"OneDotDot Chinese\",\"description\":\"Learn a little Chinese every day\",\"publisher\":{\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/#\\\/schema\\\/person\\\/3556e1160fac98b190d03b8aa8604d99\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/tiffanysmandarin.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/#\\\/schema\\\/person\\\/3556e1160fac98b190d03b8aa8604d99\",\"name\":\"tiffany\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\\\/\\\/tiffanysmandarin.com\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/cropped-logo_tiffany2-1.png\",\"url\":\"http:\\\/\\\/tiffanysmandarin.com\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/cropped-logo_tiffany2-1.png\",\"contentUrl\":\"http:\\\/\\\/tiffanysmandarin.com\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/cropped-logo_tiffany2-1.png\",\"width\":214,\"height\":214,\"caption\":\"tiffany\"},\"logo\":{\"@id\":\"http:\\\/\\\/tiffanysmandarin.com\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/cropped-logo_tiffany2-1.png\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/tiffanys_talk\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/tiffany-huang-mandarin\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"RESOURCES INDEX - OneDotDot Chinese","description":"Embark on your journey to master Chinese with comprehensive resources for learning. Explore a diverse range of tools, courses, and materials designed to enhance your language skills.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/tiffanysmandarin.com\/index.php\/resources-for-learning-chinese\/","og_locale":"en_US","og_type":"article","og_title":"RESOURCES INDEX - OneDotDot Chinese","og_description":"Embark on your journey to master Chinese with comprehensive resources for learning. Explore a diverse range of tools, courses, and materials designed to enhance your language skills.","og_url":"https:\/\/tiffanysmandarin.com\/index.php\/resources-for-learning-chinese\/","og_site_name":"OneDotDot Chinese","article_modified_time":"2026-07-19T07:25:25+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/tiffanysmandarin.com\/index.php\/resources-for-learning-chinese\/","url":"https:\/\/tiffanysmandarin.com\/index.php\/resources-for-learning-chinese\/","name":"RESOURCES INDEX - OneDotDot Chinese","isPartOf":{"@id":"https:\/\/tiffanysmandarin.com\/#website"},"datePublished":"2023-08-07T08:03:36+00:00","dateModified":"2026-07-19T07:25:25+00:00","description":"Embark on your journey to master Chinese with comprehensive resources for learning. Explore a diverse range of tools, courses, and materials designed to enhance your language skills.","breadcrumb":{"@id":"https:\/\/tiffanysmandarin.com\/index.php\/resources-for-learning-chinese\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tiffanysmandarin.com\/index.php\/resources-for-learning-chinese\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/tiffanysmandarin.com\/index.php\/resources-for-learning-chinese\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9801","item":"https:\/\/tiffanysmandarin.com\/"},{"@type":"ListItem","position":2,"name":"RESOURCES INDEX"}]},{"@type":"WebSite","@id":"https:\/\/tiffanysmandarin.com\/#website","url":"https:\/\/tiffanysmandarin.com\/","name":"OneDotDot Chinese","description":"Learn a little Chinese every day","publisher":{"@id":"https:\/\/tiffanysmandarin.com\/#\/schema\/person\/3556e1160fac98b190d03b8aa8604d99"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tiffanysmandarin.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/tiffanysmandarin.com\/#\/schema\/person\/3556e1160fac98b190d03b8aa8604d99","name":"tiffany","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/cropped-logo_tiffany2-1.png","url":"http:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/cropped-logo_tiffany2-1.png","contentUrl":"http:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/cropped-logo_tiffany2-1.png","width":214,"height":214,"caption":"tiffany"},"logo":{"@id":"http:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/cropped-logo_tiffany2-1.png"},"sameAs":["https:\/\/www.instagram.com\/tiffanys_talk\/","https:\/\/www.linkedin.com\/in\/tiffany-huang-mandarin\/"]}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/pages\/9084","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/comments?post=9084"}],"version-history":[{"count":11,"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/pages\/9084\/revisions"}],"predecessor-version":[{"id":13990,"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/pages\/9084\/revisions\/13990"}],"wp:attachment":[{"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/media?parent=9084"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}