[{"data":1,"prerenderedAt":5626},["ShallowReactive",2],{"article-/topics/seo/dynamic-rendering-prerendering-strategy":3,"related-seo":501,"content-query-tmGD3Q74lE":5250},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"title":8,"description":9,"date":10,"topic":5,"author":11,"tags":12,"image":18,"imageQuery":19,"pexelsPhotoId":20,"pexelsUrl":21,"featured":6,"readingTime":22,"body":23,"_type":495,"_id":496,"_source":497,"_file":498,"_stem":499,"_extension":500},"/topics/seo/dynamic-rendering-prerendering-strategy","seo",false,"","动态渲染与预渲染策略：该为搜索引擎单独输出吗","从动态渲染、SSR、SSG、预渲染的差异与适用边界出发，系统讲清不同渲染策略对抓取、索引、维护成本和性能的影响，帮助团队做出兼顾 SEO 与工程复杂度的选择。","2026-04-08","HTMLPAGE 团队",[13,14,15,16,17],"SEO","Rendering","Prerendering","SSR","JavaScript SEO","/images/topics/seo/dynamic-rendering-prerendering-strategy.jpg","seo analytics dashboard laptop office",139387,"https://www.pexels.com/photo/macbook-pro-on-brown-table-139387/",15,{"type":24,"children":25,"toc":482},"root",[26,34,40,45,49,55,159,164,167,173,178,183,203,208,211,217,222,240,245,263,268,271,277,282,305,310,313,319,324,348,353,356,362,367,390,395,398,404,432,435,441,446,451],{"type":27,"tag":28,"props":29,"children":31},"element","h2",{"id":30},"动态渲染与预渲染策略该为搜索引擎单独输出吗",[32],{"type":33,"value":8},"text",{"type":27,"tag":35,"props":36,"children":37},"p",{},[38],{"type":33,"value":39},"只要网站用了较多 JavaScript，SEO 团队迟早会问一个问题：要不要给搜索引擎单独提供一份“更容易抓取的 HTML”？这正是动态渲染与预渲染讨论的核心。",{"type":27,"tag":35,"props":41,"children":42},{},[43],{"type":33,"value":44},"但很多项目一听到“搜索引擎抓不到”，第一反应就是上动态渲染服务。结果问题没解决，反而多了一层维护负担。正确顺序应该是：先判断现有渲染策略是否真的构成抓取障碍，再决定是否需要额外方案。",{"type":27,"tag":46,"props":47,"children":48},"hr",{},[],{"type":27,"tag":28,"props":50,"children":52},{"id":51},"_1-先把几个概念拆开",[53],{"type":33,"value":54},"1. 先把几个概念拆开",{"type":27,"tag":56,"props":57,"children":58},"table",{},[59,83],{"type":27,"tag":60,"props":61,"children":62},"thead",{},[63],{"type":27,"tag":64,"props":65,"children":66},"tr",{},[67,73,78],{"type":27,"tag":68,"props":69,"children":70},"th",{},[71],{"type":33,"value":72},"方式",{"type":27,"tag":68,"props":74,"children":75},{},[76],{"type":33,"value":77},"核心特征",{"type":27,"tag":68,"props":79,"children":80},{},[81],{"type":33,"value":82},"更适合",{"type":27,"tag":84,"props":85,"children":86},"tbody",{},[87,105,123,141],{"type":27,"tag":64,"props":88,"children":89},{},[90,95,100],{"type":27,"tag":91,"props":92,"children":93},"td",{},[94],{"type":33,"value":16},{"type":27,"tag":91,"props":96,"children":97},{},[98],{"type":33,"value":99},"请求时生成 HTML",{"type":27,"tag":91,"props":101,"children":102},{},[103],{"type":33,"value":104},"需要首屏数据实时、个性化较少的页面",{"type":27,"tag":64,"props":106,"children":107},{},[108,113,118],{"type":27,"tag":91,"props":109,"children":110},{},[111],{"type":33,"value":112},"SSG",{"type":27,"tag":91,"props":114,"children":115},{},[116],{"type":33,"value":117},"构建时生成静态 HTML",{"type":27,"tag":91,"props":119,"children":120},{},[121],{"type":33,"value":122},"内容稳定、更新节奏可控的页面",{"type":27,"tag":64,"props":124,"children":125},{},[126,131,136],{"type":27,"tag":91,"props":127,"children":128},{},[129],{"type":33,"value":130},"预渲染",{"type":27,"tag":91,"props":132,"children":133},{},[134],{"type":33,"value":135},"预先输出 HTML 快照",{"type":27,"tag":91,"props":137,"children":138},{},[139],{"type":33,"value":140},"以内容展示为主、JS 交互不复杂的页面",{"type":27,"tag":64,"props":142,"children":143},{},[144,149,154],{"type":27,"tag":91,"props":145,"children":146},{},[147],{"type":33,"value":148},"动态渲染",{"type":27,"tag":91,"props":150,"children":151},{},[152],{"type":33,"value":153},"对爬虫输出特殊版本",{"type":27,"tag":91,"props":155,"children":156},{},[157],{"type":33,"value":158},"历史包袱较重、短期无法整体改造的 SPA",{"type":27,"tag":35,"props":160,"children":161},{},[162],{"type":33,"value":163},"这里最关键的一点是：动态渲染通常更像“补救策略”，而不是首选架构。",{"type":27,"tag":46,"props":165,"children":166},{},[],{"type":27,"tag":28,"props":168,"children":170},{"id":169},"_2-真正需要动态渲染的往往是改不动的旧系统",[171],{"type":33,"value":172},"2. 真正需要动态渲染的，往往是改不动的旧系统",{"type":27,"tag":35,"props":174,"children":175},{},[176],{"type":33,"value":177},"如果你的站点已经是 Nuxt、Next.js 这类天然支持 SSR/SSG 的体系，优先应该考虑原生渲染能力，而不是额外维护一份给爬虫的特殊输出。",{"type":27,"tag":35,"props":179,"children":180},{},[181],{"type":33,"value":182},"动态渲染更常见于这种情况：",{"type":27,"tag":184,"props":185,"children":186},"ul",{},[187,193,198],{"type":27,"tag":188,"props":189,"children":190},"li",{},[191],{"type":33,"value":192},"历史 SPA 站点完全依赖客户端渲染",{"type":27,"tag":188,"props":194,"children":195},{},[196],{"type":33,"value":197},"大量内容在 JS 执行后才出现",{"type":27,"tag":188,"props":199,"children":200},{},[201],{"type":33,"value":202},"短期没有能力重构到 SSR 或预渲染架构",{"type":27,"tag":35,"props":204,"children":205},{},[206],{"type":33,"value":207},"这时它能帮助搜索引擎更稳定拿到 HTML，但代价是你开始维护两种输出路径。",{"type":27,"tag":46,"props":209,"children":210},{},[],{"type":27,"tag":28,"props":212,"children":214},{"id":213},"_3-选择策略时别只看能不能抓到还要看维护成本",[215],{"type":33,"value":216},"3. 选择策略时，别只看“能不能抓到”，还要看维护成本",{"type":27,"tag":35,"props":218,"children":219},{},[220],{"type":33,"value":221},"从 SEO 角度，能抓到内容只是底线。长期运营更重要的是一致性：",{"type":27,"tag":184,"props":223,"children":224},{},[225,230,235],{"type":27,"tag":188,"props":226,"children":227},{},[228],{"type":33,"value":229},"用户看到的内容与爬虫看到的是否一致",{"type":27,"tag":188,"props":231,"children":232},{},[233],{"type":33,"value":234},"标题、描述、结构化数据是否同源生成",{"type":27,"tag":188,"props":236,"children":237},{},[238],{"type":33,"value":239},"页面更新后，渲染输出是否能及时同步",{"type":27,"tag":35,"props":241,"children":242},{},[243],{"type":33,"value":244},"动态渲染如果处理不好，会引入新的风险：",{"type":27,"tag":184,"props":246,"children":247},{},[248,253,258],{"type":27,"tag":188,"props":249,"children":250},{},[251],{"type":33,"value":252},"双份模板或双份逻辑",{"type":27,"tag":188,"props":254,"children":255},{},[256],{"type":33,"value":257},"某些内容对用户和爬虫不一致",{"type":27,"tag":188,"props":259,"children":260},{},[261],{"type":33,"value":262},"调试困难，问题很难复现",{"type":27,"tag":35,"props":264,"children":265},{},[266],{"type":33,"value":267},"所以它不是“更高级”，只是某些架构下的妥协选项。",{"type":27,"tag":46,"props":269,"children":270},{},[],{"type":27,"tag":28,"props":272,"children":274},{"id":273},"_4-预渲染在内容站里往往更划算",[275],{"type":33,"value":276},"4. 预渲染在内容站里往往更划算",{"type":27,"tag":35,"props":278,"children":279},{},[280],{"type":33,"value":281},"对于文章、专题页、产品说明页、帮助中心等内容型页面，预渲染通常是更稳的选择，因为它同时满足：",{"type":27,"tag":184,"props":283,"children":284},{},[285,290,295,300],{"type":27,"tag":188,"props":286,"children":287},{},[288],{"type":33,"value":289},"HTML 可直接抓取",{"type":27,"tag":188,"props":291,"children":292},{},[293],{"type":33,"value":294},"首屏速度更稳定",{"type":27,"tag":188,"props":296,"children":297},{},[298],{"type":33,"value":299},"部署和缓存更简单",{"type":27,"tag":188,"props":301,"children":302},{},[303],{"type":33,"value":304},"内容结构更容易统一治理",{"type":27,"tag":35,"props":306,"children":307},{},[308],{"type":33,"value":309},"只要更新节奏可控，预渲染带来的综合收益往往高于动态渲染。",{"type":27,"tag":46,"props":311,"children":312},{},[],{"type":27,"tag":28,"props":314,"children":316},{"id":315},"_5-一个实用判断框架",[317],{"type":33,"value":318},"5. 一个实用判断框架",{"type":27,"tag":35,"props":320,"children":321},{},[322],{"type":33,"value":323},"选择前可以按这 4 个问题排查：",{"type":27,"tag":325,"props":326,"children":327},"ol",{},[328,333,338,343],{"type":27,"tag":188,"props":329,"children":330},{},[331],{"type":33,"value":332},"页面内容是否主要依赖客户端运行后才出现",{"type":27,"tag":188,"props":334,"children":335},{},[336],{"type":33,"value":337},"页面更新频率是否适合构建期或定时预生成",{"type":27,"tag":188,"props":339,"children":340},{},[341],{"type":33,"value":342},"当前框架是否已经支持 SSR/SSG/ISR 等原生能力",{"type":27,"tag":188,"props":344,"children":345},{},[346],{"type":33,"value":347},"团队是否有资源维护额外的爬虫专用输出链路",{"type":27,"tag":35,"props":349,"children":350},{},[351],{"type":33,"value":352},"如果第 3 个答案是“支持”，第 4 个答案是“资源有限”，通常就不应该优先上动态渲染。",{"type":27,"tag":46,"props":354,"children":355},{},[],{"type":27,"tag":28,"props":357,"children":359},{"id":358},"_6-失败案例为了解决少数页面问题引入整站动态渲染",[360],{"type":33,"value":361},"6. 失败案例：为了解决少数页面问题，引入整站动态渲染",{"type":27,"tag":35,"props":363,"children":364},{},[365],{"type":33,"value":366},"这类决策常见于 SEO 焦虑期：",{"type":27,"tag":325,"props":368,"children":369},{},[370,375,380,385],{"type":27,"tag":188,"props":371,"children":372},{},[373],{"type":33,"value":374},"某几个关键页面收录不好",{"type":27,"tag":188,"props":376,"children":377},{},[378],{"type":33,"value":379},"团队直接上线整站动态渲染",{"type":27,"tag":188,"props":381,"children":382},{},[383],{"type":33,"value":384},"结果维护、缓存、日志、监控复杂度陡增",{"type":27,"tag":188,"props":386,"children":387},{},[388],{"type":33,"value":389},"真正的问题后来发现其实是标题、内链或内容结构不够好",{"type":27,"tag":35,"props":391,"children":392},{},[393],{"type":33,"value":394},"搜索抓取问题不一定来自渲染策略。很多时候，页面没有被点进来，不是因为抓不到，而是因为不值得被点。",{"type":27,"tag":46,"props":396,"children":397},{},[],{"type":27,"tag":28,"props":399,"children":401},{"id":400},"_7-checklist做渲染策略决策前先确认",[402],{"type":33,"value":403},"7. Checklist：做渲染策略决策前先确认",{"type":27,"tag":184,"props":405,"children":406},{},[407,412,417,422,427],{"type":27,"tag":188,"props":408,"children":409},{},[410],{"type":33,"value":411},"页面核心内容是否可在首屏 HTML 中出现",{"type":27,"tag":188,"props":413,"children":414},{},[415],{"type":33,"value":416},"当前框架是否已具备 SSR/SSG/ISR 等能力",{"type":27,"tag":188,"props":418,"children":419},{},[420],{"type":33,"value":421},"渲染方案是否会造成用户与爬虫内容不一致",{"type":27,"tag":188,"props":423,"children":424},{},[425],{"type":33,"value":426},"更新机制是否能保证标题、描述、结构化数据同步",{"type":27,"tag":188,"props":428,"children":429},{},[430],{"type":33,"value":431},"是否真的有证据表明索引受阻来自渲染而非内容本身",{"type":27,"tag":46,"props":433,"children":434},{},[],{"type":27,"tag":28,"props":436,"children":438},{"id":437},"_8-结论动态渲染应该是备选方案不是默认答案",[439],{"type":33,"value":440},"8. 结论：动态渲染应该是备选方案，不是默认答案",{"type":27,"tag":35,"props":442,"children":443},{},[444],{"type":33,"value":445},"从工程和 SEO 的综合成本看，优先级通常是：先用框架原生 SSR/SSG/预渲染能力解决，再在不得已时考虑动态渲染。真正成熟的团队，不会因为“怕爬虫看不见”就立刻加一层特殊渲染，而是先用数据确认问题，再选最轻的解决路径。",{"type":27,"tag":35,"props":447,"children":448},{},[449],{"type":33,"value":450},"进一步阅读：",{"type":27,"tag":184,"props":452,"children":453},{},[454,464,473],{"type":27,"tag":188,"props":455,"children":456},{},[457],{"type":27,"tag":458,"props":459,"children":461},"a",{"href":460},"/topics/seo/javascript-seo-complete-solution",[462],{"type":33,"value":463},"JavaScript SEO 完整解决方案",{"type":27,"tag":188,"props":465,"children":466},{},[467],{"type":27,"tag":458,"props":468,"children":470},{"href":469},"/topics/nuxt/nuxt-seo-best-practices",[471],{"type":33,"value":472},"Nuxt SEO 优化最佳实践指南",{"type":27,"tag":188,"props":474,"children":475},{},[476],{"type":27,"tag":458,"props":477,"children":479},{"href":478},"/topics/seo/xml-sitemap-guide",[480],{"type":33,"value":481},"XML Sitemap 最佳实践",{"title":7,"searchDepth":483,"depth":483,"links":484},3,[485,487,488,489,490,491,492,493,494],{"id":30,"depth":486,"text":8},2,{"id":51,"depth":486,"text":54},{"id":169,"depth":486,"text":172},{"id":213,"depth":486,"text":216},{"id":273,"depth":486,"text":276},{"id":315,"depth":486,"text":318},{"id":358,"depth":486,"text":361},{"id":400,"depth":486,"text":403},{"id":437,"depth":486,"text":440},"markdown","content:topics:seo:dynamic-rendering-prerendering-strategy.md","content","topics/seo/dynamic-rendering-prerendering-strategy.md","topics/seo/dynamic-rendering-prerendering-strategy","md",[502,1426,2535],{"_path":460,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"title":463,"description":503,"date":504,"topic":5,"author":11,"tags":505,"image":506,"featured":507,"readingTime":508,"body":509,"_type":495,"_id":1423,"_source":497,"_file":1424,"_stem":1425,"_extension":500},"从抓取/渲染/索引原理出发，系统讲清 JS 应用的 SEO 风险与治理方案，覆盖 SSR/SSG/ISR、预渲染、元信息、结构化数据、站点地图与可观测性。","2026-01-20",[13,17,16,112,130],"/images/topics/javascript-seo.jpg",true,24,{"type":24,"children":510,"toc":1398},[511,516,521,526,549,554,577,582,585,591,596,630,635,648,653,656,662,669,687,693,835,838,844,850,855,868,874,879,921,926,945,951,956,974,979,992,998,1017,1023,1036,1042,1047,1065,1068,1074,1080,1093,1099,1104,1133,1138,1157,1163,1176,1179,1185,1190,1195,1208,1213,1231,1234,1240,1273,1276,1282,1362,1365,1370,1375],{"type":27,"tag":28,"props":512,"children":514},{"id":513},"javascript-seo-完整解决方案",[515],{"type":33,"value":463},{"type":27,"tag":35,"props":517,"children":518},{},[519],{"type":33,"value":520},"JavaScript SEO 不是“给 SPA 加个 title”这么简单。",{"type":27,"tag":35,"props":522,"children":523},{},[524],{"type":33,"value":525},"它是一套围绕搜索引擎工作方式建立的工程体系：",{"type":27,"tag":184,"props":527,"children":528},{},[529,534,539,544],{"type":27,"tag":188,"props":530,"children":531},{},[532],{"type":33,"value":533},"搜索引擎能不能抓到？（Crawl）",{"type":27,"tag":188,"props":535,"children":536},{},[537],{"type":33,"value":538},"能不能正确渲染？（Render）",{"type":27,"tag":188,"props":540,"children":541},{},[542],{"type":33,"value":543},"能不能正确理解与收录？（Index）",{"type":27,"tag":188,"props":545,"children":546},{},[547],{"type":33,"value":548},"能不能稳定更新？（Refresh）",{"type":27,"tag":35,"props":550,"children":551},{},[552],{"type":33,"value":553},"现代站点多是 Nuxt/Next/React/Vue 驱动，若你没有一套系统方案，很容易出现：",{"type":27,"tag":184,"props":555,"children":556},{},[557,562,567,572],{"type":27,"tag":188,"props":558,"children":559},{},[560],{"type":33,"value":561},"页面在浏览器里正常，但搜索引擎看到空壳",{"type":27,"tag":188,"props":563,"children":564},{},[565],{"type":33,"value":566},"收录了，但 canonical/分页/结构化数据混乱",{"type":27,"tag":188,"props":568,"children":569},{},[570],{"type":33,"value":571},"新内容更新慢、旧内容不刷新",{"type":27,"tag":188,"props":573,"children":574},{},[575],{"type":33,"value":576},"性能指标差导致排名受影响",{"type":27,"tag":35,"props":578,"children":579},{},[580],{"type":33,"value":581},"这篇文章给一套“从架构到细节”的完整解决方案，并提供上线检查清单。",{"type":27,"tag":46,"props":583,"children":584},{},[],{"type":27,"tag":28,"props":586,"children":588},{"id":587},"_1-先理解搜索引擎的三步抓取渲染索引",[589],{"type":33,"value":590},"1. 先理解搜索引擎的三步：抓取、渲染、索引",{"type":27,"tag":35,"props":592,"children":593},{},[594],{"type":33,"value":595},"简化模型：",{"type":27,"tag":325,"props":597,"children":598},{},[599,610,620],{"type":27,"tag":188,"props":600,"children":601},{},[602,608],{"type":27,"tag":603,"props":604,"children":605},"strong",{},[606],{"type":33,"value":607},"抓取",{"type":33,"value":609},"：拿到 HTML",{"type":27,"tag":188,"props":611,"children":612},{},[613,618],{"type":27,"tag":603,"props":614,"children":615},{},[616],{"type":33,"value":617},"渲染",{"type":33,"value":619},"：执行/解析必要资源，获得 DOM",{"type":27,"tag":188,"props":621,"children":622},{},[623,628],{"type":27,"tag":603,"props":624,"children":625},{},[626],{"type":33,"value":627},"索引",{"type":33,"value":629},"：抽取可索引信息（标题、正文、链接、结构化数据）",{"type":27,"tag":35,"props":631,"children":632},{},[633],{"type":33,"value":634},"JS 应用的风险主要出在第 2 步：",{"type":27,"tag":184,"props":636,"children":637},{},[638,643],{"type":27,"tag":188,"props":639,"children":640},{},[641],{"type":33,"value":642},"渲染是昂贵的",{"type":27,"tag":188,"props":644,"children":645},{},[646],{"type":33,"value":647},"资源加载/执行失败会导致渲染失败",{"type":27,"tag":35,"props":649,"children":650},{},[651],{"type":33,"value":652},"因此，“能 SSR/SSG 的内容就不要依赖客户端渲染”是基本原则。",{"type":27,"tag":46,"props":654,"children":655},{},[],{"type":27,"tag":28,"props":657,"children":659},{"id":658},"_2-选型ssr-ssg-isr-预渲染怎么选",[660],{"type":33,"value":661},"2. 选型：SSR / SSG / ISR / 预渲染怎么选？",{"type":27,"tag":663,"props":664,"children":666},"h3",{"id":665},"_21-规则可索引内容优先静态化",[667],{"type":33,"value":668},"2.1 规则：可索引内容优先静态化",{"type":27,"tag":184,"props":670,"children":671},{},[672,677,682],{"type":27,"tag":188,"props":673,"children":674},{},[675],{"type":33,"value":676},"内容页（文章、产品详情）：优先 SSG/ISR",{"type":27,"tag":188,"props":678,"children":679},{},[680],{"type":33,"value":681},"列表页：SSG/ISR + 分页",{"type":27,"tag":188,"props":683,"children":684},{},[685],{"type":33,"value":686},"个性化页（用户中心）：不索引，可 CSR",{"type":27,"tag":663,"props":688,"children":690},{"id":689},"_22-各模式优缺点",[691],{"type":33,"value":692},"2.2 各模式优缺点",{"type":27,"tag":56,"props":694,"children":695},{},[696,722],{"type":27,"tag":60,"props":697,"children":698},{},[699],{"type":27,"tag":64,"props":700,"children":701},{},[702,707,712,717],{"type":27,"tag":68,"props":703,"children":704},{},[705],{"type":33,"value":706},"模式",{"type":27,"tag":68,"props":708,"children":709},{},[710],{"type":33,"value":711},"SEO 友好",{"type":27,"tag":68,"props":713,"children":714},{},[715],{"type":33,"value":716},"成本",{"type":27,"tag":68,"props":718,"children":719},{},[720],{"type":33,"value":721},"适用",{"type":27,"tag":84,"props":723,"children":724},{},[725,748,770,791,813],{"type":27,"tag":64,"props":726,"children":727},{},[728,733,738,743],{"type":27,"tag":91,"props":729,"children":730},{},[731],{"type":33,"value":732},"CSR",{"type":27,"tag":91,"props":734,"children":735},{},[736],{"type":33,"value":737},"较差/不稳定",{"type":27,"tag":91,"props":739,"children":740},{},[741],{"type":33,"value":742},"低",{"type":27,"tag":91,"props":744,"children":745},{},[746],{"type":33,"value":747},"非索引页面",{"type":27,"tag":64,"props":749,"children":750},{},[751,755,760,765],{"type":27,"tag":91,"props":752,"children":753},{},[754],{"type":33,"value":16},{"type":27,"tag":91,"props":756,"children":757},{},[758],{"type":33,"value":759},"好",{"type":27,"tag":91,"props":761,"children":762},{},[763],{"type":33,"value":764},"中/高",{"type":27,"tag":91,"props":766,"children":767},{},[768],{"type":33,"value":769},"动态但可缓存",{"type":27,"tag":64,"props":771,"children":772},{},[773,777,782,786],{"type":27,"tag":91,"props":774,"children":775},{},[776],{"type":33,"value":112},{"type":27,"tag":91,"props":778,"children":779},{},[780],{"type":33,"value":781},"最好",{"type":27,"tag":91,"props":783,"children":784},{},[785],{"type":33,"value":742},{"type":27,"tag":91,"props":787,"children":788},{},[789],{"type":33,"value":790},"内容型页面",{"type":27,"tag":64,"props":792,"children":793},{},[794,799,803,808],{"type":27,"tag":91,"props":795,"children":796},{},[797],{"type":33,"value":798},"ISR",{"type":27,"tag":91,"props":800,"children":801},{},[802],{"type":33,"value":759},{"type":27,"tag":91,"props":804,"children":805},{},[806],{"type":33,"value":807},"低/中",{"type":27,"tag":91,"props":809,"children":810},{},[811],{"type":33,"value":812},"内容更新频繁",{"type":27,"tag":64,"props":814,"children":815},{},[816,820,825,830],{"type":27,"tag":91,"props":817,"children":818},{},[819],{"type":33,"value":130},{"type":27,"tag":91,"props":821,"children":822},{},[823],{"type":33,"value":824},"介于 CSR 与 SSG",{"type":27,"tag":91,"props":826,"children":827},{},[828],{"type":33,"value":829},"中",{"type":27,"tag":91,"props":831,"children":832},{},[833],{"type":33,"value":834},"SPA 迁移过渡",{"type":27,"tag":46,"props":836,"children":837},{},[],{"type":27,"tag":28,"props":839,"children":841},{"id":840},"_3-最关键的-6-件事js-seo-体系的骨架",[842],{"type":33,"value":843},"3. 最关键的 6 件事：JS SEO 体系的骨架",{"type":27,"tag":663,"props":845,"children":847},{"id":846},"_31-确保可访问的-htmlssrssg",[848],{"type":33,"value":849},"3.1 确保可访问的 HTML（SSR/SSG）",{"type":27,"tag":35,"props":851,"children":852},{},[853],{"type":33,"value":854},"目标：",{"type":27,"tag":184,"props":856,"children":857},{},[858,863],{"type":27,"tag":188,"props":859,"children":860},{},[861],{"type":33,"value":862},"不执行 JS 也能看到核心内容",{"type":27,"tag":188,"props":864,"children":865},{},[866],{"type":33,"value":867},"重要链接在 HTML 中可抓取（不是点击后才出现）",{"type":27,"tag":663,"props":869,"children":871},{"id":870},"_32-元信息titledescriptioncanonicalrobots",[872],{"type":33,"value":873},"3.2 元信息：title/description/canonical/robots",{"type":27,"tag":35,"props":875,"children":876},{},[877],{"type":33,"value":878},"每个可索引页面至少要正确输出：",{"type":27,"tag":184,"props":880,"children":881},{},[882,892,901,910],{"type":27,"tag":188,"props":883,"children":884},{},[885],{"type":27,"tag":886,"props":887,"children":889},"code",{"className":888},[],[890],{"type":33,"value":891},"\u003Ctitle>",{"type":27,"tag":188,"props":893,"children":894},{},[895],{"type":27,"tag":886,"props":896,"children":898},{"className":897},[],[899],{"type":33,"value":900},"\u003Cmeta name=\"description\">",{"type":27,"tag":188,"props":902,"children":903},{},[904],{"type":27,"tag":886,"props":905,"children":907},{"className":906},[],[908],{"type":33,"value":909},"\u003Clink rel=\"canonical\">",{"type":27,"tag":188,"props":911,"children":912},{},[913,919],{"type":27,"tag":886,"props":914,"children":916},{"className":915},[],[917],{"type":33,"value":918},"\u003Cmeta name=\"robots\">",{"type":33,"value":920},"（必要时 noindex）",{"type":27,"tag":35,"props":922,"children":923},{},[924],{"type":33,"value":925},"常见坑：",{"type":27,"tag":184,"props":927,"children":928},{},[929,934],{"type":27,"tag":188,"props":930,"children":931},{},[932],{"type":33,"value":933},"canonical 指向错误（导致重复收录或权重分散）",{"type":27,"tag":188,"props":935,"children":936},{},[937,939],{"type":33,"value":938},"多语言站点缺 ",{"type":27,"tag":886,"props":940,"children":942},{"className":941},[],[943],{"type":33,"value":944},"hreflang",{"type":27,"tag":663,"props":946,"children":948},{"id":947},"_33-结构化数据schemaorg",[949],{"type":33,"value":950},"3.3 结构化数据（Schema.org）",{"type":27,"tag":35,"props":952,"children":953},{},[954],{"type":33,"value":955},"结构化数据是 JS SEO 的“理解层”。",{"type":27,"tag":184,"props":957,"children":958},{},[959,964,969],{"type":27,"tag":188,"props":960,"children":961},{},[962],{"type":33,"value":963},"文章：Article",{"type":27,"tag":188,"props":965,"children":966},{},[967],{"type":33,"value":968},"面包屑：BreadcrumbList",{"type":27,"tag":188,"props":970,"children":971},{},[972],{"type":33,"value":973},"产品：Product",{"type":27,"tag":35,"props":975,"children":976},{},[977],{"type":33,"value":978},"要点：",{"type":27,"tag":184,"props":980,"children":981},{},[982,987],{"type":27,"tag":188,"props":983,"children":984},{},[985],{"type":33,"value":986},"用 JSON-LD",{"type":27,"tag":188,"props":988,"children":989},{},[990],{"type":33,"value":991},"保证与页面内容一致（不要造假）",{"type":27,"tag":663,"props":993,"children":995},{"id":994},"_34-站点地图sitemap与更新策略",[996],{"type":33,"value":997},"3.4 站点地图（sitemap）与更新策略",{"type":27,"tag":184,"props":999,"children":1000},{},[1001,1012],{"type":27,"tag":188,"props":1002,"children":1003},{},[1004,1010],{"type":27,"tag":886,"props":1005,"children":1007},{"className":1006},[],[1008],{"type":33,"value":1009},"sitemap.xml",{"type":33,"value":1011}," 是发现新内容的高效入口",{"type":27,"tag":188,"props":1013,"children":1014},{},[1015],{"type":33,"value":1016},"更新频繁时，sitemap 也要频繁更新",{"type":27,"tag":663,"props":1018,"children":1020},{"id":1019},"_35-内链与信息架构",[1021],{"type":33,"value":1022},"3.5 内链与信息架构",{"type":27,"tag":184,"props":1024,"children":1025},{},[1026,1031],{"type":27,"tag":188,"props":1027,"children":1028},{},[1029],{"type":33,"value":1030},"列表页、专题页是权重分发的核心",{"type":27,"tag":188,"props":1032,"children":1033},{},[1034],{"type":33,"value":1035},"不要让内容“孤岛化”（只有搜索能到）",{"type":27,"tag":663,"props":1037,"children":1039},{"id":1038},"_36-可观测性你必须能回答搜得到吗",[1040],{"type":33,"value":1041},"3.6 可观测性：你必须能回答“搜得到吗？”",{"type":27,"tag":35,"props":1043,"children":1044},{},[1045],{"type":33,"value":1046},"建议建立：",{"type":27,"tag":184,"props":1048,"children":1049},{},[1050,1055,1060],{"type":27,"tag":188,"props":1051,"children":1052},{},[1053],{"type":33,"value":1054},"抓取日志（服务端 access log 识别 bot）",{"type":27,"tag":188,"props":1056,"children":1057},{},[1058],{"type":33,"value":1059},"渲染错误监控（SSR error）",{"type":27,"tag":188,"props":1061,"children":1062},{},[1063],{"type":33,"value":1064},"收录状态监控（Search Console）",{"type":27,"tag":46,"props":1066,"children":1067},{},[],{"type":27,"tag":28,"props":1069,"children":1071},{"id":1070},"_4-nuxtnext-的落地要点工程视角",[1072],{"type":33,"value":1073},"4. Nuxt/Next 的落地要点（工程视角）",{"type":27,"tag":663,"props":1075,"children":1077},{"id":1076},"_41-路由与页面输出",[1078],{"type":33,"value":1079},"4.1 路由与页面输出",{"type":27,"tag":184,"props":1081,"children":1082},{},[1083,1088],{"type":27,"tag":188,"props":1084,"children":1085},{},[1086],{"type":33,"value":1087},"列表/详情页使用 SSG/ISR",{"type":27,"tag":188,"props":1089,"children":1090},{},[1091],{"type":33,"value":1092},"对 query 参数做规范化（避免重复内容）",{"type":27,"tag":663,"props":1094,"children":1096},{"id":1095},"_42-处理重复内容canonical-参数治理",[1097],{"type":33,"value":1098},"4.2 处理重复内容：canonical + 参数治理",{"type":27,"tag":35,"props":1100,"children":1101},{},[1102],{"type":33,"value":1103},"典型重复来源：",{"type":27,"tag":184,"props":1105,"children":1106},{},[1107,1116],{"type":27,"tag":188,"props":1108,"children":1109},{},[1110],{"type":27,"tag":886,"props":1111,"children":1113},{"className":1112},[],[1114],{"type":33,"value":1115},"utm_*",{"type":27,"tag":188,"props":1117,"children":1118},{},[1119,1125,1127],{"type":27,"tag":886,"props":1120,"children":1122},{"className":1121},[],[1123],{"type":33,"value":1124},"?sort=",{"type":33,"value":1126}," ",{"type":27,"tag":886,"props":1128,"children":1130},{"className":1129},[],[1131],{"type":33,"value":1132},"?page=",{"type":27,"tag":35,"props":1134,"children":1135},{},[1136],{"type":33,"value":1137},"策略：",{"type":27,"tag":184,"props":1139,"children":1140},{},[1141,1146],{"type":27,"tag":188,"props":1142,"children":1143},{},[1144],{"type":33,"value":1145},"把无意义参数 301 到规范 URL",{"type":27,"tag":188,"props":1147,"children":1148},{},[1149,1155],{"type":27,"tag":886,"props":1150,"children":1152},{"className":1151},[],[1153],{"type":33,"value":1154},"page",{"type":33,"value":1156}," 分页要有规范化链接（prev/next）",{"type":27,"tag":663,"props":1158,"children":1160},{"id":1159},"_43-404410-与删除策略",[1161],{"type":33,"value":1162},"4.3 404/410 与删除策略",{"type":27,"tag":184,"props":1164,"children":1165},{},[1166,1171],{"type":27,"tag":188,"props":1167,"children":1168},{},[1169],{"type":33,"value":1170},"内容下线：用 410（更明确）",{"type":27,"tag":188,"props":1172,"children":1173},{},[1174],{"type":33,"value":1175},"软删除：返回 404 但要避免被缓存为 200",{"type":27,"tag":46,"props":1177,"children":1178},{},[],{"type":27,"tag":28,"props":1180,"children":1182},{"id":1181},"_5-渲染与性能core-web-vitals-会影响-seo",[1183],{"type":33,"value":1184},"5. 渲染与性能：Core Web Vitals 会影响 SEO",{"type":27,"tag":35,"props":1186,"children":1187},{},[1188],{"type":33,"value":1189},"SEO 不再只是“内容”。",{"type":27,"tag":35,"props":1191,"children":1192},{},[1193],{"type":33,"value":1194},"当你的 CWV 很差时：",{"type":27,"tag":184,"props":1196,"children":1197},{},[1198,1203],{"type":27,"tag":188,"props":1199,"children":1200},{},[1201],{"type":33,"value":1202},"体验差导致跳出率高",{"type":27,"tag":188,"props":1204,"children":1205},{},[1206],{"type":33,"value":1207},"排名可能受影响",{"type":27,"tag":35,"props":1209,"children":1210},{},[1211],{"type":33,"value":1212},"因此 JS SEO 必须与性能一起治理：",{"type":27,"tag":184,"props":1214,"children":1215},{},[1216,1221,1226],{"type":27,"tag":188,"props":1217,"children":1218},{},[1219],{"type":33,"value":1220},"LCP（内容出现快）",{"type":27,"tag":188,"props":1222,"children":1223},{},[1224],{"type":33,"value":1225},"INP（交互不卡）",{"type":27,"tag":188,"props":1227,"children":1228},{},[1229],{"type":33,"value":1230},"CLS（不抖）",{"type":27,"tag":46,"props":1232,"children":1233},{},[],{"type":27,"tag":28,"props":1235,"children":1237},{"id":1236},"_6-js-seo-的常见致命坑清单",[1238],{"type":33,"value":1239},"6. JS SEO 的常见“致命坑”清单",{"type":27,"tag":184,"props":1241,"children":1242},{},[1243,1248,1253,1258,1263,1268],{"type":27,"tag":188,"props":1244,"children":1245},{},[1246],{"type":33,"value":1247},"页面只有骨架，正文靠客户端渲染",{"type":27,"tag":188,"props":1249,"children":1250},{},[1251],{"type":33,"value":1252},"关键链接被 JS 隐藏/点击后才出现",{"type":27,"tag":188,"props":1254,"children":1255},{},[1256],{"type":33,"value":1257},"title/description 在客户端动态设置",{"type":27,"tag":188,"props":1259,"children":1260},{},[1261],{"type":33,"value":1262},"canonical 指向错误或缺失",{"type":27,"tag":188,"props":1264,"children":1265},{},[1266],{"type":33,"value":1267},"sitemap 不更新",{"type":27,"tag":188,"props":1269,"children":1270},{},[1271],{"type":33,"value":1272},"robots/noindex 配置错误",{"type":27,"tag":46,"props":1274,"children":1275},{},[],{"type":27,"tag":28,"props":1277,"children":1279},{"id":1278},"_7-上线检查清单可复制",[1280],{"type":33,"value":1281},"7. 上线检查清单（可复制）",{"type":27,"tag":184,"props":1283,"children":1286},{"className":1284},[1285],"contains-task-list",[1287,1299,1308,1317,1326,1335,1344,1353],{"type":27,"tag":188,"props":1288,"children":1291},{"className":1289},[1290],"task-list-item",[1292,1297],{"type":27,"tag":1293,"props":1294,"children":1296},"input",{"disabled":507,"type":1295},"checkbox",[],{"type":33,"value":1298}," 关键页面在无 JS 时是否可见核心内容",{"type":27,"tag":188,"props":1300,"children":1302},{"className":1301},[1290],[1303,1306],{"type":27,"tag":1293,"props":1304,"children":1305},{"disabled":507,"type":1295},[],{"type":33,"value":1307}," title/description/canonical 是否正确",{"type":27,"tag":188,"props":1309,"children":1311},{"className":1310},[1290],[1312,1315],{"type":27,"tag":1293,"props":1313,"children":1314},{"disabled":507,"type":1295},[],{"type":33,"value":1316}," 结构化数据是否与内容一致",{"type":27,"tag":188,"props":1318,"children":1320},{"className":1319},[1290],[1321,1324],{"type":27,"tag":1293,"props":1322,"children":1323},{"disabled":507,"type":1295},[],{"type":33,"value":1325}," sitemap 是否覆盖所有可索引页面",{"type":27,"tag":188,"props":1327,"children":1329},{"className":1328},[1290],[1330,1333],{"type":27,"tag":1293,"props":1331,"children":1332},{"disabled":507,"type":1295},[],{"type":33,"value":1334}," robots/noindex 是否符合预期",{"type":27,"tag":188,"props":1336,"children":1338},{"className":1337},[1290],[1339,1342],{"type":27,"tag":1293,"props":1340,"children":1341},{"disabled":507,"type":1295},[],{"type":33,"value":1343}," 是否存在重复内容（参数/多路径）",{"type":27,"tag":188,"props":1345,"children":1347},{"className":1346},[1290],[1348,1351],{"type":27,"tag":1293,"props":1349,"children":1350},{"disabled":507,"type":1295},[],{"type":33,"value":1352}," 404/410 是否正确",{"type":27,"tag":188,"props":1354,"children":1356},{"className":1355},[1290],[1357,1360],{"type":27,"tag":1293,"props":1358,"children":1359},{"disabled":507,"type":1295},[],{"type":33,"value":1361}," Core Web Vitals 是否达标（至少 p75）",{"type":27,"tag":46,"props":1363,"children":1364},{},[],{"type":27,"tag":28,"props":1366,"children":1368},{"id":1367},"总结",[1369],{"type":33,"value":1367},{"type":27,"tag":35,"props":1371,"children":1372},{},[1373],{"type":33,"value":1374},"JavaScript SEO 的正确做法是：",{"type":27,"tag":184,"props":1376,"children":1377},{},[1378,1383,1388,1393],{"type":27,"tag":188,"props":1379,"children":1380},{},[1381],{"type":33,"value":1382},"用 SSR/SSG/ISR 把可索引内容静态化",{"type":27,"tag":188,"props":1384,"children":1385},{},[1386],{"type":33,"value":1387},"用元信息与结构化数据让搜索引擎“理解”",{"type":27,"tag":188,"props":1389,"children":1390},{},[1391],{"type":33,"value":1392},"用 sitemap 与内链让内容“被发现”",{"type":27,"tag":188,"props":1394,"children":1395},{},[1396],{"type":33,"value":1397},"用可观测性保证“可验证与可演进”",{"title":7,"searchDepth":483,"depth":483,"links":1399},[1400,1401,1402,1406,1414,1419,1420,1421,1422],{"id":513,"depth":486,"text":463},{"id":587,"depth":486,"text":590},{"id":658,"depth":486,"text":661,"children":1403},[1404,1405],{"id":665,"depth":483,"text":668},{"id":689,"depth":483,"text":692},{"id":840,"depth":486,"text":843,"children":1407},[1408,1409,1410,1411,1412,1413],{"id":846,"depth":483,"text":849},{"id":870,"depth":483,"text":873},{"id":947,"depth":483,"text":950},{"id":994,"depth":483,"text":997},{"id":1019,"depth":483,"text":1022},{"id":1038,"depth":483,"text":1041},{"id":1070,"depth":486,"text":1073,"children":1415},[1416,1417,1418],{"id":1076,"depth":483,"text":1079},{"id":1095,"depth":483,"text":1098},{"id":1159,"depth":483,"text":1162},{"id":1181,"depth":486,"text":1184},{"id":1236,"depth":486,"text":1239},{"id":1278,"depth":486,"text":1281},{"id":1367,"depth":486,"text":1367},"content:topics:seo:javascript-seo-complete-solution.md","topics/seo/javascript-seo-complete-solution.md","topics/seo/javascript-seo-complete-solution",{"_path":1427,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"title":1428,"description":1429,"date":1430,"topic":5,"author":11,"tags":1431,"image":1436,"featured":507,"readingTime":1437,"body":1438,"_type":495,"_id":2532,"_source":497,"_file":2533,"_stem":2534,"_extension":500},"/topics/seo/schema-org-structured-data-guide","Schema.org 结构化数据实战指南：让搜索引擎真正理解你的内容","从原理到实战，全面讲解 Schema.org 结构化数据的应用方法，包括 JSON-LD 实现、Rich Snippets 优化、常见类型配置以及在 Nuxt/Next.js 中的最佳实践，助力网站获得更好的搜索展现效果。","2026-01-15",[13,1432,1433,1434,1435],"结构化数据","Schema.org","JSON-LD","Rich Snippets","/images/topics/schema-org-guide.jpg",14,{"type":24,"children":1439,"toc":2495},[1440,1446,1452,1462,1468,1476,1481,1581,1589,1601,1619,1627,1632,1638,1644,1656,1661,1673,1681,1709,1714,1720,1725,1736,1744,1875,1881,1886,1895,1903,1914,1920,1925,1934,1940,1945,1954,1960,1965,1974,1980,1985,1994,1999,2005,2013,2024,2032,2043,2052,2063,2069,2077,2088,2096,2105,2114,2119,2125,2136,2145,2151,2162,2167,2266,2274,2283,2288,2294,2299,2308,2314,2323,2329,2339,2343,2348,2353,2412,2417,2440,2445],{"type":27,"tag":28,"props":1441,"children":1443},{"id":1442},"schemaorg-结构化数据实战指南",[1444],{"type":33,"value":1445},"Schema.org 结构化数据实战指南",{"type":27,"tag":28,"props":1447,"children":1449},{"id":1448},"什么是结构化数据",[1450],{"type":33,"value":1451},"什么是结构化数据？",{"type":27,"tag":35,"props":1453,"children":1454},{},[1455,1460],{"type":27,"tag":603,"props":1456,"children":1457},{},[1458],{"type":33,"value":1459},"结构化数据（Structured Data）",{"type":33,"value":1461}," 是一种标准化的格式，用于向搜索引擎提供关于页面内容的明确信息。它就像给网页内容贴上\"标签\"，让搜索引擎不再需要\"猜测\"页面在讲什么，而是能够精确理解每个内容元素的含义。",{"type":27,"tag":663,"props":1463,"children":1465},{"id":1464},"为什么结构化数据如此重要",[1466],{"type":33,"value":1467},"为什么结构化数据如此重要？",{"type":27,"tag":35,"props":1469,"children":1470},{},[1471],{"type":27,"tag":603,"props":1472,"children":1473},{},[1474],{"type":33,"value":1475},"1. 获得 Rich Snippets（富媒体摘要）",{"type":27,"tag":35,"props":1477,"children":1478},{},[1479],{"type":33,"value":1480},"使用结构化数据的页面可以在搜索结果中展示增强型内容：",{"type":27,"tag":56,"props":1482,"children":1483},{},[1484,1500],{"type":27,"tag":60,"props":1485,"children":1486},{},[1487],{"type":27,"tag":64,"props":1488,"children":1489},{},[1490,1495],{"type":27,"tag":68,"props":1491,"children":1492},{},[1493],{"type":33,"value":1494},"类型",{"type":27,"tag":68,"props":1496,"children":1497},{},[1498],{"type":33,"value":1499},"展示效果",{"type":27,"tag":84,"props":1501,"children":1502},{},[1503,1516,1529,1542,1555,1568],{"type":27,"tag":64,"props":1504,"children":1505},{},[1506,1511],{"type":27,"tag":91,"props":1507,"children":1508},{},[1509],{"type":33,"value":1510},"产品",{"type":27,"tag":91,"props":1512,"children":1513},{},[1514],{"type":33,"value":1515},"价格、评分、库存状态",{"type":27,"tag":64,"props":1517,"children":1518},{},[1519,1524],{"type":27,"tag":91,"props":1520,"children":1521},{},[1522],{"type":33,"value":1523},"文章",{"type":27,"tag":91,"props":1525,"children":1526},{},[1527],{"type":33,"value":1528},"发布时间、作者头像、阅读时间",{"type":27,"tag":64,"props":1530,"children":1531},{},[1532,1537],{"type":27,"tag":91,"props":1533,"children":1534},{},[1535],{"type":33,"value":1536},"FAQ",{"type":27,"tag":91,"props":1538,"children":1539},{},[1540],{"type":33,"value":1541},"直接展开问答列表",{"type":27,"tag":64,"props":1543,"children":1544},{},[1545,1550],{"type":27,"tag":91,"props":1546,"children":1547},{},[1548],{"type":33,"value":1549},"菜谱",{"type":27,"tag":91,"props":1551,"children":1552},{},[1553],{"type":33,"value":1554},"烹饪时间、卡路里、评分",{"type":27,"tag":64,"props":1556,"children":1557},{},[1558,1563],{"type":27,"tag":91,"props":1559,"children":1560},{},[1561],{"type":33,"value":1562},"活动",{"type":27,"tag":91,"props":1564,"children":1565},{},[1566],{"type":33,"value":1567},"日期、地点、票价",{"type":27,"tag":64,"props":1569,"children":1570},{},[1571,1576],{"type":27,"tag":91,"props":1572,"children":1573},{},[1574],{"type":33,"value":1575},"本地商家",{"type":27,"tag":91,"props":1577,"children":1578},{},[1579],{"type":33,"value":1580},"营业时间、电话、地址、评价",{"type":27,"tag":35,"props":1582,"children":1583},{},[1584],{"type":27,"tag":603,"props":1585,"children":1586},{},[1587],{"type":33,"value":1588},"2. 提升点击率（CTR）",{"type":27,"tag":35,"props":1590,"children":1591},{},[1592,1594,1599],{"type":33,"value":1593},"根据 Google 的研究，Rich Snippets 可以将点击率提升 ",{"type":27,"tag":603,"props":1595,"children":1596},{},[1597],{"type":33,"value":1598},"20-30%",{"type":33,"value":1600},"，因为：",{"type":27,"tag":184,"props":1602,"children":1603},{},[1604,1609,1614],{"type":27,"tag":188,"props":1605,"children":1606},{},[1607],{"type":33,"value":1608},"占据更多搜索结果空间",{"type":27,"tag":188,"props":1610,"children":1611},{},[1612],{"type":33,"value":1613},"提供更丰富的预览信息",{"type":27,"tag":188,"props":1615,"children":1616},{},[1617],{"type":33,"value":1618},"建立用户信任感",{"type":27,"tag":35,"props":1620,"children":1621},{},[1622],{"type":27,"tag":603,"props":1623,"children":1624},{},[1625],{"type":33,"value":1626},"3. 支持语音搜索和 AI 助手",{"type":27,"tag":35,"props":1628,"children":1629},{},[1630],{"type":33,"value":1631},"结构化数据是语音搜索和 AI 搜索（如 Google SGE）理解网页内容的核心依据。",{"type":27,"tag":28,"props":1633,"children":1635},{"id":1634},"schemaorg-基础概念",[1636],{"type":33,"value":1637},"Schema.org 基础概念",{"type":27,"tag":663,"props":1639,"children":1641},{"id":1640},"schemaorg-是什么",[1642],{"type":33,"value":1643},"Schema.org 是什么？",{"type":27,"tag":35,"props":1645,"children":1646},{},[1647,1654],{"type":27,"tag":458,"props":1648,"children":1652},{"href":1649,"rel":1650},"https://schema.org",[1651],"nofollow",[1653],{"type":33,"value":1433},{"type":33,"value":1655}," 是由 Google、Microsoft、Yahoo 和 Yandex 联合创建的结构化数据词汇表。它定义了数百种类型（Type）和属性（Property），覆盖了几乎所有网页内容场景。",{"type":27,"tag":663,"props":1657,"children":1659},{"id":1658},"三种实现格式",[1660],{"type":33,"value":1658},{"type":27,"tag":1662,"props":1663,"children":1668},"pre",{"className":1664,"code":1666,"language":1667,"meta":7},[1665],"language-html","\u003C!-- 1. JSON-LD（推荐）：独立的 script 标签 -->\n\u003Cscript type=\"application/ld+json\">\n{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"Article\",\n  \"headline\": \"文章标题\",\n  \"author\": \"作者名\"\n}\n\u003C/script>\n\n\u003C!-- 2. Microdata：嵌入 HTML 属性 -->\n\u003Carticle itemscope itemtype=\"https://schema.org/Article\">\n  \u003Ch1 itemprop=\"headline\">文章标题\u003C/h1>\n  \u003Cspan itemprop=\"author\">作者名\u003C/span>\n\u003C/article>\n\n\u003C!-- 3. RDFa：类似 Microdata，使用不同属性 -->\n\u003Carticle vocab=\"https://schema.org/\" typeof=\"Article\">\n  \u003Ch1 property=\"headline\">文章标题\u003C/h1>\n  \u003Cspan property=\"author\">作者名\u003C/span>\n\u003C/article>\n","html",[1669],{"type":27,"tag":886,"props":1670,"children":1671},{"__ignoreMap":7},[1672],{"type":33,"value":1666},{"type":27,"tag":35,"props":1674,"children":1675},{},[1676],{"type":27,"tag":603,"props":1677,"children":1678},{},[1679],{"type":33,"value":1680},"为什么推荐 JSON-LD？",{"type":27,"tag":184,"props":1682,"children":1683},{},[1684,1689,1694,1699,1704],{"type":27,"tag":188,"props":1685,"children":1686},{},[1687],{"type":33,"value":1688},"✅ 与 HTML 完全分离，不影响页面结构",{"type":27,"tag":188,"props":1690,"children":1691},{},[1692],{"type":33,"value":1693},"✅ 易于动态生成和维护",{"type":27,"tag":188,"props":1695,"children":1696},{},[1697],{"type":33,"value":1698},"✅ Google 明确推荐",{"type":27,"tag":188,"props":1700,"children":1701},{},[1702],{"type":33,"value":1703},"✅ 便于调试和验证",{"type":27,"tag":188,"props":1705,"children":1706},{},[1707],{"type":33,"value":1708},"✅ 支持嵌套和复杂结构",{"type":27,"tag":28,"props":1710,"children":1712},{"id":1711},"常用结构化数据类型详解",[1713],{"type":33,"value":1711},{"type":27,"tag":663,"props":1715,"children":1717},{"id":1716},"_1-article文章",[1718],{"type":33,"value":1719},"1. Article（文章）",{"type":27,"tag":35,"props":1721,"children":1722},{},[1723],{"type":33,"value":1724},"适用于博客文章、新闻报道、技术文档等。",{"type":27,"tag":1662,"props":1726,"children":1731},{"className":1727,"code":1729,"language":1730,"meta":7},[1728],"language-json","{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"Article\",\n  \"headline\": \"Vue 3 响应式系统深度解析\",\n  \"description\": \"详细讲解 Vue 3 的核心特性和响应式原理\",\n  \"image\": [\n    \"https://example.com/images/vue3-guide-1x1.jpg\",\n    \"https://example.com/images/vue3-guide-4x3.jpg\",\n    \"https://example.com/images/vue3-guide-16x9.jpg\"\n  ],\n  \"datePublished\": \"2026-01-15T08:00:00+08:00\",\n  \"dateModified\": \"2026-01-15T10:30:00+08:00\",\n  \"author\": [{\n    \"@type\": \"Person\",\n    \"name\": \"张三\",\n    \"url\": \"https://example.com/authors/zhangsan\"\n  }],\n  \"publisher\": {\n    \"@type\": \"Organization\",\n    \"name\": \"HTMLPAGE\",\n    \"logo\": {\n      \"@type\": \"ImageObject\",\n      \"url\": \"https://example.com/logo.png\"\n    }\n  },\n  \"mainEntityOfPage\": {\n    \"@type\": \"WebPage\",\n    \"@id\": \"https://example.com/articles/vue3-guide\"\n  },\n  \"wordCount\": 3500,\n  \"articleSection\": \"前端开发\",\n  \"keywords\": [\"Vue 3\", \"响应式系统\", \"Composition API\"]\n}\n","json",[1732],{"type":27,"tag":886,"props":1733,"children":1734},{"__ignoreMap":7},[1735],{"type":33,"value":1729},{"type":27,"tag":35,"props":1737,"children":1738},{},[1739],{"type":27,"tag":603,"props":1740,"children":1741},{},[1742],{"type":33,"value":1743},"关键属性说明：",{"type":27,"tag":56,"props":1745,"children":1746},{},[1747,1768],{"type":27,"tag":60,"props":1748,"children":1749},{},[1750],{"type":27,"tag":64,"props":1751,"children":1752},{},[1753,1758,1763],{"type":27,"tag":68,"props":1754,"children":1755},{},[1756],{"type":33,"value":1757},"属性",{"type":27,"tag":68,"props":1759,"children":1760},{},[1761],{"type":33,"value":1762},"必需",{"type":27,"tag":68,"props":1764,"children":1765},{},[1766],{"type":33,"value":1767},"说明",{"type":27,"tag":84,"props":1769,"children":1770},{},[1771,1789,1806,1823,1841,1858],{"type":27,"tag":64,"props":1772,"children":1773},{},[1774,1779,1784],{"type":27,"tag":91,"props":1775,"children":1776},{},[1777],{"type":33,"value":1778},"headline",{"type":27,"tag":91,"props":1780,"children":1781},{},[1782],{"type":33,"value":1783},"✅",{"type":27,"tag":91,"props":1785,"children":1786},{},[1787],{"type":33,"value":1788},"文章标题，建议 \u003C 110 字符",{"type":27,"tag":64,"props":1790,"children":1791},{},[1792,1797,1801],{"type":27,"tag":91,"props":1793,"children":1794},{},[1795],{"type":33,"value":1796},"image",{"type":27,"tag":91,"props":1798,"children":1799},{},[1800],{"type":33,"value":1783},{"type":27,"tag":91,"props":1802,"children":1803},{},[1804],{"type":33,"value":1805},"至少一张图片，推荐提供多种比例",{"type":27,"tag":64,"props":1807,"children":1808},{},[1809,1814,1818],{"type":27,"tag":91,"props":1810,"children":1811},{},[1812],{"type":33,"value":1813},"datePublished",{"type":27,"tag":91,"props":1815,"children":1816},{},[1817],{"type":33,"value":1783},{"type":27,"tag":91,"props":1819,"children":1820},{},[1821],{"type":33,"value":1822},"首次发布时间，ISO 8601 格式",{"type":27,"tag":64,"props":1824,"children":1825},{},[1826,1831,1836],{"type":27,"tag":91,"props":1827,"children":1828},{},[1829],{"type":33,"value":1830},"dateModified",{"type":27,"tag":91,"props":1832,"children":1833},{},[1834],{"type":33,"value":1835},"推荐",{"type":27,"tag":91,"props":1837,"children":1838},{},[1839],{"type":33,"value":1840},"最后修改时间",{"type":27,"tag":64,"props":1842,"children":1843},{},[1844,1849,1853],{"type":27,"tag":91,"props":1845,"children":1846},{},[1847],{"type":33,"value":1848},"author",{"type":27,"tag":91,"props":1850,"children":1851},{},[1852],{"type":33,"value":1783},{"type":27,"tag":91,"props":1854,"children":1855},{},[1856],{"type":33,"value":1857},"作者信息，可以是数组",{"type":27,"tag":64,"props":1859,"children":1860},{},[1861,1866,1870],{"type":27,"tag":91,"props":1862,"children":1863},{},[1864],{"type":33,"value":1865},"publisher",{"type":27,"tag":91,"props":1867,"children":1868},{},[1869],{"type":33,"value":1783},{"type":27,"tag":91,"props":1871,"children":1872},{},[1873],{"type":33,"value":1874},"发布组织信息",{"type":27,"tag":663,"props":1876,"children":1878},{"id":1877},"_2-product产品",[1879],{"type":33,"value":1880},"2. Product（产品）",{"type":27,"tag":35,"props":1882,"children":1883},{},[1884],{"type":33,"value":1885},"适用于电商产品页、商品详情等。",{"type":27,"tag":1662,"props":1887,"children":1890},{"className":1888,"code":1889,"language":1730,"meta":7},[1728],"{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"专业版网站模板\",\n  \"image\": [\n    \"https://example.com/products/template-pro.jpg\"\n  ],\n  \"description\": \"适用于企业官网的专业模板，响应式设计，支持暗黑模式\",\n  \"sku\": \"TPL-PRO-001\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"HTMLPAGE\"\n  },\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"url\": \"https://example.com/products/template-pro\",\n    \"priceCurrency\": \"CNY\",\n    \"price\": \"299\",\n    \"priceValidUntil\": \"2026-12-31\",\n    \"availability\": \"https://schema.org/InStock\",\n    \"itemCondition\": \"https://schema.org/NewCondition\"\n  },\n  \"aggregateRating\": {\n    \"@type\": \"AggregateRating\",\n    \"ratingValue\": \"4.8\",\n    \"reviewCount\": \"156\"\n  },\n  \"review\": [{\n    \"@type\": \"Review\",\n    \"reviewRating\": {\n      \"@type\": \"Rating\",\n      \"ratingValue\": \"5\"\n    },\n    \"author\": {\n      \"@type\": \"Person\",\n      \"name\": \"李四\"\n    },\n    \"reviewBody\": \"非常好用的模板，节省了大量开发时间！\"\n  }]\n}\n",[1891],{"type":27,"tag":886,"props":1892,"children":1893},{"__ignoreMap":7},[1894],{"type":33,"value":1889},{"type":27,"tag":35,"props":1896,"children":1897},{},[1898],{"type":27,"tag":603,"props":1899,"children":1900},{},[1901],{"type":33,"value":1902},"产品可用性选项：",{"type":27,"tag":1662,"props":1904,"children":1909},{"className":1905,"code":1907,"language":1908,"meta":7},[1906],"language-javascript","// 常用的 availability 值\nconst availabilityOptions = {\n  inStock: \"https://schema.org/InStock\",           // 有货\n  outOfStock: \"https://schema.org/OutOfStock\",     // 缺货\n  preOrder: \"https://schema.org/PreOrder\",         // 预购\n  backOrder: \"https://schema.org/BackOrder\",       // 补货中\n  discontinued: \"https://schema.org/Discontinued\", // 已停产\n  limitedAvailability: \"https://schema.org/LimitedAvailability\" // 限量\n};\n","javascript",[1910],{"type":27,"tag":886,"props":1911,"children":1912},{"__ignoreMap":7},[1913],{"type":33,"value":1907},{"type":27,"tag":663,"props":1915,"children":1917},{"id":1916},"_3-faqpage常见问题",[1918],{"type":33,"value":1919},"3. FAQPage（常见问题）",{"type":27,"tag":35,"props":1921,"children":1922},{},[1923],{"type":33,"value":1924},"适用于 FAQ 页面、产品问答等。",{"type":27,"tag":1662,"props":1926,"children":1929},{"className":1927,"code":1928,"language":1730,"meta":7},[1728],"{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [{\n    \"@type\": \"Question\",\n    \"name\": \"HTMLPAGE 支持哪些浏览器？\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"HTMLPAGE 支持所有现代浏览器，包括 Chrome、Firefox、Safari、Edge 的最新两个版本，以及 iOS Safari 和 Android Chrome。\"\n    }\n  }, {\n    \"@type\": \"Question\",\n    \"name\": \"如何导出我的网站？\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"在编辑器右上角点击「导出」按钮，选择导出格式（HTML/ZIP），即可下载完整的网站文件。\"\n    }\n  }, {\n    \"@type\": \"Question\",\n    \"name\": \"支持自定义域名吗？\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"支持！在项目设置中添加你的域名，按照指引配置 DNS 解析即可。专业版支持无限自定义域名。\"\n    }\n  }]\n}\n",[1930],{"type":27,"tag":886,"props":1931,"children":1932},{"__ignoreMap":7},[1933],{"type":33,"value":1928},{"type":27,"tag":663,"props":1935,"children":1937},{"id":1936},"_4-breadcrumblist面包屑",[1938],{"type":33,"value":1939},"4. BreadcrumbList（面包屑）",{"type":27,"tag":35,"props":1941,"children":1942},{},[1943],{"type":33,"value":1944},"帮助搜索引擎理解页面在网站中的层级位置。",{"type":27,"tag":1662,"props":1946,"children":1949},{"className":1947,"code":1948,"language":1730,"meta":7},[1728],"{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"BreadcrumbList\",\n  \"itemListElement\": [{\n    \"@type\": \"ListItem\",\n    \"position\": 1,\n    \"name\": \"首页\",\n    \"item\": \"https://example.com\"\n  }, {\n    \"@type\": \"ListItem\",\n    \"position\": 2,\n    \"name\": \"前端开发\",\n    \"item\": \"https://example.com/frontend\"\n  }, {\n    \"@type\": \"ListItem\",\n    \"position\": 3,\n    \"name\": \"Vue 3 教程\",\n    \"item\": \"https://example.com/frontend/vue3\"\n  }, {\n    \"@type\": \"ListItem\",\n    \"position\": 4,\n    \"name\": \"响应式系统深度解析\"\n  }]\n}\n",[1950],{"type":27,"tag":886,"props":1951,"children":1952},{"__ignoreMap":7},[1953],{"type":33,"value":1948},{"type":27,"tag":663,"props":1955,"children":1957},{"id":1956},"_5-organization组织",[1958],{"type":33,"value":1959},"5. Organization（组织）",{"type":27,"tag":35,"props":1961,"children":1962},{},[1963],{"type":33,"value":1964},"适用于企业官网、关于我们页面。",{"type":27,"tag":1662,"props":1966,"children":1969},{"className":1967,"code":1968,"language":1730,"meta":7},[1728],"{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"Organization\",\n  \"name\": \"HTMLPAGE\",\n  \"alternateName\": \"HTMLPAGE 在线建站平台\",\n  \"url\": \"https://htmlpage.cn\",\n  \"logo\": \"https://htmlpage.cn/logo.png\",\n  \"sameAs\": [\n    \"https://github.com/htmlpage\",\n    \"https://twitter.com/htmlpage\",\n    \"https://weibo.com/htmlpage\"\n  ],\n  \"contactPoint\": [{\n    \"@type\": \"ContactPoint\",\n    \"telephone\": \"+86-400-123-4567\",\n    \"contactType\": \"customer service\",\n    \"availableLanguage\": [\"Chinese\", \"English\"]\n  }],\n  \"address\": {\n    \"@type\": \"PostalAddress\",\n    \"streetAddress\": \"科技园路100号\",\n    \"addressLocality\": \"深圳市\",\n    \"addressRegion\": \"广东省\",\n    \"postalCode\": \"518000\",\n    \"addressCountry\": \"CN\"\n  }\n}\n",[1970],{"type":27,"tag":886,"props":1971,"children":1972},{"__ignoreMap":7},[1973],{"type":33,"value":1968},{"type":27,"tag":663,"props":1975,"children":1977},{"id":1976},"_6-website网站-站内搜索",[1978],{"type":33,"value":1979},"6. WebSite（网站）+ 站内搜索",{"type":27,"tag":35,"props":1981,"children":1982},{},[1983],{"type":33,"value":1984},"启用搜索框功能，让用户直接在搜索结果中搜索你的网站。",{"type":27,"tag":1662,"props":1986,"children":1989},{"className":1987,"code":1988,"language":1730,"meta":7},[1728],"{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"WebSite\",\n  \"name\": \"HTMLPAGE\",\n  \"url\": \"https://htmlpage.cn\",\n  \"potentialAction\": {\n    \"@type\": \"SearchAction\",\n    \"target\": {\n      \"@type\": \"EntryPoint\",\n      \"urlTemplate\": \"https://htmlpage.cn/search?q={search_term_string}\"\n    },\n    \"query-input\": \"required name=search_term_string\"\n  }\n}\n",[1990],{"type":27,"tag":886,"props":1991,"children":1992},{"__ignoreMap":7},[1993],{"type":33,"value":1988},{"type":27,"tag":28,"props":1995,"children":1997},{"id":1996},"在现代框架中实现结构化数据",[1998],{"type":33,"value":1996},{"type":27,"tag":663,"props":2000,"children":2002},{"id":2001},"nuxt-3-实现方案",[2003],{"type":33,"value":2004},"Nuxt 3 实现方案",{"type":27,"tag":35,"props":2006,"children":2007},{},[2008],{"type":27,"tag":603,"props":2009,"children":2010},{},[2011],{"type":33,"value":2012},"方案 1：使用 useHead 组合式函数",{"type":27,"tag":1662,"props":2014,"children":2019},{"className":2015,"code":2017,"language":2018,"meta":7},[2016],"language-typescript","// composables/useStructuredData.ts\nexport function useStructuredData(data: Record\u003Cstring, unknown>) {\n  useHead({\n    script: [\n      {\n        type: 'application/ld+json',\n        innerHTML: JSON.stringify({\n          '@context': 'https://schema.org',\n          ...data\n        })\n      }\n    ]\n  })\n}\n\n// 在页面中使用\n// pages/articles/[slug].vue\n\u003Cscript setup lang=\"ts\">\nconst { data: article } = await useFetch(`/api/articles/${route.params.slug}`)\n\nuseStructuredData({\n  '@type': 'Article',\n  headline: article.value.title,\n  description: article.value.description,\n  image: article.value.coverImage,\n  datePublished: article.value.publishedAt,\n  dateModified: article.value.updatedAt,\n  author: {\n    '@type': 'Person',\n    name: article.value.author.name,\n    url: article.value.author.url\n  },\n  publisher: {\n    '@type': 'Organization',\n    name: 'HTMLPAGE',\n    logo: {\n      '@type': 'ImageObject',\n      url: 'https://htmlpage.cn/logo.png'\n    }\n  }\n})\n\u003C/script>\n","typescript",[2020],{"type":27,"tag":886,"props":2021,"children":2022},{"__ignoreMap":7},[2023],{"type":33,"value":2017},{"type":27,"tag":35,"props":2025,"children":2026},{},[2027],{"type":27,"tag":603,"props":2028,"children":2029},{},[2030],{"type":33,"value":2031},"方案 2：使用 Nuxt SEO 模块",{"type":27,"tag":1662,"props":2033,"children":2038},{"className":2034,"code":2036,"language":2037,"meta":7},[2035],"language-bash","# 安装\nnpx nuxi module add @nuxtjs/seo\n","bash",[2039],{"type":27,"tag":886,"props":2040,"children":2041},{"__ignoreMap":7},[2042],{"type":33,"value":2036},{"type":27,"tag":1662,"props":2044,"children":2047},{"className":2045,"code":2046,"language":2018,"meta":7},[2016],"// nuxt.config.ts\nexport default defineNuxtConfig({\n  modules: ['@nuxtjs/seo'],\n  \n  site: {\n    url: 'https://htmlpage.cn',\n    name: 'HTMLPAGE',\n    description: '专业的在线建站平台'\n  },\n  \n  schemaOrg: {\n    identity: {\n      type: 'Organization',\n      name: 'HTMLPAGE',\n      url: 'https://htmlpage.cn',\n      logo: 'https://htmlpage.cn/logo.png'\n    }\n  }\n})\n",[2048],{"type":27,"tag":886,"props":2049,"children":2050},{"__ignoreMap":7},[2051],{"type":33,"value":2046},{"type":27,"tag":1662,"props":2053,"children":2058},{"className":2054,"code":2056,"language":2057,"meta":7},[2055],"language-vue","\u003C!-- pages/articles/[slug].vue -->\n\u003Cscript setup lang=\"ts\">\nimport { useSchemaOrg, defineArticle, defineBreadcrumb } from '@unhead/schema-org/vue'\n\nconst article = await $fetch(`/api/articles/${route.params.slug}`)\n\nuseSchemaOrg([\n  defineArticle({\n    headline: article.title,\n    description: article.description,\n    image: article.coverImage,\n    datePublished: article.publishedAt,\n    dateModified: article.updatedAt,\n    author: {\n      name: article.author.name,\n      url: article.author.url\n    }\n  }),\n  defineBreadcrumb({\n    itemListElement: [\n      { name: '首页', item: '/' },\n      { name: '文章', item: '/articles' },\n      { name: article.title }\n    ]\n  })\n])\n\u003C/script>\n","vue",[2059],{"type":27,"tag":886,"props":2060,"children":2061},{"__ignoreMap":7},[2062],{"type":33,"value":2056},{"type":27,"tag":663,"props":2064,"children":2066},{"id":2065},"nextjs-实现方案",[2067],{"type":33,"value":2068},"Next.js 实现方案",{"type":27,"tag":35,"props":2070,"children":2071},{},[2072],{"type":27,"tag":603,"props":2073,"children":2074},{},[2075],{"type":33,"value":2076},"方案 1：直接在页面中添加 JSON-LD",{"type":27,"tag":1662,"props":2078,"children":2083},{"className":2079,"code":2081,"language":2082,"meta":7},[2080],"language-tsx","// app/articles/[slug]/page.tsx\nimport { Metadata } from 'next'\n\ntype Props = {\n  params: { slug: string }\n}\n\nasync function getArticle(slug: string) {\n  const res = await fetch(`https://api.example.com/articles/${slug}`)\n  return res.json()\n}\n\n// 生成元数据\nexport async function generateMetadata({ params }: Props): Promise\u003CMetadata> {\n  const article = await getArticle(params.slug)\n  \n  return {\n    title: article.title,\n    description: article.description,\n    openGraph: {\n      title: article.title,\n      description: article.description,\n      images: [article.coverImage]\n    }\n  }\n}\n\n// 页面组件\nexport default async function ArticlePage({ params }: Props) {\n  const article = await getArticle(params.slug)\n  \n  const jsonLd = {\n    '@context': 'https://schema.org',\n    '@type': 'Article',\n    headline: article.title,\n    description: article.description,\n    image: article.coverImage,\n    datePublished: article.publishedAt,\n    dateModified: article.updatedAt,\n    author: {\n      '@type': 'Person',\n      name: article.author.name,\n      url: article.author.url\n    },\n    publisher: {\n      '@type': 'Organization',\n      name: 'HTMLPAGE',\n      logo: {\n        '@type': 'ImageObject',\n        url: 'https://htmlpage.cn/logo.png'\n      }\n    }\n  }\n  \n  return (\n    \u003C>\n      \u003Cscript\n        type=\"application/ld+json\"\n        dangerouslySetInnerHTML={{ __html: JSON.stringify(jsonLd) }}\n      />\n      \u003Carticle>\n        \u003Ch1>{article.title}\u003C/h1>\n        {/* 文章内容 */}\n      \u003C/article>\n    \u003C/>\n  )\n}\n","tsx",[2084],{"type":27,"tag":886,"props":2085,"children":2086},{"__ignoreMap":7},[2087],{"type":33,"value":2081},{"type":27,"tag":35,"props":2089,"children":2090},{},[2091],{"type":27,"tag":603,"props":2092,"children":2093},{},[2094],{"type":33,"value":2095},"方案 2：使用 next-seo 库",{"type":27,"tag":1662,"props":2097,"children":2100},{"className":2098,"code":2099,"language":2037,"meta":7},[2035],"npm install next-seo\n",[2101],{"type":27,"tag":886,"props":2102,"children":2103},{"__ignoreMap":7},[2104],{"type":33,"value":2099},{"type":27,"tag":1662,"props":2106,"children":2109},{"className":2107,"code":2108,"language":2082,"meta":7},[2080],"// app/articles/[slug]/page.tsx\nimport { ArticleJsonLd, BreadcrumbJsonLd } from 'next-seo'\n\nexport default async function ArticlePage({ params }: Props) {\n  const article = await getArticle(params.slug)\n  \n  return (\n    \u003C>\n      \u003CArticleJsonLd\n        type=\"Article\"\n        url={`https://example.com/articles/${params.slug}`}\n        title={article.title}\n        images={[article.coverImage]}\n        datePublished={article.publishedAt}\n        dateModified={article.updatedAt}\n        authorName={article.author.name}\n        publisherName=\"HTMLPAGE\"\n        publisherLogo=\"https://htmlpage.cn/logo.png\"\n        description={article.description}\n      />\n      \n      \u003CBreadcrumbJsonLd\n        itemListElements={[\n          { position: 1, name: '首页', item: 'https://example.com' },\n          { position: 2, name: '文章', item: 'https://example.com/articles' },\n          { position: 3, name: article.title }\n        ]}\n      />\n      \n      \u003Carticle>\n        \u003Ch1>{article.title}\u003C/h1>\n        {/* 文章内容 */}\n      \u003C/article>\n    \u003C/>\n  )\n}\n",[2110],{"type":27,"tag":886,"props":2111,"children":2112},{"__ignoreMap":7},[2113],{"type":33,"value":2108},{"type":27,"tag":28,"props":2115,"children":2117},{"id":2116},"验证与调试工具",[2118],{"type":33,"value":2116},{"type":27,"tag":663,"props":2120,"children":2122},{"id":2121},"google-rich-results-test",[2123],{"type":33,"value":2124},"Google Rich Results Test",{"type":27,"tag":35,"props":2126,"children":2127},{},[2128,2130],{"type":33,"value":2129},"最权威的验证工具：",{"type":27,"tag":458,"props":2131,"children":2134},{"href":2132,"rel":2133},"https://search.google.com/test/rich-results",[1651],[2135],{"type":33,"value":2132},{"type":27,"tag":1662,"props":2137,"children":2140},{"className":2138,"code":2139,"language":1908,"meta":7},[1906],"// 快速验证脚本：在控制台检查页面的结构化数据\n(function() {\n  const scripts = document.querySelectorAll('script[type=\"application/ld+json\"]');\n  scripts.forEach((script, index) => {\n    try {\n      const data = JSON.parse(script.textContent);\n      console.log(`结构化数据 #${index + 1}:`, data);\n    } catch (e) {\n      console.error(`结构化数据 #${index + 1} 解析错误:`, e);\n    }\n  });\n})();\n",[2141],{"type":27,"tag":886,"props":2142,"children":2143},{"__ignoreMap":7},[2144],{"type":33,"value":2139},{"type":27,"tag":663,"props":2146,"children":2148},{"id":2147},"schema-markup-validator",[2149],{"type":33,"value":2150},"Schema Markup Validator",{"type":27,"tag":35,"props":2152,"children":2153},{},[2154,2156],{"type":33,"value":2155},"Schema.org 官方验证器：",{"type":27,"tag":458,"props":2157,"children":2160},{"href":2158,"rel":2159},"https://validator.schema.org/",[1651],[2161],{"type":33,"value":2158},{"type":27,"tag":663,"props":2163,"children":2165},{"id":2164},"常见错误与修复",[2166],{"type":33,"value":2164},{"type":27,"tag":56,"props":2168,"children":2169},{},[2170,2191],{"type":27,"tag":60,"props":2171,"children":2172},{},[2173],{"type":27,"tag":64,"props":2174,"children":2175},{},[2176,2181,2186],{"type":27,"tag":68,"props":2177,"children":2178},{},[2179],{"type":33,"value":2180},"错误类型",{"type":27,"tag":68,"props":2182,"children":2183},{},[2184],{"type":33,"value":2185},"原因",{"type":27,"tag":68,"props":2187,"children":2188},{},[2189],{"type":33,"value":2190},"解决方案",{"type":27,"tag":84,"props":2192,"children":2193},{},[2194,2212,2230,2248],{"type":27,"tag":64,"props":2195,"children":2196},{},[2197,2202,2207],{"type":27,"tag":91,"props":2198,"children":2199},{},[2200],{"type":33,"value":2201},"Missing field",{"type":27,"tag":91,"props":2203,"children":2204},{},[2205],{"type":33,"value":2206},"必需字段缺失",{"type":27,"tag":91,"props":2208,"children":2209},{},[2210],{"type":33,"value":2211},"添加缺失字段",{"type":27,"tag":64,"props":2213,"children":2214},{},[2215,2220,2225],{"type":27,"tag":91,"props":2216,"children":2217},{},[2218],{"type":33,"value":2219},"Invalid value",{"type":27,"tag":91,"props":2221,"children":2222},{},[2223],{"type":33,"value":2224},"值格式不正确",{"type":27,"tag":91,"props":2226,"children":2227},{},[2228],{"type":33,"value":2229},"检查日期、URL 格式",{"type":27,"tag":64,"props":2231,"children":2232},{},[2233,2238,2243],{"type":27,"tag":91,"props":2234,"children":2235},{},[2236],{"type":33,"value":2237},"Duplicate",{"type":27,"tag":91,"props":2239,"children":2240},{},[2241],{"type":33,"value":2242},"同一页面重复定义",{"type":27,"tag":91,"props":2244,"children":2245},{},[2246],{"type":33,"value":2247},"合并或删除重复项",{"type":27,"tag":64,"props":2249,"children":2250},{},[2251,2256,2261],{"type":27,"tag":91,"props":2252,"children":2253},{},[2254],{"type":33,"value":2255},"Invalid JSON",{"type":27,"tag":91,"props":2257,"children":2258},{},[2259],{"type":33,"value":2260},"JSON 语法错误",{"type":27,"tag":91,"props":2262,"children":2263},{},[2264],{"type":33,"value":2265},"使用 JSON 验证器检查",{"type":27,"tag":35,"props":2267,"children":2268},{},[2269],{"type":27,"tag":603,"props":2270,"children":2271},{},[2272],{"type":33,"value":2273},"日期格式正确写法：",{"type":27,"tag":1662,"props":2275,"children":2278},{"className":2276,"code":2277,"language":1908,"meta":7},[1906],"// ✅ 正确的 ISO 8601 格式\nconst correctFormats = [\n  \"2026-01-15\",                    // 仅日期\n  \"2026-01-15T08:00:00\",           // 日期+时间\n  \"2026-01-15T08:00:00+08:00\",     // 带时区\n  \"2026-01-15T08:00:00Z\"           // UTC 时间\n];\n\n// ❌ 错误格式\nconst wrongFormats = [\n  \"2026/01/15\",         // 斜杠分隔\n  \"15-01-2026\",         // 日期顺序错误\n  \"Jan 15, 2026\"        // 非 ISO 格式\n];\n",[2279],{"type":27,"tag":886,"props":2280,"children":2281},{"__ignoreMap":7},[2282],{"type":33,"value":2277},{"type":27,"tag":28,"props":2284,"children":2286},{"id":2285},"高级技巧与最佳实践",[2287],{"type":33,"value":2285},{"type":27,"tag":663,"props":2289,"children":2291},{"id":2290},"_1-多类型组合",[2292],{"type":33,"value":2293},"1. 多类型组合",{"type":27,"tag":35,"props":2295,"children":2296},{},[2297],{"type":33,"value":2298},"一个页面可以包含多个结构化数据类型：",{"type":27,"tag":1662,"props":2300,"children":2303},{"className":2301,"code":2302,"language":1730,"meta":7},[1728],"[\n  {\n    \"@context\": \"https://schema.org\",\n    \"@type\": \"WebPage\",\n    \"name\": \"Vue 3 响应式系统深度解析\",\n    \"description\": \"...\",\n    \"breadcrumb\": {\n      \"@type\": \"BreadcrumbList\",\n      \"itemListElement\": [...]\n    }\n  },\n  {\n    \"@context\": \"https://schema.org\",\n    \"@type\": \"Article\",\n    \"headline\": \"Vue 3 响应式系统深度解析\",\n    ...\n  }\n]\n",[2304],{"type":27,"tag":886,"props":2305,"children":2306},{"__ignoreMap":7},[2307],{"type":33,"value":2302},{"type":27,"tag":663,"props":2309,"children":2311},{"id":2310},"_2-动态生成结构化数据",[2312],{"type":33,"value":2313},"2. 动态生成结构化数据",{"type":27,"tag":1662,"props":2315,"children":2318},{"className":2316,"code":2317,"language":2018,"meta":7},[2016],"// utils/structuredData.ts\nexport function generateArticleSchema(article: Article) {\n  return {\n    '@context': 'https://schema.org',\n    '@type': 'Article',\n    headline: article.title,\n    description: article.excerpt,\n    image: article.images.map(img => ({\n      '@type': 'ImageObject',\n      url: img.url,\n      width: img.width,\n      height: img.height\n    })),\n    datePublished: new Date(article.createdAt).toISOString(),\n    dateModified: new Date(article.updatedAt).toISOString(),\n    author: article.authors.map(author => ({\n      '@type': 'Person',\n      name: author.name,\n      url: author.profileUrl\n    })),\n    publisher: {\n      '@type': 'Organization',\n      name: 'HTMLPAGE',\n      logo: {\n        '@type': 'ImageObject',\n        url: 'https://htmlpage.cn/logo.png',\n        width: 200,\n        height: 60\n      }\n    },\n    mainEntityOfPage: {\n      '@type': 'WebPage',\n      '@id': article.canonicalUrl\n    },\n    wordCount: article.content.split(/\\s+/).length,\n    articleSection: article.category,\n    keywords: article.tags.join(', ')\n  }\n}\n",[2319],{"type":27,"tag":886,"props":2320,"children":2321},{"__ignoreMap":7},[2322],{"type":33,"value":2317},{"type":27,"tag":663,"props":2324,"children":2326},{"id":2325},"_3-seo-检查清单",[2327],{"type":33,"value":2328},"3. SEO 检查清单",{"type":27,"tag":1662,"props":2330,"children":2334},{"className":2331,"code":2333,"language":495,"meta":7},[2332],"language-markdown","## 发布前结构化数据检查\n\n### 必须检查\n- [ ] 使用 Rich Results Test 验证无错误\n- [ ] 所有必需字段都已填写\n- [ ] 日期使用 ISO 8601 格式\n- [ ] 图片 URL 可访问且 HTTPS\n- [ ] @type 值拼写正确\n\n### 推荐检查\n- [ ] 提供多种图片比例（1:1, 4:3, 16:9）\n- [ ] 文章包含 author 和 publisher\n- [ ] 产品包含 offers 和 aggregateRating\n- [ ] FAQ 至少包含 3 个问答\n\n### 高级检查\n- [ ] 使用 Schema.org 官方验证器二次确认\n- [ ] 在 Google Search Console 监控结构化数据报告\n- [ ] 检查移动端页面的结构化数据是否一致\n",[2335],{"type":27,"tag":886,"props":2336,"children":2337},{"__ignoreMap":7},[2338],{"type":33,"value":2333},{"type":27,"tag":28,"props":2340,"children":2341},{"id":1367},[2342],{"type":33,"value":1367},{"type":27,"tag":35,"props":2344,"children":2345},{},[2346],{"type":33,"value":2347},"结构化数据是现代 SEO 的核心技术之一。通过正确实现 Schema.org 标记，你的网站可以在搜索结果中获得更丰富的展示效果，显著提升点击率和用户信任度。",{"type":27,"tag":663,"props":2349,"children":2351},{"id":2350},"关键要点回顾",[2352],{"type":33,"value":2350},{"type":27,"tag":184,"props":2354,"children":2355},{},[2356,2368,2379,2390,2401],{"type":27,"tag":188,"props":2357,"children":2358},{},[2359,2361,2366],{"type":33,"value":2360},"✅ ",{"type":27,"tag":603,"props":2362,"children":2363},{},[2364],{"type":33,"value":2365},"选择 JSON-LD 格式",{"type":33,"value":2367},"：与 HTML 分离，易于维护和调试",{"type":27,"tag":188,"props":2369,"children":2370},{},[2371,2372,2377],{"type":33,"value":2360},{"type":27,"tag":603,"props":2373,"children":2374},{},[2375],{"type":33,"value":2376},"覆盖主要内容类型",{"type":33,"value":2378},"：Article、Product、FAQ、BreadcrumbList、Organization",{"type":27,"tag":188,"props":2380,"children":2381},{},[2382,2383,2388],{"type":33,"value":2360},{"type":27,"tag":603,"props":2384,"children":2385},{},[2386],{"type":33,"value":2387},"框架集成",{"type":33,"value":2389},"：Nuxt 使用 useHead 或 @nuxtjs/seo，Next.js 使用 next-seo",{"type":27,"tag":188,"props":2391,"children":2392},{},[2393,2394,2399],{"type":33,"value":2360},{"type":27,"tag":603,"props":2395,"children":2396},{},[2397],{"type":33,"value":2398},"持续验证",{"type":33,"value":2400},"：使用 Google Rich Results Test 确保无错误",{"type":27,"tag":188,"props":2402,"children":2403},{},[2404,2405,2410],{"type":33,"value":2360},{"type":27,"tag":603,"props":2406,"children":2407},{},[2408],{"type":33,"value":2409},"监控效果",{"type":33,"value":2411},"：通过 Search Console 跟踪 Rich Results 展示情况",{"type":27,"tag":663,"props":2413,"children":2415},{"id":2414},"立即行动",[2416],{"type":33,"value":2414},{"type":27,"tag":325,"props":2418,"children":2419},{},[2420,2425,2430,2435],{"type":27,"tag":188,"props":2421,"children":2422},{},[2423],{"type":33,"value":2424},"审查你的网站，确定需要添加结构化数据的页面类型",{"type":27,"tag":188,"props":2426,"children":2427},{},[2428],{"type":33,"value":2429},"从最重要的页面开始实施（首页、产品页、文章页）",{"type":27,"tag":188,"props":2431,"children":2432},{},[2433],{"type":33,"value":2434},"使用验证工具确保实现正确",{"type":27,"tag":188,"props":2436,"children":2437},{},[2438],{"type":33,"value":2439},"在 Search Console 中监控效果",{"type":27,"tag":28,"props":2441,"children":2443},{"id":2442},"相关资源",[2444],{"type":33,"value":2442},{"type":27,"tag":184,"props":2446,"children":2447},{},[2448,2458,2468,2477,2485],{"type":27,"tag":188,"props":2449,"children":2450},{},[2451],{"type":27,"tag":458,"props":2452,"children":2455},{"href":2453,"rel":2454},"https://schema.org/",[1651],[2456],{"type":33,"value":2457},"Schema.org 官方文档",{"type":27,"tag":188,"props":2459,"children":2460},{},[2461],{"type":27,"tag":458,"props":2462,"children":2465},{"href":2463,"rel":2464},"https://developers.google.com/search/docs/appearance/structured-data",[1651],[2466],{"type":33,"value":2467},"Google 结构化数据指南",{"type":27,"tag":188,"props":2469,"children":2470},{},[2471],{"type":27,"tag":458,"props":2472,"children":2474},{"href":2132,"rel":2473},[1651],[2475],{"type":33,"value":2476},"Rich Results Test",{"type":27,"tag":188,"props":2478,"children":2479},{},[2480],{"type":27,"tag":458,"props":2481,"children":2483},{"href":2158,"rel":2482},[1651],[2484],{"type":33,"value":2150},{"type":27,"tag":188,"props":2486,"children":2487},{},[2488],{"type":27,"tag":458,"props":2489,"children":2492},{"href":2490,"rel":2491},"https://search.google.com/search-console",[1651],[2493],{"type":33,"value":2494},"Google Search Console 结构化数据报告",{"title":7,"searchDepth":483,"depth":483,"links":2496},[2497,2498,2501,2505,2513,2517,2522,2527,2531],{"id":1442,"depth":486,"text":1445},{"id":1448,"depth":486,"text":1451,"children":2499},[2500],{"id":1464,"depth":483,"text":1467},{"id":1634,"depth":486,"text":1637,"children":2502},[2503,2504],{"id":1640,"depth":483,"text":1643},{"id":1658,"depth":483,"text":1658},{"id":1711,"depth":486,"text":1711,"children":2506},[2507,2508,2509,2510,2511,2512],{"id":1716,"depth":483,"text":1719},{"id":1877,"depth":483,"text":1880},{"id":1916,"depth":483,"text":1919},{"id":1936,"depth":483,"text":1939},{"id":1956,"depth":483,"text":1959},{"id":1976,"depth":483,"text":1979},{"id":1996,"depth":486,"text":1996,"children":2514},[2515,2516],{"id":2001,"depth":483,"text":2004},{"id":2065,"depth":483,"text":2068},{"id":2116,"depth":486,"text":2116,"children":2518},[2519,2520,2521],{"id":2121,"depth":483,"text":2124},{"id":2147,"depth":483,"text":2150},{"id":2164,"depth":483,"text":2164},{"id":2285,"depth":486,"text":2285,"children":2523},[2524,2525,2526],{"id":2290,"depth":483,"text":2293},{"id":2310,"depth":483,"text":2313},{"id":2325,"depth":483,"text":2328},{"id":1367,"depth":486,"text":1367,"children":2528},[2529,2530],{"id":2350,"depth":483,"text":2350},{"id":2414,"depth":483,"text":2414},{"id":2442,"depth":486,"text":2442},"content:topics:seo:schema-org-structured-data-guide.md","topics/seo/schema-org-structured-data-guide.md","topics/seo/schema-org-structured-data-guide",{"_path":2536,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"title":2537,"description":2538,"date":2539,"topic":5,"author":11,"tags":2540,"image":2545,"featured":507,"readingTime":22,"body":2546,"_type":495,"_id":5247,"_source":497,"_file":5248,"_stem":5249,"_extension":500},"/topics/seo/google-search-console-guide","Google Search Console 完全指南 - 从入门到精通的站长工具使用手册","深入讲解 Google Search Console 的核心功能与实战应用，包括网站验证、性能报告解读、索引问题排查、搜索优化策略。帮助站长全面掌握这一免费但强大的 SEO 工具。","2025-12-24",[2541,2542,2543,2544],"Google Search Console","SEO工具","网站优化","搜索分析","/images/topics/google-search-console.jpg",{"type":24,"children":2547,"toc":5210},[2548,2554,2559,2564,2569,2575,2581,2586,2594,2599,2607,2612,2620,2625,2633,2638,2644,2649,2780,2790,2796,2802,2826,2832,2837,2845,2850,2894,2899,2907,2912,2925,2930,2940,2958,2964,2969,2977,2985,2993,3001,3009,3022,3031,3039,3044,3052,3057,3062,3070,3097,3105,3123,3131,3149,3154,3159,3165,3170,3178,3289,3297,3302,3307,3330,3339,3357,3366,3384,3392,3397,3405,3423,3431,3449,3457,3475,3483,3501,3509,3527,3535,3553,3559,3564,3572,3590,3598,3616,3624,3637,3645,3653,3661,3669,3677,3685,3693,3699,3704,3712,3730,3738,3756,3764,3782,3790,3807,3815,3930,3936,3941,3949,3972,3980,3991,4000,4023,4031,4104,4110,4115,4123,4220,4229,4235,4240,4248,4347,4355,4360,4393,4401,4419,4424,4430,4435,4444,4467,4476,4494,4500,4505,4514,4532,4537,4555,4561,4566,4575,4593,4602,4620,4626,4631,4640,4658,4667,4685,4691,4696,4705,4723,4732,4750,4755,4761,4766,4775,4798,4807,4825,4831,4836,4845,4868,4873,4883,4893,4903,4913,4923,4928,4933,4941,4972,4980,5011,5019,5050,5058,5089,5093,5098,5107,5160,5172,5177],{"type":27,"tag":28,"props":2549,"children":2551},{"id":2550},"google-search-console-完全指南",[2552],{"type":33,"value":2553},"Google Search Console 完全指南",{"type":27,"tag":28,"props":2555,"children":2557},{"id":2556},"概述",[2558],{"type":33,"value":2556},{"type":27,"tag":35,"props":2560,"children":2561},{},[2562],{"type":33,"value":2563},"Google Search Console（简称 GSC，原名 Google Webmaster Tools）是 Google 官方提供的免费网站管理工具。对于任何关注 SEO 的网站来说，GSC 都是不可或缺的工具——它直接来自 Google，提供了搜索引擎如何看待你网站的第一手数据。",{"type":27,"tag":35,"props":2565,"children":2566},{},[2567],{"type":33,"value":2568},"本指南将从基础设置到高级应用，全面讲解如何利用 GSC 提升网站的搜索表现。无论你是刚接触 SEO 的新手，还是经验丰富的站长，都能从中获得实用的知识。",{"type":27,"tag":28,"props":2570,"children":2572},{"id":2571},"为什么-google-search-console-如此重要",[2573],{"type":33,"value":2574},"为什么 Google Search Console 如此重要",{"type":27,"tag":663,"props":2576,"children":2578},{"id":2577},"gsc-能告诉你什么",[2579],{"type":33,"value":2580},"GSC 能告诉你什么",{"type":27,"tag":35,"props":2582,"children":2583},{},[2584],{"type":33,"value":2585},"在深入功能之前，让我们先理解为什么每个网站都需要使用 GSC：",{"type":27,"tag":35,"props":2587,"children":2588},{},[2589],{"type":27,"tag":603,"props":2590,"children":2591},{},[2592],{"type":33,"value":2593},"1. 直接来自 Google 的数据",{"type":27,"tag":35,"props":2595,"children":2596},{},[2597],{"type":33,"value":2598},"与第三方 SEO 工具不同，GSC 的数据直接来自 Google 的搜索系统。这意味着你看到的是真实的搜索查询、真实的排名位置、真实的点击数据——没有任何估算或模拟。",{"type":27,"tag":35,"props":2600,"children":2601},{},[2602],{"type":27,"tag":603,"props":2603,"children":2604},{},[2605],{"type":33,"value":2606},"2. 免费且功能强大",{"type":27,"tag":35,"props":2608,"children":2609},{},[2610],{"type":33,"value":2611},"许多付费 SEO 工具提供的功能，GSC 免费就能实现。对于预算有限的个人站长或小企业来说，这是最具性价比的选择。",{"type":27,"tag":35,"props":2613,"children":2614},{},[2615],{"type":27,"tag":603,"props":2616,"children":2617},{},[2618],{"type":33,"value":2619},"3. 问题早期预警",{"type":27,"tag":35,"props":2621,"children":2622},{},[2623],{"type":33,"value":2624},"当网站出现技术问题（如爬取错误、安全问题、手动处罚）时，GSC 会第一时间通知你。很多严重问题如果不及时处理，可能导致网站从搜索结果中消失。",{"type":27,"tag":35,"props":2626,"children":2627},{},[2628],{"type":27,"tag":603,"props":2629,"children":2630},{},[2631],{"type":33,"value":2632},"4. 优化决策的数据基础",{"type":27,"tag":35,"props":2634,"children":2635},{},[2636],{"type":33,"value":2637},"没有数据就没有优化。GSC 告诉你哪些关键词带来流量、哪些页面表现最好、用户从哪里来——这些都是制定 SEO 策略的基础。",{"type":27,"tag":663,"props":2639,"children":2641},{"id":2640},"gsc-与-google-analytics-的区别",[2642],{"type":33,"value":2643},"GSC 与 Google Analytics 的区别",{"type":27,"tag":35,"props":2645,"children":2646},{},[2647],{"type":33,"value":2648},"很多人混淆这两个工具，但它们的定位完全不同：",{"type":27,"tag":56,"props":2650,"children":2651},{},[2652,2672],{"type":27,"tag":60,"props":2653,"children":2654},{},[2655],{"type":27,"tag":64,"props":2656,"children":2657},{},[2658,2663,2667],{"type":27,"tag":68,"props":2659,"children":2660},{},[2661],{"type":33,"value":2662},"维度",{"type":27,"tag":68,"props":2664,"children":2665},{},[2666],{"type":33,"value":2541},{"type":27,"tag":68,"props":2668,"children":2669},{},[2670],{"type":33,"value":2671},"Google Analytics",{"type":27,"tag":84,"props":2673,"children":2674},{},[2675,2696,2717,2738,2759],{"type":27,"tag":64,"props":2676,"children":2677},{},[2678,2686,2691],{"type":27,"tag":91,"props":2679,"children":2680},{},[2681],{"type":27,"tag":603,"props":2682,"children":2683},{},[2684],{"type":33,"value":2685},"数据来源",{"type":27,"tag":91,"props":2687,"children":2688},{},[2689],{"type":33,"value":2690},"Google 搜索系统",{"type":27,"tag":91,"props":2692,"children":2693},{},[2694],{"type":33,"value":2695},"网站访问者行为",{"type":27,"tag":64,"props":2697,"children":2698},{},[2699,2707,2712],{"type":27,"tag":91,"props":2700,"children":2701},{},[2702],{"type":27,"tag":603,"props":2703,"children":2704},{},[2705],{"type":33,"value":2706},"核心功能",{"type":27,"tag":91,"props":2708,"children":2709},{},[2710],{"type":33,"value":2711},"搜索表现、索引状态、技术健康",{"type":27,"tag":91,"props":2713,"children":2714},{},[2715],{"type":33,"value":2716},"用户行为、转化、流量来源",{"type":27,"tag":64,"props":2718,"children":2719},{},[2720,2728,2733],{"type":27,"tag":91,"props":2721,"children":2722},{},[2723],{"type":27,"tag":603,"props":2724,"children":2725},{},[2726],{"type":33,"value":2727},"关注点",{"type":27,"tag":91,"props":2729,"children":2730},{},[2731],{"type":33,"value":2732},"用户到达前（搜索阶段）",{"type":27,"tag":91,"props":2734,"children":2735},{},[2736],{"type":33,"value":2737},"用户到达后（网站内行为）",{"type":27,"tag":64,"props":2739,"children":2740},{},[2741,2749,2754],{"type":27,"tag":91,"props":2742,"children":2743},{},[2744],{"type":27,"tag":603,"props":2745,"children":2746},{},[2747],{"type":33,"value":2748},"典型问题",{"type":27,"tag":91,"props":2750,"children":2751},{},[2752],{"type":33,"value":2753},"为什么没有排名？",{"type":27,"tag":91,"props":2755,"children":2756},{},[2757],{"type":33,"value":2758},"用户为什么离开？",{"type":27,"tag":64,"props":2760,"children":2761},{},[2762,2770,2775],{"type":27,"tag":91,"props":2763,"children":2764},{},[2765],{"type":27,"tag":603,"props":2766,"children":2767},{},[2768],{"type":33,"value":2769},"技术性",{"type":27,"tag":91,"props":2771,"children":2772},{},[2773],{"type":33,"value":2774},"侧重技术和搜索",{"type":27,"tag":91,"props":2776,"children":2777},{},[2778],{"type":33,"value":2779},"侧重营销和转化",{"type":27,"tag":35,"props":2781,"children":2782},{},[2783,2788],{"type":27,"tag":603,"props":2784,"children":2785},{},[2786],{"type":33,"value":2787},"最佳实践是同时使用两者",{"type":33,"value":2789},"：GSC 帮你获得搜索流量，GA 帮你理解和转化这些流量。",{"type":27,"tag":28,"props":2791,"children":2793},{"id":2792},"初始设置添加和验证网站",[2794],{"type":33,"value":2795},"初始设置：添加和验证网站",{"type":27,"tag":663,"props":2797,"children":2799},{"id":2798},"步骤一访问-google-search-console",[2800],{"type":33,"value":2801},"步骤一：访问 Google Search Console",{"type":27,"tag":325,"props":2803,"children":2804},{},[2805,2816,2821],{"type":27,"tag":188,"props":2806,"children":2807},{},[2808,2810],{"type":33,"value":2809},"前往 ",{"type":27,"tag":458,"props":2811,"children":2813},{"href":2490,"rel":2812},[1651],[2814],{"type":33,"value":2815},"search.google.com/search-console",{"type":27,"tag":188,"props":2817,"children":2818},{},[2819],{"type":33,"value":2820},"使用 Google 账号登录（建议使用公司邮箱而非个人邮箱）",{"type":27,"tag":188,"props":2822,"children":2823},{},[2824],{"type":33,"value":2825},"点击\"添加资源\"",{"type":27,"tag":663,"props":2827,"children":2829},{"id":2828},"步骤二选择资源类型",[2830],{"type":33,"value":2831},"步骤二：选择资源类型",{"type":27,"tag":35,"props":2833,"children":2834},{},[2835],{"type":33,"value":2836},"GSC 提供两种资源类型，理解它们的区别很重要：",{"type":27,"tag":35,"props":2838,"children":2839},{},[2840],{"type":27,"tag":603,"props":2841,"children":2842},{},[2843],{"type":33,"value":2844},"网域资源（Domain Property）- 推荐",{"type":27,"tag":35,"props":2846,"children":2847},{},[2848],{"type":33,"value":2849},"覆盖域名下的所有子域和协议：",{"type":27,"tag":184,"props":2851,"children":2852},{},[2853,2862,2871,2880,2889],{"type":27,"tag":188,"props":2854,"children":2855},{},[2856],{"type":27,"tag":458,"props":2857,"children":2860},{"href":2858,"rel":2859},"https://example.com",[1651],[2861],{"type":33,"value":2858},{"type":27,"tag":188,"props":2863,"children":2864},{},[2865],{"type":27,"tag":458,"props":2866,"children":2869},{"href":2867,"rel":2868},"http://example.com",[1651],[2870],{"type":33,"value":2867},{"type":27,"tag":188,"props":2872,"children":2873},{},[2874],{"type":27,"tag":458,"props":2875,"children":2878},{"href":2876,"rel":2877},"https://www.example.com",[1651],[2879],{"type":33,"value":2876},{"type":27,"tag":188,"props":2881,"children":2882},{},[2883],{"type":27,"tag":458,"props":2884,"children":2887},{"href":2885,"rel":2886},"https://blog.example.com",[1651],[2888],{"type":33,"value":2885},{"type":27,"tag":188,"props":2890,"children":2891},{},[2892],{"type":33,"value":2893},"等等...",{"type":27,"tag":35,"props":2895,"children":2896},{},[2897],{"type":33,"value":2898},"优点：一站式管理所有变体，数据更完整。\n缺点：只能通过 DNS 验证。",{"type":27,"tag":35,"props":2900,"children":2901},{},[2902],{"type":27,"tag":603,"props":2903,"children":2904},{},[2905],{"type":33,"value":2906},"网址前缀资源（URL Prefix Property）",{"type":27,"tag":35,"props":2908,"children":2909},{},[2910],{"type":33,"value":2911},"只覆盖特定 URL 前缀：",{"type":27,"tag":184,"props":2913,"children":2914},{},[2915],{"type":27,"tag":188,"props":2916,"children":2917},{},[2918,2920],{"type":33,"value":2919},"只监控 ",{"type":27,"tag":458,"props":2921,"children":2923},{"href":2876,"rel":2922},[1651],[2924],{"type":33,"value":2876},{"type":27,"tag":35,"props":2926,"children":2927},{},[2928],{"type":33,"value":2929},"优点：验证方式多样，设置更简单。\n缺点：需要为每个变体单独添加资源。",{"type":27,"tag":35,"props":2931,"children":2932},{},[2933,2938],{"type":27,"tag":603,"props":2934,"children":2935},{},[2936],{"type":33,"value":2937},"选择建议",{"type":33,"value":2939},"：",{"type":27,"tag":184,"props":2941,"children":2942},{},[2943,2948,2953],{"type":27,"tag":188,"props":2944,"children":2945},{},[2946],{"type":33,"value":2947},"如果你有 DNS 访问权限，选择网域资源",{"type":27,"tag":188,"props":2949,"children":2950},{},[2951],{"type":33,"value":2952},"如果你管理一个大型网站的特定子目录，选择网址前缀",{"type":27,"tag":188,"props":2954,"children":2955},{},[2956],{"type":33,"value":2957},"新网站建议同时添加两种类型，以获取最完整的数据",{"type":27,"tag":663,"props":2959,"children":2961},{"id":2960},"步骤三验证所有权",[2962],{"type":33,"value":2963},"步骤三：验证所有权",{"type":27,"tag":35,"props":2965,"children":2966},{},[2967],{"type":33,"value":2968},"验证是证明你是网站合法所有者的过程。不同资源类型有不同的验证方式：",{"type":27,"tag":35,"props":2970,"children":2971},{},[2972],{"type":27,"tag":603,"props":2973,"children":2974},{},[2975],{"type":33,"value":2976},"DNS 验证（网域资源唯一方式）",{"type":27,"tag":1662,"props":2978,"children":2980},{"code":2979},"1. 登录域名注册商的 DNS 管理面板\n2. 添加 TXT 记录\n3. 记录类型：TXT\n4. 主机名：@ 或留空\n5. 值：Google 提供的验证字符串（如 google-site-verification=xxxxx）\n6. TTL：默认即可\n7. 保存并等待 DNS 生效（可能需要几分钟到 48 小时）\n8. 返回 GSC 点击验证\n",[2981],{"type":27,"tag":886,"props":2982,"children":2983},{"__ignoreMap":7},[2984],{"type":33,"value":2979},{"type":27,"tag":35,"props":2986,"children":2987},{},[2988],{"type":27,"tag":603,"props":2989,"children":2990},{},[2991],{"type":33,"value":2992},"HTML 文件验证（推荐用于网址前缀）",{"type":27,"tag":1662,"props":2994,"children":2996},{"code":2995},"1. 下载 Google 提供的 HTML 文件（如 googlexxxxxxx.html）\n2. 上传到网站根目录\n3. 确保可以通过 https://yoursite.com/googlexxxxxxx.html 访问\n4. 返回 GSC 点击验证\n",[2997],{"type":27,"tag":886,"props":2998,"children":2999},{"__ignoreMap":7},[3000],{"type":33,"value":2995},{"type":27,"tag":35,"props":3002,"children":3003},{},[3004],{"type":27,"tag":603,"props":3005,"children":3006},{},[3007],{"type":33,"value":3008},"HTML 标签验证",{"type":27,"tag":35,"props":3010,"children":3011},{},[3012,3014,3020],{"type":33,"value":3013},"在网站首页的 ",{"type":27,"tag":886,"props":3015,"children":3017},{"className":3016},[],[3018],{"type":33,"value":3019},"\u003Chead>",{"type":33,"value":3021}," 中添加 meta 标签：",{"type":27,"tag":1662,"props":3023,"children":3026},{"code":3024,"language":1667,"meta":7,"className":3025},"\u003Chead>\n  \u003C!-- 其他标签 -->\n  \u003Cmeta name=\"google-site-verification\" content=\"你的验证码\" />\n\u003C/head>\n",[1665],[3027],{"type":27,"tag":886,"props":3028,"children":3029},{"__ignoreMap":7},[3030],{"type":33,"value":3024},{"type":27,"tag":35,"props":3032,"children":3033},{},[3034],{"type":27,"tag":603,"props":3035,"children":3036},{},[3037],{"type":33,"value":3038},"Google Analytics 验证",{"type":27,"tag":35,"props":3040,"children":3041},{},[3042],{"type":33,"value":3043},"如果你已经安装了 GA 追踪代码，可以直接使用它来验证 GSC，无需额外操作。",{"type":27,"tag":35,"props":3045,"children":3046},{},[3047],{"type":27,"tag":603,"props":3048,"children":3049},{},[3050],{"type":33,"value":3051},"Google Tag Manager 验证",{"type":27,"tag":35,"props":3053,"children":3054},{},[3055],{"type":33,"value":3056},"同样，如果已安装 GTM，也可以用于验证。",{"type":27,"tag":663,"props":3058,"children":3060},{"id":3059},"验证常见问题排查",[3061],{"type":33,"value":3059},{"type":27,"tag":35,"props":3063,"children":3064},{},[3065],{"type":27,"tag":603,"props":3066,"children":3067},{},[3068],{"type":33,"value":3069},"问题：DNS 验证失败",{"type":27,"tag":184,"props":3071,"children":3072},{},[3073,3078,3092],{"type":27,"tag":188,"props":3074,"children":3075},{},[3076],{"type":33,"value":3077},"检查 TXT 记录是否正确添加",{"type":27,"tag":188,"props":3079,"children":3080},{},[3081,3083,3090],{"type":33,"value":3082},"使用 ",{"type":27,"tag":458,"props":3084,"children":3087},{"href":3085,"rel":3086},"https://dnschecker.org/",[1651],[3088],{"type":33,"value":3089},"DNS Checker",{"type":33,"value":3091}," 确认记录已传播",{"type":27,"tag":188,"props":3093,"children":3094},{},[3095],{"type":33,"value":3096},"某些域名注册商需要额外时间，等待 24-48 小时再试",{"type":27,"tag":35,"props":3098,"children":3099},{},[3100],{"type":27,"tag":603,"props":3101,"children":3102},{},[3103],{"type":33,"value":3104},"问题：HTML 文件验证失败",{"type":27,"tag":184,"props":3106,"children":3107},{},[3108,3113,3118],{"type":27,"tag":188,"props":3109,"children":3110},{},[3111],{"type":33,"value":3112},"确保文件在根目录，不是子目录",{"type":27,"tag":188,"props":3114,"children":3115},{},[3116],{"type":33,"value":3117},"检查文件内容没有被修改",{"type":27,"tag":188,"props":3119,"children":3120},{},[3121],{"type":33,"value":3122},"确保服务器没有阻止 Google 的访问",{"type":27,"tag":35,"props":3124,"children":3125},{},[3126],{"type":27,"tag":603,"props":3127,"children":3128},{},[3129],{"type":33,"value":3130},"问题：验证后又丢失",{"type":27,"tag":184,"props":3132,"children":3133},{},[3134,3139,3144],{"type":27,"tag":188,"props":3135,"children":3136},{},[3137],{"type":33,"value":3138},"不要删除验证文件或 DNS 记录",{"type":27,"tag":188,"props":3140,"children":3141},{},[3142],{"type":33,"value":3143},"Google 会定期重新检查验证",{"type":27,"tag":188,"props":3145,"children":3146},{},[3147],{"type":33,"value":3148},"如果丢失，重新添加即可",{"type":27,"tag":28,"props":3150,"children":3152},{"id":3151},"核心功能详解",[3153],{"type":33,"value":3151},{"type":27,"tag":35,"props":3155,"children":3156},{},[3157],{"type":33,"value":3158},"验证完成后，让我们深入了解 GSC 的各项核心功能。",{"type":27,"tag":663,"props":3160,"children":3162},{"id":3161},"一效果报告performance",[3163],{"type":33,"value":3164},"一、效果报告（Performance）",{"type":27,"tag":35,"props":3166,"children":3167},{},[3168],{"type":33,"value":3169},"效果报告是 GSC 最有价值的功能，展示了你的网站在 Google 搜索中的真实表现。",{"type":27,"tag":35,"props":3171,"children":3172},{},[3173],{"type":27,"tag":603,"props":3174,"children":3175},{},[3176],{"type":33,"value":3177},"四大核心指标",{"type":27,"tag":56,"props":3179,"children":3180},{},[3181,3202],{"type":27,"tag":60,"props":3182,"children":3183},{},[3184],{"type":27,"tag":64,"props":3185,"children":3186},{},[3187,3192,3197],{"type":27,"tag":68,"props":3188,"children":3189},{},[3190],{"type":33,"value":3191},"指标",{"type":27,"tag":68,"props":3193,"children":3194},{},[3195],{"type":33,"value":3196},"含义",{"type":27,"tag":68,"props":3198,"children":3199},{},[3200],{"type":33,"value":3201},"重要性",{"type":27,"tag":84,"props":3203,"children":3204},{},[3205,3226,3247,3268],{"type":27,"tag":64,"props":3206,"children":3207},{},[3208,3216,3221],{"type":27,"tag":91,"props":3209,"children":3210},{},[3211],{"type":27,"tag":603,"props":3212,"children":3213},{},[3214],{"type":33,"value":3215},"总点击次数",{"type":27,"tag":91,"props":3217,"children":3218},{},[3219],{"type":33,"value":3220},"用户点击你的搜索结果进入网站的次数",{"type":27,"tag":91,"props":3222,"children":3223},{},[3224],{"type":33,"value":3225},"直接反映搜索流量",{"type":27,"tag":64,"props":3227,"children":3228},{},[3229,3237,3242],{"type":27,"tag":91,"props":3230,"children":3231},{},[3232],{"type":27,"tag":603,"props":3233,"children":3234},{},[3235],{"type":33,"value":3236},"总展示次数",{"type":27,"tag":91,"props":3238,"children":3239},{},[3240],{"type":33,"value":3241},"你的网页在搜索结果中出现的次数",{"type":27,"tag":91,"props":3243,"children":3244},{},[3245],{"type":33,"value":3246},"反映可见度和覆盖面",{"type":27,"tag":64,"props":3248,"children":3249},{},[3250,3258,3263],{"type":27,"tag":91,"props":3251,"children":3252},{},[3253],{"type":27,"tag":603,"props":3254,"children":3255},{},[3256],{"type":33,"value":3257},"平均点击率(CTR)",{"type":27,"tag":91,"props":3259,"children":3260},{},[3261],{"type":33,"value":3262},"点击次数 ÷ 展示次数",{"type":27,"tag":91,"props":3264,"children":3265},{},[3266],{"type":33,"value":3267},"反映搜索结果的吸引力",{"type":27,"tag":64,"props":3269,"children":3270},{},[3271,3279,3284],{"type":27,"tag":91,"props":3272,"children":3273},{},[3274],{"type":27,"tag":603,"props":3275,"children":3276},{},[3277],{"type":33,"value":3278},"平均排名位置",{"type":27,"tag":91,"props":3280,"children":3281},{},[3282],{"type":33,"value":3283},"在搜索结果中的平均位置",{"type":27,"tag":91,"props":3285,"children":3286},{},[3287],{"type":33,"value":3288},"反映 SEO 效果",{"type":27,"tag":35,"props":3290,"children":3291},{},[3292],{"type":27,"tag":603,"props":3293,"children":3294},{},[3295],{"type":33,"value":3296},"如何解读这些数据",{"type":27,"tag":35,"props":3298,"children":3299},{},[3300],{"type":33,"value":3301},"让我们通过一个实际案例来理解：",{"type":27,"tag":35,"props":3303,"children":3304},{},[3305],{"type":33,"value":3306},"假设某页面的数据是：",{"type":27,"tag":184,"props":3308,"children":3309},{},[3310,3315,3320,3325],{"type":27,"tag":188,"props":3311,"children":3312},{},[3313],{"type":33,"value":3314},"展示次数：10,000",{"type":27,"tag":188,"props":3316,"children":3317},{},[3318],{"type":33,"value":3319},"点击次数：300",{"type":27,"tag":188,"props":3321,"children":3322},{},[3323],{"type":33,"value":3324},"平均点击率：3%",{"type":27,"tag":188,"props":3326,"children":3327},{},[3328],{"type":33,"value":3329},"平均排名：8.5",{"type":27,"tag":35,"props":3331,"children":3332},{},[3333,3338],{"type":27,"tag":603,"props":3334,"children":3335},{},[3336],{"type":33,"value":3337},"分析",{"type":33,"value":2939},{"type":27,"tag":184,"props":3340,"children":3341},{},[3342,3347,3352],{"type":27,"tag":188,"props":3343,"children":3344},{},[3345],{"type":33,"value":3346},"展示量不错，说明页面在目标关键词上有一定曝光",{"type":27,"tag":188,"props":3348,"children":3349},{},[3350],{"type":33,"value":3351},"平均排名 8.5 意味着大约在第一页底部或第二页顶部",{"type":27,"tag":188,"props":3353,"children":3354},{},[3355],{"type":33,"value":3356},"3% 的点击率对于排名第 8-9 的结果来说算正常",{"type":27,"tag":35,"props":3358,"children":3359},{},[3360,3365],{"type":27,"tag":603,"props":3361,"children":3362},{},[3363],{"type":33,"value":3364},"可能的优化方向",{"type":33,"value":2939},{"type":27,"tag":325,"props":3367,"children":3368},{},[3369,3374,3379],{"type":27,"tag":188,"props":3370,"children":3371},{},[3372],{"type":33,"value":3373},"提升排名到前 3 位可以显著提高 CTR",{"type":27,"tag":188,"props":3375,"children":3376},{},[3377],{"type":33,"value":3378},"优化 Title 和 Description 可以在当前排名下提高 CTR",{"type":27,"tag":188,"props":3380,"children":3381},{},[3382],{"type":33,"value":3383},"分析具体查询词，了解用户搜索意图",{"type":27,"tag":35,"props":3385,"children":3386},{},[3387],{"type":27,"tag":603,"props":3388,"children":3389},{},[3390],{"type":33,"value":3391},"筛选维度详解",{"type":27,"tag":35,"props":3393,"children":3394},{},[3395],{"type":33,"value":3396},"效果报告支持多种筛选维度：",{"type":27,"tag":35,"props":3398,"children":3399},{},[3400],{"type":27,"tag":603,"props":3401,"children":3402},{},[3403],{"type":33,"value":3404},"查询（Queries）",{"type":27,"tag":184,"props":3406,"children":3407},{},[3408,3413,3418],{"type":27,"tag":188,"props":3409,"children":3410},{},[3411],{"type":33,"value":3412},"展示用户实际搜索的关键词",{"type":27,"tag":188,"props":3414,"children":3415},{},[3416],{"type":33,"value":3417},"这是发现新关键词机会的金矿",{"type":27,"tag":188,"props":3419,"children":3420},{},[3421],{"type":33,"value":3422},"注意：部分查询因隐私保护不会显示",{"type":27,"tag":35,"props":3424,"children":3425},{},[3426],{"type":27,"tag":603,"props":3427,"children":3428},{},[3429],{"type":33,"value":3430},"页面（Pages）",{"type":27,"tag":184,"props":3432,"children":3433},{},[3434,3439,3444],{"type":27,"tag":188,"props":3435,"children":3436},{},[3437],{"type":33,"value":3438},"按具体 URL 查看表现",{"type":27,"tag":188,"props":3440,"children":3441},{},[3442],{"type":33,"value":3443},"找出表现最好和最差的页面",{"type":27,"tag":188,"props":3445,"children":3446},{},[3447],{"type":33,"value":3448},"发现需要优化的低效页面",{"type":27,"tag":35,"props":3450,"children":3451},{},[3452],{"type":27,"tag":603,"props":3453,"children":3454},{},[3455],{"type":33,"value":3456},"国家/地区（Countries）",{"type":27,"tag":184,"props":3458,"children":3459},{},[3460,3465,3470],{"type":27,"tag":188,"props":3461,"children":3462},{},[3463],{"type":33,"value":3464},"了解流量的地理分布",{"type":27,"tag":188,"props":3466,"children":3467},{},[3468],{"type":33,"value":3469},"对于多语言网站特别重要",{"type":27,"tag":188,"props":3471,"children":3472},{},[3473],{"type":33,"value":3474},"发现意外的国际流量机会",{"type":27,"tag":35,"props":3476,"children":3477},{},[3478],{"type":27,"tag":603,"props":3479,"children":3480},{},[3481],{"type":33,"value":3482},"设备（Devices）",{"type":27,"tag":184,"props":3484,"children":3485},{},[3486,3491,3496],{"type":27,"tag":188,"props":3487,"children":3488},{},[3489],{"type":33,"value":3490},"区分桌面端、移动端、平板",{"type":27,"tag":188,"props":3492,"children":3493},{},[3494],{"type":33,"value":3495},"现在移动流量通常占主导",{"type":27,"tag":188,"props":3497,"children":3498},{},[3499],{"type":33,"value":3500},"如果移动表现差，需要检查移动体验",{"type":27,"tag":35,"props":3502,"children":3503},{},[3504],{"type":27,"tag":603,"props":3505,"children":3506},{},[3507],{"type":33,"value":3508},"搜索外观（Search Appearance）",{"type":27,"tag":184,"props":3510,"children":3511},{},[3512,3517,3522],{"type":27,"tag":188,"props":3513,"children":3514},{},[3515],{"type":33,"value":3516},"展示结果在 SERP 中的呈现方式",{"type":27,"tag":188,"props":3518,"children":3519},{},[3520],{"type":33,"value":3521},"包括：视频结果、FAQ、产品结果等",{"type":27,"tag":188,"props":3523,"children":3524},{},[3525],{"type":33,"value":3526},"帮助理解富媒体搜索结果的贡献",{"type":27,"tag":35,"props":3528,"children":3529},{},[3530],{"type":27,"tag":603,"props":3531,"children":3532},{},[3533],{"type":33,"value":3534},"日期范围",{"type":27,"tag":184,"props":3536,"children":3537},{},[3538,3543,3548],{"type":27,"tag":188,"props":3539,"children":3540},{},[3541],{"type":33,"value":3542},"最多可查看 16 个月的数据",{"type":27,"tag":188,"props":3544,"children":3545},{},[3546],{"type":33,"value":3547},"支持对比不同时间段",{"type":27,"tag":188,"props":3549,"children":3550},{},[3551],{"type":33,"value":3552},"用于分析趋势和季节性变化",{"type":27,"tag":663,"props":3554,"children":3556},{"id":3555},"二网址检查工具",[3557],{"type":33,"value":3558},"二、网址检查工具",{"type":27,"tag":35,"props":3560,"children":3561},{},[3562],{"type":33,"value":3563},"这是诊断单个页面问题的利器。输入任何 URL，可以看到：",{"type":27,"tag":35,"props":3565,"children":3566},{},[3567],{"type":27,"tag":603,"props":3568,"children":3569},{},[3570],{"type":33,"value":3571},"索引状态",{"type":27,"tag":184,"props":3573,"children":3574},{},[3575,3580,3585],{"type":27,"tag":188,"props":3576,"children":3577},{},[3578],{"type":33,"value":3579},"页面是否已被 Google 索引",{"type":27,"tag":188,"props":3581,"children":3582},{},[3583],{"type":33,"value":3584},"如果没有，原因是什么",{"type":27,"tag":188,"props":3586,"children":3587},{},[3588],{"type":33,"value":3589},"上次爬取时间",{"type":27,"tag":35,"props":3591,"children":3592},{},[3593],{"type":27,"tag":603,"props":3594,"children":3595},{},[3596],{"type":33,"value":3597},"覆盖范围详情",{"type":27,"tag":184,"props":3599,"children":3600},{},[3601,3606,3611],{"type":27,"tag":188,"props":3602,"children":3603},{},[3604],{"type":33,"value":3605},"页面是否有资格出现在搜索结果中",{"type":27,"tag":188,"props":3607,"children":3608},{},[3609],{"type":33,"value":3610},"是否有任何阻止索引的问题",{"type":27,"tag":188,"props":3612,"children":3613},{},[3614],{"type":33,"value":3615},"canonical URL 是什么",{"type":27,"tag":35,"props":3617,"children":3618},{},[3619],{"type":27,"tag":603,"props":3620,"children":3621},{},[3622],{"type":33,"value":3623},"移动设备易用性",{"type":27,"tag":184,"props":3625,"children":3626},{},[3627,3632],{"type":27,"tag":188,"props":3628,"children":3629},{},[3630],{"type":33,"value":3631},"页面是否适合移动设备",{"type":27,"tag":188,"props":3633,"children":3634},{},[3635],{"type":33,"value":3636},"存在哪些移动端问题",{"type":27,"tag":35,"props":3638,"children":3639},{},[3640],{"type":27,"tag":603,"props":3641,"children":3642},{},[3643],{"type":33,"value":3644},"使用场景",{"type":27,"tag":35,"props":3646,"children":3647},{},[3648],{"type":27,"tag":603,"props":3649,"children":3650},{},[3651],{"type":33,"value":3652},"场景一：新发布的内容",{"type":27,"tag":1662,"props":3654,"children":3656},{"code":3655},"发布新文章后 → 使用网址检查 → 申请编入索引\n可以加速 Google 发现和索引新内容\n",[3657],{"type":27,"tag":886,"props":3658,"children":3659},{"__ignoreMap":7},[3660],{"type":33,"value":3655},{"type":27,"tag":35,"props":3662,"children":3663},{},[3664],{"type":27,"tag":603,"props":3665,"children":3666},{},[3667],{"type":33,"value":3668},"场景二：更新后的内容",{"type":27,"tag":1662,"props":3670,"children":3672},{"code":3671},"修改重要页面后 → 使用网址检查 → 检查实时测试\n确认 Google 看到的是最新版本\n",[3673],{"type":27,"tag":886,"props":3674,"children":3675},{"__ignoreMap":7},[3676],{"type":33,"value":3671},{"type":27,"tag":35,"props":3678,"children":3679},{},[3680],{"type":27,"tag":603,"props":3681,"children":3682},{},[3683],{"type":33,"value":3684},"场景三：排名突然下降",{"type":27,"tag":1662,"props":3686,"children":3688},{"code":3687},"发现排名下降 → 使用网址检查 → 检查是否有索引问题\n排除技术层面的问题\n",[3689],{"type":27,"tag":886,"props":3690,"children":3691},{"__ignoreMap":7},[3692],{"type":33,"value":3687},{"type":27,"tag":663,"props":3694,"children":3696},{"id":3695},"三索引覆盖报告",[3697],{"type":33,"value":3698},"三、索引覆盖报告",{"type":27,"tag":35,"props":3700,"children":3701},{},[3702],{"type":33,"value":3703},"这份报告展示了网站所有页面的索引状态，分为四类：",{"type":27,"tag":35,"props":3705,"children":3706},{},[3707],{"type":27,"tag":603,"props":3708,"children":3709},{},[3710],{"type":33,"value":3711},"有效（Valid）",{"type":27,"tag":184,"props":3713,"children":3714},{},[3715,3720,3725],{"type":27,"tag":188,"props":3716,"children":3717},{},[3718],{"type":33,"value":3719},"页面已被成功索引",{"type":27,"tag":188,"props":3721,"children":3722},{},[3723],{"type":33,"value":3724},"可以出现在搜索结果中",{"type":27,"tag":188,"props":3726,"children":3727},{},[3728],{"type":33,"value":3729},"这是你希望看到的状态",{"type":27,"tag":35,"props":3731,"children":3732},{},[3733],{"type":27,"tag":603,"props":3734,"children":3735},{},[3736],{"type":33,"value":3737},"有效但有警告（Valid with warnings）",{"type":27,"tag":184,"props":3739,"children":3740},{},[3741,3746,3751],{"type":27,"tag":188,"props":3742,"children":3743},{},[3744],{"type":33,"value":3745},"页面已索引，但存在潜在问题",{"type":27,"tag":188,"props":3747,"children":3748},{},[3749],{"type":33,"value":3750},"常见情况：被 robots.txt 阻止但仍被索引",{"type":27,"tag":188,"props":3752,"children":3753},{},[3754],{"type":33,"value":3755},"需要检查是否符合预期",{"type":27,"tag":35,"props":3757,"children":3758},{},[3759],{"type":27,"tag":603,"props":3760,"children":3761},{},[3762],{"type":33,"value":3763},"错误（Error）",{"type":27,"tag":184,"props":3765,"children":3766},{},[3767,3772,3777],{"type":27,"tag":188,"props":3768,"children":3769},{},[3770],{"type":33,"value":3771},"页面无法被索引",{"type":27,"tag":188,"props":3773,"children":3774},{},[3775],{"type":33,"value":3776},"需要优先处理",{"type":27,"tag":188,"props":3778,"children":3779},{},[3780],{"type":33,"value":3781},"常见原因：服务器错误、重定向问题",{"type":27,"tag":35,"props":3783,"children":3784},{},[3785],{"type":27,"tag":603,"props":3786,"children":3787},{},[3788],{"type":33,"value":3789},"已排除（Excluded）",{"type":27,"tag":184,"props":3791,"children":3792},{},[3793,3798,3803],{"type":27,"tag":188,"props":3794,"children":3795},{},[3796],{"type":33,"value":3797},"页面被有意或无意排除在索引之外",{"type":27,"tag":188,"props":3799,"children":3800},{},[3801],{"type":33,"value":3802},"包括：规范化的替代页面、被 noindex 标记的页面",{"type":27,"tag":188,"props":3804,"children":3805},{},[3806],{"type":33,"value":3755},{"type":27,"tag":35,"props":3808,"children":3809},{},[3810],{"type":27,"tag":603,"props":3811,"children":3812},{},[3813],{"type":33,"value":3814},"常见错误及解决方案",{"type":27,"tag":56,"props":3816,"children":3817},{},[3818,3837],{"type":27,"tag":60,"props":3819,"children":3820},{},[3821],{"type":27,"tag":64,"props":3822,"children":3823},{},[3824,3828,3833],{"type":27,"tag":68,"props":3825,"children":3826},{},[3827],{"type":33,"value":2180},{"type":27,"tag":68,"props":3829,"children":3830},{},[3831],{"type":33,"value":3832},"可能原因",{"type":27,"tag":68,"props":3834,"children":3835},{},[3836],{"type":33,"value":2190},{"type":27,"tag":84,"props":3838,"children":3839},{},[3840,3858,3876,3894,3912],{"type":27,"tag":64,"props":3841,"children":3842},{},[3843,3848,3853],{"type":27,"tag":91,"props":3844,"children":3845},{},[3846],{"type":33,"value":3847},"服务器错误 (5xx)",{"type":27,"tag":91,"props":3849,"children":3850},{},[3851],{"type":33,"value":3852},"服务器问题、程序错误",{"type":27,"tag":91,"props":3854,"children":3855},{},[3856],{"type":33,"value":3857},"检查服务器日志，修复代码问题",{"type":27,"tag":64,"props":3859,"children":3860},{},[3861,3866,3871],{"type":27,"tag":91,"props":3862,"children":3863},{},[3864],{"type":33,"value":3865},"重定向错误",{"type":27,"tag":91,"props":3867,"children":3868},{},[3869],{"type":33,"value":3870},"重定向链过长、重定向循环",{"type":27,"tag":91,"props":3872,"children":3873},{},[3874],{"type":33,"value":3875},"简化重定向，消除循环",{"type":27,"tag":64,"props":3877,"children":3878},{},[3879,3884,3889],{"type":27,"tag":91,"props":3880,"children":3881},{},[3882],{"type":33,"value":3883},"已提交的 URL 被 robots.txt 阻止",{"type":27,"tag":91,"props":3885,"children":3886},{},[3887],{"type":33,"value":3888},"robots.txt 规则冲突",{"type":27,"tag":91,"props":3890,"children":3891},{},[3892],{"type":33,"value":3893},"修改 robots.txt 或从 sitemap 移除",{"type":27,"tag":64,"props":3895,"children":3896},{},[3897,3902,3907],{"type":27,"tag":91,"props":3898,"children":3899},{},[3900],{"type":33,"value":3901},"软 404",{"type":27,"tag":91,"props":3903,"children":3904},{},[3905],{"type":33,"value":3906},"页面返回 200 但内容为空或错误",{"type":27,"tag":91,"props":3908,"children":3909},{},[3910],{"type":33,"value":3911},"确保页面有实质内容或返回真正的 404",{"type":27,"tag":64,"props":3913,"children":3914},{},[3915,3920,3925],{"type":27,"tag":91,"props":3916,"children":3917},{},[3918],{"type":33,"value":3919},"已抓取但未编入索引",{"type":27,"tag":91,"props":3921,"children":3922},{},[3923],{"type":33,"value":3924},"内容质量问题、重复内容",{"type":27,"tag":91,"props":3926,"children":3927},{},[3928],{"type":33,"value":3929},"提升内容质量，确保唯一性",{"type":27,"tag":663,"props":3931,"children":3933},{"id":3932},"四sitemap-管理",[3934],{"type":33,"value":3935},"四、Sitemap 管理",{"type":27,"tag":35,"props":3937,"children":3938},{},[3939],{"type":33,"value":3940},"Sitemap（站点地图）帮助 Google 更有效地发现和理解你的网站结构。",{"type":27,"tag":35,"props":3942,"children":3943},{},[3944],{"type":27,"tag":603,"props":3945,"children":3946},{},[3947],{"type":33,"value":3948},"提交 Sitemap 的步骤",{"type":27,"tag":325,"props":3950,"children":3951},{},[3952,3957,3962,3967],{"type":27,"tag":188,"props":3953,"children":3954},{},[3955],{"type":33,"value":3956},"确保你有一个有效的 XML Sitemap",{"type":27,"tag":188,"props":3958,"children":3959},{},[3960],{"type":33,"value":3961},"在 GSC 中导航到\"站点地图\"",{"type":27,"tag":188,"props":3963,"children":3964},{},[3965],{"type":33,"value":3966},"输入 Sitemap URL（通常是 /sitemap.xml）",{"type":27,"tag":188,"props":3968,"children":3969},{},[3970],{"type":33,"value":3971},"点击提交",{"type":27,"tag":35,"props":3973,"children":3974},{},[3975],{"type":27,"tag":603,"props":3976,"children":3977},{},[3978],{"type":33,"value":3979},"Sitemap 最佳实践",{"type":27,"tag":1662,"props":3981,"children":3986},{"code":3982,"language":3983,"meta":7,"className":3984},"\u003C?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\u003Curlset xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n  \u003Curl>\n    \u003Cloc>https://example.com/page1\u003C/loc>\n    \u003Clastmod>2025-12-24\u003C/lastmod>\n    \u003Cchangefreq>weekly\u003C/changefreq>\n    \u003Cpriority>0.8\u003C/priority>\n  \u003C/url>\n  \u003C!-- 更多 URL -->\n\u003C/urlset>\n","xml",[3985],"language-xml",[3987],{"type":27,"tag":886,"props":3988,"children":3989},{"__ignoreMap":7},[3990],{"type":33,"value":3982},{"type":27,"tag":35,"props":3992,"children":3993},{},[3994,3999],{"type":27,"tag":603,"props":3995,"children":3996},{},[3997],{"type":33,"value":3998},"注意事项",{"type":33,"value":2939},{"type":27,"tag":184,"props":4001,"children":4002},{},[4003,4008,4013,4018],{"type":27,"tag":188,"props":4004,"children":4005},{},[4006],{"type":33,"value":4007},"只包含你希望被索引的规范 URL",{"type":27,"tag":188,"props":4009,"children":4010},{},[4011],{"type":33,"value":4012},"定期更新 lastmod 日期",{"type":27,"tag":188,"props":4014,"children":4015},{},[4016],{"type":33,"value":4017},"大型网站使用 Sitemap 索引文件",{"type":27,"tag":188,"props":4019,"children":4020},{},[4021],{"type":33,"value":4022},"确保 Sitemap 中的 URL 都返回 200 状态",{"type":27,"tag":35,"props":4024,"children":4025},{},[4026],{"type":27,"tag":603,"props":4027,"children":4028},{},[4029],{"type":33,"value":4030},"Sitemap 状态解读",{"type":27,"tag":56,"props":4032,"children":4033},{},[4034,4049],{"type":27,"tag":60,"props":4035,"children":4036},{},[4037],{"type":27,"tag":64,"props":4038,"children":4039},{},[4040,4045],{"type":27,"tag":68,"props":4041,"children":4042},{},[4043],{"type":33,"value":4044},"状态",{"type":27,"tag":68,"props":4046,"children":4047},{},[4048],{"type":33,"value":3196},{"type":27,"tag":84,"props":4050,"children":4051},{},[4052,4065,4078,4091],{"type":27,"tag":64,"props":4053,"children":4054},{},[4055,4060],{"type":27,"tag":91,"props":4056,"children":4057},{},[4058],{"type":33,"value":4059},"成功",{"type":27,"tag":91,"props":4061,"children":4062},{},[4063],{"type":33,"value":4064},"Sitemap 已处理，没有问题",{"type":27,"tag":64,"props":4066,"children":4067},{},[4068,4073],{"type":27,"tag":91,"props":4069,"children":4070},{},[4071],{"type":33,"value":4072},"有错误",{"type":27,"tag":91,"props":4074,"children":4075},{},[4076],{"type":33,"value":4077},"Sitemap 格式有问题",{"type":27,"tag":64,"props":4079,"children":4080},{},[4081,4086],{"type":27,"tag":91,"props":4082,"children":4083},{},[4084],{"type":33,"value":4085},"无法获取",{"type":27,"tag":91,"props":4087,"children":4088},{},[4089],{"type":33,"value":4090},"Google 无法访问 Sitemap",{"type":27,"tag":64,"props":4092,"children":4093},{},[4094,4099],{"type":27,"tag":91,"props":4095,"children":4096},{},[4097],{"type":33,"value":4098},"待处理",{"type":27,"tag":91,"props":4100,"children":4101},{},[4102],{"type":33,"value":4103},"Sitemap 已提交，等待处理",{"type":27,"tag":663,"props":4105,"children":4107},{"id":4106},"五移动设备易用性报告",[4108],{"type":33,"value":4109},"五、移动设备易用性报告",{"type":27,"tag":35,"props":4111,"children":4112},{},[4113],{"type":33,"value":4114},"随着 Google 采用移动优先索引，这份报告变得越来越重要。",{"type":27,"tag":35,"props":4116,"children":4117},{},[4118],{"type":27,"tag":603,"props":4119,"children":4120},{},[4121],{"type":33,"value":4122},"常见移动端问题",{"type":27,"tag":56,"props":4124,"children":4125},{},[4126,4145],{"type":27,"tag":60,"props":4127,"children":4128},{},[4129],{"type":27,"tag":64,"props":4130,"children":4131},{},[4132,4137,4141],{"type":27,"tag":68,"props":4133,"children":4134},{},[4135],{"type":33,"value":4136},"问题",{"type":27,"tag":68,"props":4138,"children":4139},{},[4140],{"type":33,"value":1767},{"type":27,"tag":68,"props":4142,"children":4143},{},[4144],{"type":33,"value":2190},{"type":27,"tag":84,"props":4146,"children":4147},{},[4148,4166,4184,4202],{"type":27,"tag":64,"props":4149,"children":4150},{},[4151,4156,4161],{"type":27,"tag":91,"props":4152,"children":4153},{},[4154],{"type":33,"value":4155},"文字太小无法阅读",{"type":27,"tag":91,"props":4157,"children":4158},{},[4159],{"type":33,"value":4160},"字体小于 16px",{"type":27,"tag":91,"props":4162,"children":4163},{},[4164],{"type":33,"value":4165},"增大字体，使用相对单位",{"type":27,"tag":64,"props":4167,"children":4168},{},[4169,4174,4179],{"type":27,"tag":91,"props":4170,"children":4171},{},[4172],{"type":33,"value":4173},"可点击元素过于靠近",{"type":27,"tag":91,"props":4175,"children":4176},{},[4177],{"type":33,"value":4178},"按钮/链接间距不足",{"type":27,"tag":91,"props":4180,"children":4181},{},[4182],{"type":33,"value":4183},"增加触摸目标间距（至少 48px）",{"type":27,"tag":64,"props":4185,"children":4186},{},[4187,4192,4197],{"type":27,"tag":91,"props":4188,"children":4189},{},[4190],{"type":33,"value":4191},"内容宽度超出屏幕",{"type":27,"tag":91,"props":4193,"children":4194},{},[4195],{"type":33,"value":4196},"水平滚动",{"type":27,"tag":91,"props":4198,"children":4199},{},[4200],{"type":33,"value":4201},"使用响应式设计，设置 viewport",{"type":27,"tag":64,"props":4203,"children":4204},{},[4205,4210,4215],{"type":27,"tag":91,"props":4206,"children":4207},{},[4208],{"type":33,"value":4209},"视口未设置",{"type":27,"tag":91,"props":4211,"children":4212},{},[4213],{"type":33,"value":4214},"缺少 viewport meta 标签",{"type":27,"tag":91,"props":4216,"children":4217},{},[4218],{"type":33,"value":4219},"添加 viewport 标签",{"type":27,"tag":1662,"props":4221,"children":4224},{"code":4222,"language":1667,"meta":7,"className":4223},"\u003C!-- 正确的 viewport 设置 -->\n\u003Cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n",[1665],[4225],{"type":27,"tag":886,"props":4226,"children":4227},{"__ignoreMap":7},[4228],{"type":33,"value":4222},{"type":27,"tag":663,"props":4230,"children":4232},{"id":4231},"六核心网页指标报告",[4233],{"type":33,"value":4234},"六、核心网页指标报告",{"type":27,"tag":35,"props":4236,"children":4237},{},[4238],{"type":33,"value":4239},"Core Web Vitals 现在是 Google 排名因素之一，GSC 提供详细的诊断报告。",{"type":27,"tag":35,"props":4241,"children":4242},{},[4243],{"type":27,"tag":603,"props":4244,"children":4245},{},[4246],{"type":33,"value":4247},"三大核心指标",{"type":27,"tag":56,"props":4249,"children":4250},{},[4251,4275],{"type":27,"tag":60,"props":4252,"children":4253},{},[4254],{"type":27,"tag":64,"props":4255,"children":4256},{},[4257,4261,4266,4270],{"type":27,"tag":68,"props":4258,"children":4259},{},[4260],{"type":33,"value":3191},{"type":27,"tag":68,"props":4262,"children":4263},{},[4264],{"type":33,"value":4265},"全称",{"type":27,"tag":68,"props":4267,"children":4268},{},[4269],{"type":33,"value":3196},{"type":27,"tag":68,"props":4271,"children":4272},{},[4273],{"type":33,"value":4274},"良好标准",{"type":27,"tag":84,"props":4276,"children":4277},{},[4278,4301,4324],{"type":27,"tag":64,"props":4279,"children":4280},{},[4281,4286,4291,4296],{"type":27,"tag":91,"props":4282,"children":4283},{},[4284],{"type":33,"value":4285},"LCP",{"type":27,"tag":91,"props":4287,"children":4288},{},[4289],{"type":33,"value":4290},"Largest Contentful Paint",{"type":27,"tag":91,"props":4292,"children":4293},{},[4294],{"type":33,"value":4295},"最大内容绘制时间",{"type":27,"tag":91,"props":4297,"children":4298},{},[4299],{"type":33,"value":4300},"≤ 2.5s",{"type":27,"tag":64,"props":4302,"children":4303},{},[4304,4309,4314,4319],{"type":27,"tag":91,"props":4305,"children":4306},{},[4307],{"type":33,"value":4308},"INP",{"type":27,"tag":91,"props":4310,"children":4311},{},[4312],{"type":33,"value":4313},"Interaction to Next Paint",{"type":27,"tag":91,"props":4315,"children":4316},{},[4317],{"type":33,"value":4318},"交互到下一次绘制",{"type":27,"tag":91,"props":4320,"children":4321},{},[4322],{"type":33,"value":4323},"≤ 200ms",{"type":27,"tag":64,"props":4325,"children":4326},{},[4327,4332,4337,4342],{"type":27,"tag":91,"props":4328,"children":4329},{},[4330],{"type":33,"value":4331},"CLS",{"type":27,"tag":91,"props":4333,"children":4334},{},[4335],{"type":33,"value":4336},"Cumulative Layout Shift",{"type":27,"tag":91,"props":4338,"children":4339},{},[4340],{"type":33,"value":4341},"累积布局偏移",{"type":27,"tag":91,"props":4343,"children":4344},{},[4345],{"type":33,"value":4346},"≤ 0.1",{"type":27,"tag":35,"props":4348,"children":4349},{},[4350],{"type":27,"tag":603,"props":4351,"children":4352},{},[4353],{"type":33,"value":4354},"报告解读",{"type":27,"tag":35,"props":4356,"children":4357},{},[4358],{"type":33,"value":4359},"GSC 将 URL 分为三类：",{"type":27,"tag":184,"props":4361,"children":4362},{},[4363,4373,4383],{"type":27,"tag":188,"props":4364,"children":4365},{},[4366,4371],{"type":27,"tag":603,"props":4367,"children":4368},{},[4369],{"type":33,"value":4370},"良好",{"type":33,"value":4372},"：所有核心指标都达标",{"type":27,"tag":188,"props":4374,"children":4375},{},[4376,4381],{"type":27,"tag":603,"props":4377,"children":4378},{},[4379],{"type":33,"value":4380},"需要改进",{"type":33,"value":4382},"：有指标接近阈值",{"type":27,"tag":188,"props":4384,"children":4385},{},[4386,4391],{"type":27,"tag":603,"props":4387,"children":4388},{},[4389],{"type":33,"value":4390},"较差",{"type":33,"value":4392},"：有指标超出阈值",{"type":27,"tag":35,"props":4394,"children":4395},{},[4396],{"type":27,"tag":603,"props":4397,"children":4398},{},[4399],{"type":33,"value":4400},"优化优先级",{"type":27,"tag":325,"props":4402,"children":4403},{},[4404,4409,4414],{"type":27,"tag":188,"props":4405,"children":4406},{},[4407],{"type":33,"value":4408},"首先处理\"较差\"的 URL",{"type":27,"tag":188,"props":4410,"children":4411},{},[4412],{"type":33,"value":4413},"从流量大的页面开始",{"type":27,"tag":188,"props":4415,"children":4416},{},[4417],{"type":33,"value":4418},"解决影响最多 URL 的共性问题",{"type":27,"tag":28,"props":4420,"children":4422},{"id":4421},"高级应用技巧",[4423],{"type":33,"value":4421},{"type":27,"tag":663,"props":4425,"children":4427},{"id":4426},"技巧一发现低-ctr-高排名的机会",[4428],{"type":33,"value":4429},"技巧一：发现低 CTR 高排名的机会",{"type":27,"tag":35,"props":4431,"children":4432},{},[4433],{"type":33,"value":4434},"这些页面排名已经不错，但点击率低于预期，是最容易优化的目标。",{"type":27,"tag":35,"props":4436,"children":4437},{},[4438,4443],{"type":27,"tag":603,"props":4439,"children":4440},{},[4441],{"type":33,"value":4442},"筛选方法",{"type":33,"value":2939},{"type":27,"tag":325,"props":4445,"children":4446},{},[4447,4452,4457,4462],{"type":27,"tag":188,"props":4448,"children":4449},{},[4450],{"type":33,"value":4451},"进入效果报告",{"type":27,"tag":188,"props":4453,"children":4454},{},[4455],{"type":33,"value":4456},"按平均排名筛选：位置 \u003C 10",{"type":27,"tag":188,"props":4458,"children":4459},{},[4460],{"type":33,"value":4461},"按 CTR 排序：从低到高",{"type":27,"tag":188,"props":4463,"children":4464},{},[4465],{"type":33,"value":4466},"找出排名前 10 但 CTR 低于 3% 的页面",{"type":27,"tag":35,"props":4468,"children":4469},{},[4470,4475],{"type":27,"tag":603,"props":4471,"children":4472},{},[4473],{"type":33,"value":4474},"优化方向",{"type":33,"value":2939},{"type":27,"tag":184,"props":4477,"children":4478},{},[4479,4484,4489],{"type":27,"tag":188,"props":4480,"children":4481},{},[4482],{"type":33,"value":4483},"重写更吸引人的 Title",{"type":27,"tag":188,"props":4485,"children":4486},{},[4487],{"type":33,"value":4488},"优化 Meta Description",{"type":27,"tag":188,"props":4490,"children":4491},{},[4492],{"type":33,"value":4493},"添加结构化数据获得富媒体展示",{"type":27,"tag":663,"props":4495,"children":4497},{"id":4496},"技巧二找出内容差距",[4498],{"type":33,"value":4499},"技巧二：找出内容差距",{"type":27,"tag":35,"props":4501,"children":4502},{},[4503],{"type":33,"value":4504},"通过分析展示但未点击的查询词，发现内容优化机会。",{"type":27,"tag":35,"props":4506,"children":4507},{},[4508,4513],{"type":27,"tag":603,"props":4509,"children":4510},{},[4511],{"type":33,"value":4512},"方法",{"type":33,"value":2939},{"type":27,"tag":325,"props":4515,"children":4516},{},[4517,4522,4527],{"type":27,"tag":188,"props":4518,"children":4519},{},[4520],{"type":33,"value":4521},"效果报告 → 查询",{"type":27,"tag":188,"props":4523,"children":4524},{},[4525],{"type":33,"value":4526},"筛选：展示次数 > 100，点击次数 \u003C 5",{"type":27,"tag":188,"props":4528,"children":4529},{},[4530],{"type":33,"value":4531},"分析这些查询与现有内容的匹配度",{"type":27,"tag":35,"props":4533,"children":4534},{},[4535],{"type":33,"value":4536},"如果某个查询词有大量展示但几乎没有点击，可能意味着：",{"type":27,"tag":184,"props":4538,"children":4539},{},[4540,4545,4550],{"type":27,"tag":188,"props":4541,"children":4542},{},[4543],{"type":33,"value":4544},"你的页面不够匹配用户意图",{"type":27,"tag":188,"props":4546,"children":4547},{},[4548],{"type":33,"value":4549},"需要创建更针对性的内容",{"type":27,"tag":188,"props":4551,"children":4552},{},[4553],{"type":33,"value":4554},"Title/Description 没有很好地回应这个查询",{"type":27,"tag":663,"props":4556,"children":4558},{"id":4557},"技巧三监控品牌搜索",[4559],{"type":33,"value":4560},"技巧三：监控品牌搜索",{"type":27,"tag":35,"props":4562,"children":4563},{},[4564],{"type":33,"value":4565},"品牌搜索是最直接反映品牌知名度的指标。",{"type":27,"tag":35,"props":4567,"children":4568},{},[4569,4574],{"type":27,"tag":603,"props":4570,"children":4571},{},[4572],{"type":33,"value":4573},"设置方法",{"type":33,"value":2939},{"type":27,"tag":325,"props":4576,"children":4577},{},[4578,4583,4588],{"type":27,"tag":188,"props":4579,"children":4580},{},[4581],{"type":33,"value":4582},"效果报告 → 新建筛选",{"type":27,"tag":188,"props":4584,"children":4585},{},[4586],{"type":33,"value":4587},"查询包含：你的品牌名",{"type":27,"tag":188,"props":4589,"children":4590},{},[4591],{"type":33,"value":4592},"保存这个视图",{"type":27,"tag":35,"props":4594,"children":4595},{},[4596,4601],{"type":27,"tag":603,"props":4597,"children":4598},{},[4599],{"type":33,"value":4600},"监控要点",{"type":33,"value":2939},{"type":27,"tag":184,"props":4603,"children":4604},{},[4605,4610,4615],{"type":27,"tag":188,"props":4606,"children":4607},{},[4608],{"type":33,"value":4609},"品牌搜索量的趋势（增长/下降）",{"type":27,"tag":188,"props":4611,"children":4612},{},[4613],{"type":33,"value":4614},"品牌相关查询的变体",{"type":27,"tag":188,"props":4616,"children":4617},{},[4618],{"type":33,"value":4619},"是否有负面相关查询出现",{"type":27,"tag":663,"props":4621,"children":4623},{"id":4622},"技巧四对比时间段",[4624],{"type":33,"value":4625},"技巧四：对比时间段",{"type":27,"tag":35,"props":4627,"children":4628},{},[4629],{"type":33,"value":4630},"利用时间对比功能，发现问题和机会。",{"type":27,"tag":35,"props":4632,"children":4633},{},[4634,4639],{"type":27,"tag":603,"props":4635,"children":4636},{},[4637],{"type":33,"value":4638},"典型对比场景",{"type":33,"value":2939},{"type":27,"tag":184,"props":4641,"children":4642},{},[4643,4648,4653],{"type":27,"tag":188,"props":4644,"children":4645},{},[4646],{"type":33,"value":4647},"本周 vs 上周：发现近期变化",{"type":27,"tag":188,"props":4649,"children":4650},{},[4651],{"type":33,"value":4652},"本月 vs 上月：确认趋势",{"type":27,"tag":188,"props":4654,"children":4655},{},[4656],{"type":33,"value":4657},"今年 vs 去年：分析季节性和年度增长",{"type":27,"tag":35,"props":4659,"children":4660},{},[4661,4666],{"type":27,"tag":603,"props":4662,"children":4663},{},[4664],{"type":33,"value":4665},"如何发现问题",{"type":33,"value":2939},{"type":27,"tag":184,"props":4668,"children":4669},{},[4670,4675,4680],{"type":27,"tag":188,"props":4671,"children":4672},{},[4673],{"type":33,"value":4674},"某个关键词排名突然下降",{"type":27,"tag":188,"props":4676,"children":4677},{},[4678],{"type":33,"value":4679},"特定页面流量异常减少",{"type":27,"tag":188,"props":4681,"children":4682},{},[4683],{"type":33,"value":4684},"整体展示量下降",{"type":27,"tag":663,"props":4686,"children":4688},{"id":4687},"技巧五导出数据深度分析",[4689],{"type":33,"value":4690},"技巧五：导出数据深度分析",{"type":27,"tag":35,"props":4692,"children":4693},{},[4694],{"type":33,"value":4695},"GSC 的界面虽然直观，但数据分析能力有限。导出数据可以做更深入的分析。",{"type":27,"tag":35,"props":4697,"children":4698},{},[4699,4704],{"type":27,"tag":603,"props":4700,"children":4701},{},[4702],{"type":33,"value":4703},"导出方法",{"type":33,"value":2939},{"type":27,"tag":325,"props":4706,"children":4707},{},[4708,4713,4718],{"type":27,"tag":188,"props":4709,"children":4710},{},[4711],{"type":33,"value":4712},"点击右上角的导出按钮",{"type":27,"tag":188,"props":4714,"children":4715},{},[4716],{"type":33,"value":4717},"选择格式：Google 表格、Excel 或 CSV",{"type":27,"tag":188,"props":4719,"children":4720},{},[4721],{"type":33,"value":4722},"在电子表格中进行高级分析",{"type":27,"tag":35,"props":4724,"children":4725},{},[4726,4731],{"type":27,"tag":603,"props":4727,"children":4728},{},[4729],{"type":33,"value":4730},"进阶分析思路",{"type":33,"value":2939},{"type":27,"tag":184,"props":4733,"children":4734},{},[4735,4740,4745],{"type":27,"tag":188,"props":4736,"children":4737},{},[4738],{"type":33,"value":4739},"按页面类型分组分析（产品页、博客页、分类页）",{"type":27,"tag":188,"props":4741,"children":4742},{},[4743],{"type":33,"value":4744},"计算不同设备的 CTR 差异",{"type":27,"tag":188,"props":4746,"children":4747},{},[4748],{"type":33,"value":4749},"识别季节性关键词模式",{"type":27,"tag":28,"props":4751,"children":4753},{"id":4752},"与其他工具整合",[4754],{"type":33,"value":4752},{"type":27,"tag":663,"props":4756,"children":4758},{"id":4757},"gsc-google-analytics-4",[4759],{"type":33,"value":4760},"GSC + Google Analytics 4",{"type":27,"tag":35,"props":4762,"children":4763},{},[4764],{"type":33,"value":4765},"将 GSC 与 GA4 关联，可以在 GA4 中直接查看搜索数据。",{"type":27,"tag":35,"props":4767,"children":4768},{},[4769,4774],{"type":27,"tag":603,"props":4770,"children":4771},{},[4772],{"type":33,"value":4773},"关联步骤",{"type":33,"value":2939},{"type":27,"tag":325,"props":4776,"children":4777},{},[4778,4783,4788,4793],{"type":27,"tag":188,"props":4779,"children":4780},{},[4781],{"type":33,"value":4782},"在 GA4 中进入管理",{"type":27,"tag":188,"props":4784,"children":4785},{},[4786],{"type":33,"value":4787},"产品关联 → Search Console 链接",{"type":27,"tag":188,"props":4789,"children":4790},{},[4791],{"type":33,"value":4792},"选择对应的 GSC 资源",{"type":27,"tag":188,"props":4794,"children":4795},{},[4796],{"type":33,"value":4797},"完成关联",{"type":27,"tag":35,"props":4799,"children":4800},{},[4801,4806],{"type":27,"tag":603,"props":4802,"children":4803},{},[4804],{"type":33,"value":4805},"关联后的好处",{"type":33,"value":2939},{"type":27,"tag":184,"props":4808,"children":4809},{},[4810,4815,4820],{"type":27,"tag":188,"props":4811,"children":4812},{},[4813],{"type":33,"value":4814},"在 GA4 中查看搜索查询数据",{"type":27,"tag":188,"props":4816,"children":4817},{},[4818],{"type":33,"value":4819},"结合用户行为分析搜索流量",{"type":27,"tag":188,"props":4821,"children":4822},{},[4823],{"type":33,"value":4824},"更完整的转化归因",{"type":27,"tag":663,"props":4826,"children":4828},{"id":4827},"gsc-looker-studio",[4829],{"type":33,"value":4830},"GSC + Looker Studio",{"type":27,"tag":35,"props":4832,"children":4833},{},[4834],{"type":33,"value":4835},"使用 Looker Studio（原 Google Data Studio）创建自动化报告。",{"type":27,"tag":35,"props":4837,"children":4838},{},[4839,4844],{"type":27,"tag":603,"props":4840,"children":4841},{},[4842],{"type":33,"value":4843},"典型仪表板包含",{"type":33,"value":2939},{"type":27,"tag":184,"props":4846,"children":4847},{},[4848,4853,4858,4863],{"type":27,"tag":188,"props":4849,"children":4850},{},[4851],{"type":33,"value":4852},"每周搜索流量趋势",{"type":27,"tag":188,"props":4854,"children":4855},{},[4856],{"type":33,"value":4857},"Top 10 关键词和页面",{"type":27,"tag":188,"props":4859,"children":4860},{},[4861],{"type":33,"value":4862},"问题警报（错误数量变化）",{"type":27,"tag":188,"props":4864,"children":4865},{},[4866],{"type":33,"value":4867},"核心网页指标状态",{"type":27,"tag":28,"props":4869,"children":4871},{"id":4870},"常见问题解答",[4872],{"type":33,"value":4870},{"type":27,"tag":35,"props":4874,"children":4875},{},[4876,4881],{"type":27,"tag":603,"props":4877,"children":4878},{},[4879],{"type":33,"value":4880},"Q: 数据需要多久才能在 GSC 中显示？",{"type":33,"value":4882},"\nA: 通常需要 2-3 天。GSC 的数据不是实时的，有一定延迟。最新可用数据通常是 2 天前的。",{"type":27,"tag":35,"props":4884,"children":4885},{},[4886,4891],{"type":27,"tag":603,"props":4887,"children":4888},{},[4889],{"type":33,"value":4890},"Q: 为什么我的某些页面显示\"已抓取，目前未被编入索引\"？",{"type":33,"value":4892},"\nA: 这通常意味着 Google 抓取了页面但认为不值得索引。可能原因包括：内容质量不够、与已索引页面过于相似、网站整体权重较低等。解决方法是提升内容质量和唯一性。",{"type":27,"tag":35,"props":4894,"children":4895},{},[4896,4901],{"type":27,"tag":603,"props":4897,"children":4898},{},[4899],{"type":33,"value":4900},"Q: 可以删除 GSC 中的旧数据吗？",{"type":33,"value":4902},"\nA: 不可以。GSC 会保留 16 个月的数据，这些数据无法删除。但已删除页面的数据会随时间自然消失。",{"type":27,"tag":35,"props":4904,"children":4905},{},[4906,4911],{"type":27,"tag":603,"props":4907,"children":4908},{},[4909],{"type":33,"value":4910},"Q: 多个人可以访问同一个 GSC 资源吗？",{"type":33,"value":4912},"\nA: 可以。在设置 → 用户和权限中可以添加其他用户，并设置他们的权限级别（完全、受限、只读）。",{"type":27,"tag":35,"props":4914,"children":4915},{},[4916,4921],{"type":27,"tag":603,"props":4917,"children":4918},{},[4919],{"type":33,"value":4920},"Q: GSC 的数据和第三方工具差异很大怎么办？",{"type":33,"value":4922},"\nA: GSC 的数据是最权威的，因为它直接来自 Google。第三方工具的数据是估算的。如果差异很大，以 GSC 为准。",{"type":27,"tag":28,"props":4924,"children":4926},{"id":4925},"行动清单",[4927],{"type":33,"value":4925},{"type":27,"tag":35,"props":4929,"children":4930},{},[4931],{"type":33,"value":4932},"完成本指南的学习后，建议按以下步骤行动：",{"type":27,"tag":35,"props":4934,"children":4935},{},[4936],{"type":27,"tag":603,"props":4937,"children":4938},{},[4939],{"type":33,"value":4940},"第一周：基础设置",{"type":27,"tag":184,"props":4942,"children":4944},{"className":4943},[1285],[4945,4954,4963],{"type":27,"tag":188,"props":4946,"children":4948},{"className":4947},[1290],[4949,4952],{"type":27,"tag":1293,"props":4950,"children":4951},{"disabled":507,"type":1295},[],{"type":33,"value":4953}," 验证网站（推荐使用网域资源）",{"type":27,"tag":188,"props":4955,"children":4957},{"className":4956},[1290],[4958,4961],{"type":27,"tag":1293,"props":4959,"children":4960},{"disabled":507,"type":1295},[],{"type":33,"value":4962}," 提交 Sitemap",{"type":27,"tag":188,"props":4964,"children":4966},{"className":4965},[1290],[4967,4970],{"type":27,"tag":1293,"props":4968,"children":4969},{"disabled":507,"type":1295},[],{"type":33,"value":4971}," 关联 Google Analytics",{"type":27,"tag":35,"props":4973,"children":4974},{},[4975],{"type":27,"tag":603,"props":4976,"children":4977},{},[4978],{"type":33,"value":4979},"第二周：数据探索",{"type":27,"tag":184,"props":4981,"children":4983},{"className":4982},[1285],[4984,4993,5002],{"type":27,"tag":188,"props":4985,"children":4987},{"className":4986},[1290],[4988,4991],{"type":27,"tag":1293,"props":4989,"children":4990},{"disabled":507,"type":1295},[],{"type":33,"value":4992}," 熟悉效果报告的各项功能",{"type":27,"tag":188,"props":4994,"children":4996},{"className":4995},[1290],[4997,5000],{"type":27,"tag":1293,"props":4998,"children":4999},{"disabled":507,"type":1295},[],{"type":33,"value":5001}," 找出表现最好的 10 个页面",{"type":27,"tag":188,"props":5003,"children":5005},{"className":5004},[1290],[5006,5009],{"type":27,"tag":1293,"props":5007,"children":5008},{"disabled":507,"type":1295},[],{"type":33,"value":5010}," 找出表现最好的 10 个关键词",{"type":27,"tag":35,"props":5012,"children":5013},{},[5014],{"type":27,"tag":603,"props":5015,"children":5016},{},[5017],{"type":33,"value":5018},"第三周：问题排查",{"type":27,"tag":184,"props":5020,"children":5022},{"className":5021},[1285],[5023,5032,5041],{"type":27,"tag":188,"props":5024,"children":5026},{"className":5025},[1290],[5027,5030],{"type":27,"tag":1293,"props":5028,"children":5029},{"disabled":507,"type":1295},[],{"type":33,"value":5031}," 检查索引覆盖报告的错误",{"type":27,"tag":188,"props":5033,"children":5035},{"className":5034},[1290],[5036,5039],{"type":27,"tag":1293,"props":5037,"children":5038},{"disabled":507,"type":1295},[],{"type":33,"value":5040}," 查看移动设备易用性问题",{"type":27,"tag":188,"props":5042,"children":5044},{"className":5043},[1290],[5045,5048],{"type":27,"tag":1293,"props":5046,"children":5047},{"disabled":507,"type":1295},[],{"type":33,"value":5049}," 评估核心网页指标状态",{"type":27,"tag":35,"props":5051,"children":5052},{},[5053],{"type":27,"tag":603,"props":5054,"children":5055},{},[5056],{"type":33,"value":5057},"持续优化",{"type":27,"tag":184,"props":5059,"children":5061},{"className":5060},[1285],[5062,5071,5080],{"type":27,"tag":188,"props":5063,"children":5065},{"className":5064},[1290],[5066,5069],{"type":27,"tag":1293,"props":5067,"children":5068},{"disabled":507,"type":1295},[],{"type":33,"value":5070}," 每周查看效果报告变化",{"type":27,"tag":188,"props":5072,"children":5074},{"className":5073},[1290],[5075,5078],{"type":27,"tag":1293,"props":5076,"children":5077},{"disabled":507,"type":1295},[],{"type":33,"value":5079}," 每月检查索引和技术问题",{"type":27,"tag":188,"props":5081,"children":5083},{"className":5082},[1290],[5084,5087],{"type":27,"tag":1293,"props":5085,"children":5086},{"disabled":507,"type":1295},[],{"type":33,"value":5088}," 每季度进行深度数据分析",{"type":27,"tag":28,"props":5090,"children":5091},{"id":1367},[5092],{"type":33,"value":1367},{"type":27,"tag":35,"props":5094,"children":5095},{},[5096],{"type":33,"value":5097},"Google Search Console 是每个网站必备的 SEO 工具。它免费提供了 Google 如何看待你网站的第一手数据，是制定 SEO 策略不可或缺的信息来源。",{"type":27,"tag":35,"props":5099,"children":5100},{},[5101,5106],{"type":27,"tag":603,"props":5102,"children":5103},{},[5104],{"type":33,"value":5105},"核心要点回顾",{"type":33,"value":2939},{"type":27,"tag":325,"props":5108,"children":5109},{},[5110,5120,5130,5140,5150],{"type":27,"tag":188,"props":5111,"children":5112},{},[5113,5118],{"type":27,"tag":603,"props":5114,"children":5115},{},[5116],{"type":33,"value":5117},"正确设置",{"type":33,"value":5119},"：选择合适的资源类型，完成验证，提交 Sitemap",{"type":27,"tag":188,"props":5121,"children":5122},{},[5123,5128],{"type":27,"tag":603,"props":5124,"children":5125},{},[5126],{"type":33,"value":5127},"定期监控",{"type":33,"value":5129},"：效果报告反映搜索表现，索引报告反映技术健康",{"type":27,"tag":188,"props":5131,"children":5132},{},[5133,5138],{"type":27,"tag":603,"props":5134,"children":5135},{},[5136],{"type":33,"value":5137},"数据驱动",{"type":33,"value":5139},"：用 GSC 数据指导优化决策，而不是凭感觉",{"type":27,"tag":188,"props":5141,"children":5142},{},[5143,5148],{"type":27,"tag":603,"props":5144,"children":5145},{},[5146],{"type":33,"value":5147},"问题处理",{"type":33,"value":5149},"：及时发现和解决索引、移动端、性能等问题",{"type":27,"tag":188,"props":5151,"children":5152},{},[5153,5158],{"type":27,"tag":603,"props":5154,"children":5155},{},[5156],{"type":33,"value":5157},"持续学习",{"type":33,"value":5159},"：GSC 功能不断更新，保持关注",{"type":27,"tag":35,"props":5161,"children":5162},{},[5163,5165,5170],{"type":33,"value":5164},"记住：",{"type":27,"tag":603,"props":5166,"children":5167},{},[5168],{"type":33,"value":5169},"再强大的工具，也需要持续使用才能发挥价值",{"type":33,"value":5171},"。建议将 GSC 检查纳入日常/周度工作流程，让数据真正驱动你的 SEO 决策。",{"type":27,"tag":28,"props":5173,"children":5175},{"id":5174},"参考资源",[5176],{"type":33,"value":5174},{"type":27,"tag":184,"props":5178,"children":5179},{},[5180,5190,5200],{"type":27,"tag":188,"props":5181,"children":5182},{},[5183],{"type":27,"tag":458,"props":5184,"children":5187},{"href":5185,"rel":5186},"https://support.google.com/webmasters",[1651],[5188],{"type":33,"value":5189},"Google Search Console 官方帮助文档",{"type":27,"tag":188,"props":5191,"children":5192},{},[5193],{"type":27,"tag":458,"props":5194,"children":5197},{"href":5195,"rel":5196},"https://developers.google.com/search/blog",[1651],[5198],{"type":33,"value":5199},"Google 搜索中心博客",{"type":27,"tag":188,"props":5201,"children":5202},{},[5203],{"type":27,"tag":458,"props":5204,"children":5207},{"href":5205,"rel":5206},"https://www.youtube.com/playlist?list=PLKoqnv2vTMUOnQn-lNDfT38X9gA_CHxTo",[1651],[5208],{"type":33,"value":5209},"Search Console Training",{"title":7,"searchDepth":483,"depth":483,"links":5211},[5212,5213,5214,5218,5224,5232,5239,5243,5244,5245,5246],{"id":2550,"depth":486,"text":2553},{"id":2556,"depth":486,"text":2556},{"id":2571,"depth":486,"text":2574,"children":5215},[5216,5217],{"id":2577,"depth":483,"text":2580},{"id":2640,"depth":483,"text":2643},{"id":2792,"depth":486,"text":2795,"children":5219},[5220,5221,5222,5223],{"id":2798,"depth":483,"text":2801},{"id":2828,"depth":483,"text":2831},{"id":2960,"depth":483,"text":2963},{"id":3059,"depth":483,"text":3059},{"id":3151,"depth":486,"text":3151,"children":5225},[5226,5227,5228,5229,5230,5231],{"id":3161,"depth":483,"text":3164},{"id":3555,"depth":483,"text":3558},{"id":3695,"depth":483,"text":3698},{"id":3932,"depth":483,"text":3935},{"id":4106,"depth":483,"text":4109},{"id":4231,"depth":483,"text":4234},{"id":4421,"depth":486,"text":4421,"children":5233},[5234,5235,5236,5237,5238],{"id":4426,"depth":483,"text":4429},{"id":4496,"depth":483,"text":4499},{"id":4557,"depth":483,"text":4560},{"id":4622,"depth":483,"text":4625},{"id":4687,"depth":483,"text":4690},{"id":4752,"depth":486,"text":4752,"children":5240},[5241,5242],{"id":4757,"depth":483,"text":4760},{"id":4827,"depth":483,"text":4830},{"id":4870,"depth":486,"text":4870},{"id":4925,"depth":486,"text":4925},{"id":1367,"depth":486,"text":1367},{"id":5174,"depth":486,"text":5174},"content:topics:seo:google-search-console-guide.md","topics/seo/google-search-console-guide.md","topics/seo/google-search-console-guide",{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"title":8,"description":9,"date":10,"topic":5,"author":11,"tags":5251,"image":18,"imageQuery":19,"pexelsPhotoId":20,"pexelsUrl":21,"featured":6,"readingTime":22,"body":5252,"_type":495,"_id":496,"_source":497,"_file":498,"_stem":499,"_extension":500},[13,14,15,16,17],{"type":24,"children":5253,"toc":5615},[5254,5258,5262,5266,5269,5273,5357,5361,5364,5368,5372,5376,5391,5395,5398,5402,5406,5421,5425,5440,5444,5447,5451,5455,5474,5478,5481,5485,5489,5508,5512,5515,5519,5523,5542,5546,5549,5553,5576,5579,5583,5587,5591],{"type":27,"tag":28,"props":5255,"children":5256},{"id":30},[5257],{"type":33,"value":8},{"type":27,"tag":35,"props":5259,"children":5260},{},[5261],{"type":33,"value":39},{"type":27,"tag":35,"props":5263,"children":5264},{},[5265],{"type":33,"value":44},{"type":27,"tag":46,"props":5267,"children":5268},{},[],{"type":27,"tag":28,"props":5270,"children":5271},{"id":51},[5272],{"type":33,"value":54},{"type":27,"tag":56,"props":5274,"children":5275},{},[5276,5294],{"type":27,"tag":60,"props":5277,"children":5278},{},[5279],{"type":27,"tag":64,"props":5280,"children":5281},{},[5282,5286,5290],{"type":27,"tag":68,"props":5283,"children":5284},{},[5285],{"type":33,"value":72},{"type":27,"tag":68,"props":5287,"children":5288},{},[5289],{"type":33,"value":77},{"type":27,"tag":68,"props":5291,"children":5292},{},[5293],{"type":33,"value":82},{"type":27,"tag":84,"props":5295,"children":5296},{},[5297,5312,5327,5342],{"type":27,"tag":64,"props":5298,"children":5299},{},[5300,5304,5308],{"type":27,"tag":91,"props":5301,"children":5302},{},[5303],{"type":33,"value":16},{"type":27,"tag":91,"props":5305,"children":5306},{},[5307],{"type":33,"value":99},{"type":27,"tag":91,"props":5309,"children":5310},{},[5311],{"type":33,"value":104},{"type":27,"tag":64,"props":5313,"children":5314},{},[5315,5319,5323],{"type":27,"tag":91,"props":5316,"children":5317},{},[5318],{"type":33,"value":112},{"type":27,"tag":91,"props":5320,"children":5321},{},[5322],{"type":33,"value":117},{"type":27,"tag":91,"props":5324,"children":5325},{},[5326],{"type":33,"value":122},{"type":27,"tag":64,"props":5328,"children":5329},{},[5330,5334,5338],{"type":27,"tag":91,"props":5331,"children":5332},{},[5333],{"type":33,"value":130},{"type":27,"tag":91,"props":5335,"children":5336},{},[5337],{"type":33,"value":135},{"type":27,"tag":91,"props":5339,"children":5340},{},[5341],{"type":33,"value":140},{"type":27,"tag":64,"props":5343,"children":5344},{},[5345,5349,5353],{"type":27,"tag":91,"props":5346,"children":5347},{},[5348],{"type":33,"value":148},{"type":27,"tag":91,"props":5350,"children":5351},{},[5352],{"type":33,"value":153},{"type":27,"tag":91,"props":5354,"children":5355},{},[5356],{"type":33,"value":158},{"type":27,"tag":35,"props":5358,"children":5359},{},[5360],{"type":33,"value":163},{"type":27,"tag":46,"props":5362,"children":5363},{},[],{"type":27,"tag":28,"props":5365,"children":5366},{"id":169},[5367],{"type":33,"value":172},{"type":27,"tag":35,"props":5369,"children":5370},{},[5371],{"type":33,"value":177},{"type":27,"tag":35,"props":5373,"children":5374},{},[5375],{"type":33,"value":182},{"type":27,"tag":184,"props":5377,"children":5378},{},[5379,5383,5387],{"type":27,"tag":188,"props":5380,"children":5381},{},[5382],{"type":33,"value":192},{"type":27,"tag":188,"props":5384,"children":5385},{},[5386],{"type":33,"value":197},{"type":27,"tag":188,"props":5388,"children":5389},{},[5390],{"type":33,"value":202},{"type":27,"tag":35,"props":5392,"children":5393},{},[5394],{"type":33,"value":207},{"type":27,"tag":46,"props":5396,"children":5397},{},[],{"type":27,"tag":28,"props":5399,"children":5400},{"id":213},[5401],{"type":33,"value":216},{"type":27,"tag":35,"props":5403,"children":5404},{},[5405],{"type":33,"value":221},{"type":27,"tag":184,"props":5407,"children":5408},{},[5409,5413,5417],{"type":27,"tag":188,"props":5410,"children":5411},{},[5412],{"type":33,"value":229},{"type":27,"tag":188,"props":5414,"children":5415},{},[5416],{"type":33,"value":234},{"type":27,"tag":188,"props":5418,"children":5419},{},[5420],{"type":33,"value":239},{"type":27,"tag":35,"props":5422,"children":5423},{},[5424],{"type":33,"value":244},{"type":27,"tag":184,"props":5426,"children":5427},{},[5428,5432,5436],{"type":27,"tag":188,"props":5429,"children":5430},{},[5431],{"type":33,"value":252},{"type":27,"tag":188,"props":5433,"children":5434},{},[5435],{"type":33,"value":257},{"type":27,"tag":188,"props":5437,"children":5438},{},[5439],{"type":33,"value":262},{"type":27,"tag":35,"props":5441,"children":5442},{},[5443],{"type":33,"value":267},{"type":27,"tag":46,"props":5445,"children":5446},{},[],{"type":27,"tag":28,"props":5448,"children":5449},{"id":273},[5450],{"type":33,"value":276},{"type":27,"tag":35,"props":5452,"children":5453},{},[5454],{"type":33,"value":281},{"type":27,"tag":184,"props":5456,"children":5457},{},[5458,5462,5466,5470],{"type":27,"tag":188,"props":5459,"children":5460},{},[5461],{"type":33,"value":289},{"type":27,"tag":188,"props":5463,"children":5464},{},[5465],{"type":33,"value":294},{"type":27,"tag":188,"props":5467,"children":5468},{},[5469],{"type":33,"value":299},{"type":27,"tag":188,"props":5471,"children":5472},{},[5473],{"type":33,"value":304},{"type":27,"tag":35,"props":5475,"children":5476},{},[5477],{"type":33,"value":309},{"type":27,"tag":46,"props":5479,"children":5480},{},[],{"type":27,"tag":28,"props":5482,"children":5483},{"id":315},[5484],{"type":33,"value":318},{"type":27,"tag":35,"props":5486,"children":5487},{},[5488],{"type":33,"value":323},{"type":27,"tag":325,"props":5490,"children":5491},{},[5492,5496,5500,5504],{"type":27,"tag":188,"props":5493,"children":5494},{},[5495],{"type":33,"value":332},{"type":27,"tag":188,"props":5497,"children":5498},{},[5499],{"type":33,"value":337},{"type":27,"tag":188,"props":5501,"children":5502},{},[5503],{"type":33,"value":342},{"type":27,"tag":188,"props":5505,"children":5506},{},[5507],{"type":33,"value":347},{"type":27,"tag":35,"props":5509,"children":5510},{},[5511],{"type":33,"value":352},{"type":27,"tag":46,"props":5513,"children":5514},{},[],{"type":27,"tag":28,"props":5516,"children":5517},{"id":358},[5518],{"type":33,"value":361},{"type":27,"tag":35,"props":5520,"children":5521},{},[5522],{"type":33,"value":366},{"type":27,"tag":325,"props":5524,"children":5525},{},[5526,5530,5534,5538],{"type":27,"tag":188,"props":5527,"children":5528},{},[5529],{"type":33,"value":374},{"type":27,"tag":188,"props":5531,"children":5532},{},[5533],{"type":33,"value":379},{"type":27,"tag":188,"props":5535,"children":5536},{},[5537],{"type":33,"value":384},{"type":27,"tag":188,"props":5539,"children":5540},{},[5541],{"type":33,"value":389},{"type":27,"tag":35,"props":5543,"children":5544},{},[5545],{"type":33,"value":394},{"type":27,"tag":46,"props":5547,"children":5548},{},[],{"type":27,"tag":28,"props":5550,"children":5551},{"id":400},[5552],{"type":33,"value":403},{"type":27,"tag":184,"props":5554,"children":5555},{},[5556,5560,5564,5568,5572],{"type":27,"tag":188,"props":5557,"children":5558},{},[5559],{"type":33,"value":411},{"type":27,"tag":188,"props":5561,"children":5562},{},[5563],{"type":33,"value":416},{"type":27,"tag":188,"props":5565,"children":5566},{},[5567],{"type":33,"value":421},{"type":27,"tag":188,"props":5569,"children":5570},{},[5571],{"type":33,"value":426},{"type":27,"tag":188,"props":5573,"children":5574},{},[5575],{"type":33,"value":431},{"type":27,"tag":46,"props":5577,"children":5578},{},[],{"type":27,"tag":28,"props":5580,"children":5581},{"id":437},[5582],{"type":33,"value":440},{"type":27,"tag":35,"props":5584,"children":5585},{},[5586],{"type":33,"value":445},{"type":27,"tag":35,"props":5588,"children":5589},{},[5590],{"type":33,"value":450},{"type":27,"tag":184,"props":5592,"children":5593},{},[5594,5601,5608],{"type":27,"tag":188,"props":5595,"children":5596},{},[5597],{"type":27,"tag":458,"props":5598,"children":5599},{"href":460},[5600],{"type":33,"value":463},{"type":27,"tag":188,"props":5602,"children":5603},{},[5604],{"type":27,"tag":458,"props":5605,"children":5606},{"href":469},[5607],{"type":33,"value":472},{"type":27,"tag":188,"props":5609,"children":5610},{},[5611],{"type":27,"tag":458,"props":5612,"children":5613},{"href":478},[5614],{"type":33,"value":481},{"title":7,"searchDepth":483,"depth":483,"links":5616},[5617,5618,5619,5620,5621,5622,5623,5624,5625],{"id":30,"depth":486,"text":8},{"id":51,"depth":486,"text":54},{"id":169,"depth":486,"text":172},{"id":213,"depth":486,"text":216},{"id":273,"depth":486,"text":276},{"id":315,"depth":486,"text":318},{"id":358,"depth":486,"text":361},{"id":400,"depth":486,"text":403},{"id":437,"depth":486,"text":440},1775659693913]