[{"data":1,"prerenderedAt":3341},["ShallowReactive",2],{"article-/topics/practical-tips/htmlpage-custom-code-boundary-css-js-embed":3,"related-practical-tips":552,"content-query-VjsLNsWMmK":2927},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"title":8,"description":9,"date":10,"topic":5,"author":11,"tags":12,"image":17,"imageQuery":18,"pexelsPhotoId":19,"pexelsUrl":20,"featured":6,"readingTime":21,"body":22,"_type":546,"_id":547,"_source":548,"_file":549,"_stem":550,"_extension":551},"/topics/practical-tips/htmlpage-custom-code-boundary-css-js-embed","practical-tips",false,"","HTMLPAGE 什么时候该加自定义代码：CSS、JS、表单脚本和第三方埋点的边界判断","很多团队用 HTMLPAGE 做页面时，会从加一点自定义 CSS 开始，后来慢慢加上 JS、表单脚本、热图、弹窗和各种第三方埋点，最后页面虽然还在 Builder 里，但维护已经变得像一团混合工程。本文从 CSS、JS、表单脚本和第三方嵌入四类能力出发，讲清什么时候加代码是合理的，什么时候说明你已经越过了 Builder 的边界。","2026-05-18","HTMLPAGE 团队",[13,14,15,16],"HTMLPAGE","在线网页制作","自定义代码","网页制作","/images/articles/htmlpage-custom-code-boundary-css-js-embed-featured.jpg","website code snippets css javascript embed review",37397323,"https://www.pexels.com/photo/javascript-code-on-computer-screen-37397323/",15,{"type":23,"children":24,"toc":533},"root",[25,33,38,43,80,87,192,197,203,208,228,233,239,244,262,267,273,278,283,306,311,317,322,345,350,356,361,366,371,377,382,395,400,406,411,434,439,462,467,473,492,497,502],{"type":26,"tag":27,"props":28,"children":29},"element","p",{},[30],{"type":31,"value":32},"text","很多页面一开始加自定义代码时，都带着一种“只是补一点”的心态。先加一段 CSS 微调模块间距，再加一点 JS 做个折叠效果，再接一个表单校验脚本，最后顺手埋上统计、热图、客服和转化回传。每一步单独看都不大，真正危险的是它们合在一起之后，团队还继续把这个页面当成“只是一个 Builder 页面”来维护。",{"type":26,"tag":27,"props":34,"children":35},{},[36],{"type":31,"value":37},"问题从来都不是 HTMLPAGE 不能加代码，而是团队什么时候该停下来自问：这还是页面微调，还是已经开始进入混合工程状态？只要这个判断一直不做，页面就会慢慢出现一些熟悉的信号：谁也不敢删旧脚本，某个样式改动会误伤别处，表单一出问题只能回忆“之前谁插过那段代码”。",{"type":26,"tag":27,"props":39,"children":40},{},[41],{"type":31,"value":42},"所以这篇文章不反对自定义代码，也不把“无代码”当成神话。更实际的目标是把 HTMLPAGE 里的自定义能力分层：哪些 CSS/JS/嵌入属于合理补强，哪些已经说明页面的主矛盾不再是页面编辑，而开始转向工程治理。",{"type":26,"tag":27,"props":44,"children":45},{},[46,48,55,57,63,64,70,72,78],{"type":31,"value":47},"如果你想补前置判断，可以看 ",{"type":26,"tag":49,"props":50,"children":52},"a",{"href":51},"/topics/practical-tips/htmlpage-builder-template-code-framework-decision",[53],{"type":31,"value":54},"HTMLPAGE 到底适不适合你的项目",{"type":31,"value":56},"、",{"type":26,"tag":49,"props":58,"children":60},{"href":59},"/topics/frontend/frontend-framework-vs-static-html-vs-builder",[61],{"type":31,"value":62},"前端框架做官网到底值不值",{"type":31,"value":56},{"type":26,"tag":49,"props":65,"children":67},{"href":66},"/topics/practical-tips/htmlpage-asset-management-image-font-script-workflow",[68],{"type":31,"value":69},"HTMLPAGE 页面资产管理怎么做",{"type":31,"value":71}," 和 ",{"type":26,"tag":49,"props":73,"children":75},{"href":74},"/topics/practical-tips/htmlpage-draft-preview-publish-rollback-workflow",[76],{"type":31,"value":77},"HTMLPAGE 发布流程怎么设计",{"type":31,"value":79},"。",{"type":26,"tag":81,"props":82,"children":84},"h2",{"id":83},"先给结论自定义代码不是不能加而是要先判断你是在补边角还是在绕过主系统",[85],{"type":31,"value":86},"先给结论：自定义代码不是不能加，而是要先判断你是在“补边角”，还是在“绕过主系统”",{"type":26,"tag":88,"props":89,"children":90},"table",{},[91,115],{"type":26,"tag":92,"props":93,"children":94},"thead",{},[95],{"type":26,"tag":96,"props":97,"children":98},"tr",{},[99,105,110],{"type":26,"tag":100,"props":101,"children":102},"th",{},[103],{"type":31,"value":104},"自定义类型",{"type":26,"tag":100,"props":106,"children":107},{},[108],{"type":31,"value":109},"通常还在合理边界内",{"type":26,"tag":100,"props":111,"children":112},{},[113],{"type":31,"value":114},"一旦越线会出现什么信号",{"type":26,"tag":116,"props":117,"children":118},"tbody",{},[119,138,156,174],{"type":26,"tag":96,"props":120,"children":121},{},[122,128,133],{"type":26,"tag":123,"props":124,"children":125},"td",{},[126],{"type":31,"value":127},"CSS 微调",{"type":26,"tag":123,"props":129,"children":130},{},[131],{"type":31,"value":132},"调整间距、显隐、局部状态样式",{"type":26,"tag":123,"props":134,"children":135},{},[136],{"type":31,"value":137},"不同页面开始堆满局部覆盖，没人知道哪个规则生效",{"type":26,"tag":96,"props":139,"children":140},{},[141,146,151],{"type":26,"tag":123,"props":142,"children":143},{},[144],{"type":31,"value":145},"轻量 JS 交互",{"type":26,"tag":123,"props":147,"children":148},{},[149],{"type":31,"value":150},"折叠、简单滚动、基础 UI 行为",{"type":26,"tag":123,"props":152,"children":153},{},[154],{"type":31,"value":155},"页面开始依赖跨模块状态和复杂事件联动",{"type":26,"tag":96,"props":157,"children":158},{},[159,164,169],{"type":26,"tag":123,"props":160,"children":161},{},[162],{"type":31,"value":163},"表单脚本",{"type":26,"tag":123,"props":165,"children":166},{},[167],{"type":31,"value":168},"校验、回传、提交后动作",{"type":26,"tag":123,"props":170,"children":171},{},[172],{"type":31,"value":173},"业务逻辑越来越多，失败链路没人能完整定位",{"type":26,"tag":96,"props":175,"children":176},{},[177,182,187],{"type":26,"tag":123,"props":178,"children":179},{},[180],{"type":31,"value":181},"第三方嵌入",{"type":26,"tag":123,"props":183,"children":184},{},[185],{"type":31,"value":186},"统计、客服、视频、热图",{"type":26,"tag":123,"props":188,"children":189},{},[190],{"type":31,"value":191},"脚本数量增多，性能、隐私和冲突一起变重",{"type":26,"tag":27,"props":193,"children":194},{},[195],{"type":31,"value":196},"真正该警惕的，不是有没有代码，而是这些代码是不是在替主系统做主系统该做的事。只要自定义代码开始承担跨页状态、复杂业务判断或关键数据链路，Builder 页面就已经进入另一种维护级别了。",{"type":26,"tag":81,"props":198,"children":200},{"id":199},"css-自定义最容易被低估因为它看起来最无害",[201],{"type":31,"value":202},"CSS 自定义最容易被低估，因为它看起来最无害",{"type":26,"tag":27,"props":204,"children":205},{},[206],{"type":31,"value":207},"很多团队默认 CSS 是最安全的补强手段，因为“不涉及逻辑”。可 CSS 一旦没有边界，反而是最容易让页面越来越难改的东西。尤其当团队开始：",{"type":26,"tag":209,"props":210,"children":211},"ul",{},[212,218,223],{"type":26,"tag":213,"props":214,"children":215},"li",{},[216],{"type":31,"value":217},"每个页面都加一段局部覆盖",{"type":26,"tag":213,"props":219,"children":220},{},[221],{"type":31,"value":222},"用高优先级规则压模板原样式",{"type":26,"tag":213,"props":224,"children":225},{},[226],{"type":31,"value":227},"通过隐藏、偏移去修结构问题",{"type":26,"tag":27,"props":229,"children":230},{},[231],{"type":31,"value":232},"这些做法一开始都很快，后面会让模板、区块和页面之间的关系越来越不可解释。真正稳的 CSS 自定义，应该只做局部表达，不去替代结构治理。",{"type":26,"tag":81,"props":234,"children":236},{"id":235},"js-微交互可以补但别让页面开始依赖隐形状态机",[237],{"type":31,"value":238},"JS 微交互可以补，但别让页面开始依赖隐形状态机",{"type":26,"tag":27,"props":240,"children":241},{},[242],{"type":31,"value":243},"HTMLPAGE 页面里加一点 JS 做交互并不奇怪。简单折叠、滑动定位、轻量展示状态，这些都可能是合理补强。真正的边界通常在这里：",{"type":26,"tag":209,"props":245,"children":246},{},[247,252,257],{"type":26,"tag":213,"props":248,"children":249},{},[250],{"type":31,"value":251},"这个 JS 是否依赖复杂条件分支",{"type":26,"tag":213,"props":253,"children":254},{},[255],{"type":31,"value":256},"它会不会控制多个模块的联动状态",{"type":26,"tag":213,"props":258,"children":259},{},[260],{"type":31,"value":261},"页面一旦换结构，它会不会很容易失效",{"type":26,"tag":27,"props":263,"children":264},{},[265],{"type":31,"value":266},"只要这类代码开始像隐形状态机一样工作，团队后面每次改页都会先担心“这段脚本会不会炸”。到这里，问题已经不再是交互增强，而是工程边界不清。",{"type":26,"tag":81,"props":268,"children":270},{"id":269},"表单脚本最危险因为它最容易假装自己只是一个前端小功能",[271],{"type":31,"value":272},"表单脚本最危险，因为它最容易假装自己只是一个前端小功能",{"type":26,"tag":27,"props":274,"children":275},{},[276],{"type":31,"value":277},"表单问题往往在页面里出现，却不止发生在页面里。字段校验、第三方回传、提交后跳转、通知链路、失败兜底，这些都可能被一段“先插进去”的脚本承担。最初看起来很高效，后面一出问题就很难查。",{"type":26,"tag":27,"props":279,"children":280},{},[281],{"type":31,"value":282},"比较稳的判断方式是：如果表单脚本已经涉及下面任意两项，就不要继续当成“小补丁”看：",{"type":26,"tag":209,"props":284,"children":285},{},[286,291,296,301],{"type":26,"tag":213,"props":287,"children":288},{},[289],{"type":31,"value":290},"多种提交结果分支",{"type":26,"tag":213,"props":292,"children":293},{},[294],{"type":31,"value":295},"多系统回传",{"type":26,"tag":213,"props":297,"children":298},{},[299],{"type":31,"value":300},"跨页面或跨步骤逻辑",{"type":26,"tag":213,"props":302,"children":303},{},[304],{"type":31,"value":305},"强依赖第三方脚本顺序",{"type":26,"tag":27,"props":307,"children":308},{},[309],{"type":31,"value":310},"因为这已经不是页面代码，而是轻业务逻辑了。",{"type":26,"tag":81,"props":312,"children":314},{"id":313},"第三方嵌入最怕的不是多而是每个都先加上看看",[315],{"type":31,"value":316},"第三方嵌入最怕的，不是多，而是每个都“先加上看看”",{"type":26,"tag":27,"props":318,"children":319},{},[320],{"type":31,"value":321},"统计、热图、客服、弹窗、视频、表单平台、转化回传，这些嵌入最常见的管理方式就是没有管理。谁需要哪个功能，就把哪段代码贴进去。问题是第三方嵌入不会只带来功能，它还会带来：",{"type":26,"tag":209,"props":323,"children":324},{},[325,330,335,340],{"type":26,"tag":213,"props":326,"children":327},{},[328],{"type":31,"value":329},"性能开销",{"type":26,"tag":213,"props":331,"children":332},{},[333],{"type":31,"value":334},"隐私和合规边界",{"type":26,"tag":213,"props":336,"children":337},{},[338],{"type":31,"value":339},"脚本冲突",{"type":26,"tag":213,"props":341,"children":342},{},[343],{"type":31,"value":344},"数据口径分裂",{"type":26,"tag":27,"props":346,"children":347},{},[348],{"type":31,"value":349},"没有明确用途、负责人和下线条件的嵌入，越多越会让页面从“可维护”变成“不可解释”。",{"type":26,"tag":81,"props":351,"children":353},{"id":352},"一个常见事故页面明明还在-builder-里维护难度却已经像半个前端项目",[354],{"type":31,"value":355},"一个常见事故：页面明明还在 Builder 里，维护难度却已经像半个前端项目",{"type":26,"tag":27,"props":357,"children":358},{},[359],{"type":31,"value":360},"某团队最开始只是想用 HTMLPAGE 快速做官网页，后来因为业务要求，陆续补了很多自定义能力：首屏动画、滚动切换、表单回传、第三方聊天、热图、弹窗和几段营销埋点。页面看起来一直还能改，于是大家默认这还是原来的工作方式。",{"type":26,"tag":27,"props":362,"children":363},{},[364],{"type":31,"value":365},"直到某次改版，团队发现只要换一段模块顺序，首屏脚本就失效；一删旧统计脚本，表单回传也不完整；新设计改了按钮结构，弹窗埋点又全乱。最后最难受的不是 bug 多，而是没人说得清哪些代码还在工作、哪些只是遗留。",{"type":26,"tag":27,"props":367,"children":368},{},[369],{"type":31,"value":370},"这时候真正的问题已经不是“自定义代码加多了”，而是团队一直没承认页面已经进入混合工程状态，却还在用页面编辑思路维护它。",{"type":26,"tag":81,"props":372,"children":374},{"id":373},"比还能不能加更有用的问题是这段代码未来由谁解释和回收",[375],{"type":31,"value":376},"比“还能不能加”更有用的问题，是“这段代码未来由谁解释和回收”",{"type":26,"tag":27,"props":378,"children":379},{},[380],{"type":31,"value":381},"判断一段自定义代码要不要加，最有价值的往往不是功能本身，而是两个更现实的问题：",{"type":26,"tag":209,"props":383,"children":384},{},[385,390],{"type":26,"tag":213,"props":386,"children":387},{},[388],{"type":31,"value":389},"三个月后谁能解释它为什么存在",{"type":26,"tag":213,"props":391,"children":392},{},[393],{"type":31,"value":394},"六个月后谁能判断它还能不能删",{"type":26,"tag":27,"props":396,"children":397},{},[398],{"type":31,"value":399},"如果这两个问题没有答案，就说明代码即便今天能跑，后面也很可能会变成维护债。代码不是不能上，而是不能匿名上、长期留、没人收。",{"type":26,"tag":81,"props":401,"children":403},{"id":402},"什么时候该继续留在-htmlpage-页面工作流什么时候该考虑升级路线",[404],{"type":31,"value":405},"什么时候该继续留在 HTMLPAGE 页面工作流，什么时候该考虑升级路线",{"type":26,"tag":27,"props":407,"children":408},{},[409],{"type":31,"value":410},"继续留在 HTMLPAGE 页面工作流通常仍然合理，如果：",{"type":26,"tag":209,"props":412,"children":413},{},[414,419,424,429],{"type":26,"tag":213,"props":415,"children":416},{},[417],{"type":31,"value":418},"自定义代码主要集中在局部样式和轻交互",{"type":26,"tag":213,"props":420,"children":421},{},[422],{"type":31,"value":423},"页面逻辑仍以内容和转化为主",{"type":26,"tag":213,"props":425,"children":426},{},[427],{"type":31,"value":428},"高风险脚本数量可控",{"type":26,"tag":213,"props":430,"children":431},{},[432],{"type":31,"value":433},"团队能说清每段代码的用途和负责人",{"type":26,"tag":27,"props":435,"children":436},{},[437],{"type":31,"value":438},"而只要出现这些信号，就该认真考虑更清晰的工程承载方式：",{"type":26,"tag":209,"props":440,"children":441},{},[442,447,452,457],{"type":26,"tag":213,"props":443,"children":444},{},[445],{"type":31,"value":446},"页面开始依赖跨模块状态",{"type":26,"tag":213,"props":448,"children":449},{},[450],{"type":31,"value":451},"表单和回传逻辑持续增多",{"type":26,"tag":213,"props":453,"children":454},{},[455],{"type":31,"value":456},"自定义代码修改会频繁影响多页面",{"type":26,"tag":213,"props":458,"children":459},{},[460],{"type":31,"value":461},"团队每次改版都先担心脚本冲突",{"type":26,"tag":27,"props":463,"children":464},{},[465],{"type":31,"value":466},"到这里，问题已经不是 HTMLPAGE 不够用，而是项目的主矛盾变了。",{"type":26,"tag":81,"props":468,"children":470},{"id":469},"如果你这周就要做判断先做这三件事",[471],{"type":31,"value":472},"如果你这周就要做判断，先做这三件事",{"type":26,"tag":474,"props":475,"children":476},"ol",{},[477,482,487],{"type":26,"tag":213,"props":478,"children":479},{},[480],{"type":31,"value":481},"把现有自定义代码按 CSS、JS、表单脚本、第三方嵌入四类列出来，先知道自己到底加了什么。",{"type":26,"tag":213,"props":483,"children":484},{},[485],{"type":31,"value":486},"每一类代码都补一句用途和负责人，补不上就说明它已经是风险资产。",{"type":26,"tag":213,"props":488,"children":489},{},[490],{"type":31,"value":491},"只要某段代码开始承接跨页逻辑或关键业务链路，就别再把它当“小补丁”。",{"type":26,"tag":27,"props":493,"children":494},{},[495],{"type":31,"value":496},"HTMLPAGE 允许适度自定义代码，这本来就是现实需求。真正危险的不是加代码，而是在项目已经开始依赖这层代码时，团队还继续假装自己只是在做一个轻页面。只要你先把 CSS、JS、表单脚本和第三方嵌入放回边界判断里看，自定义能力就会是补强，而不是一段越走越深却没人承认的升级路线。",{"type":26,"tag":27,"props":498,"children":499},{},[500],{"type":31,"value":501},"延伸阅读：",{"type":26,"tag":209,"props":503,"children":504},{},[505,512,519,526],{"type":26,"tag":213,"props":506,"children":507},{},[508],{"type":26,"tag":49,"props":509,"children":510},{"href":66},[511],{"type":31,"value":69},{"type":26,"tag":213,"props":513,"children":514},{},[515],{"type":26,"tag":49,"props":516,"children":517},{"href":74},[518],{"type":31,"value":77},{"type":26,"tag":213,"props":520,"children":521},{},[522],{"type":26,"tag":49,"props":523,"children":524},{"href":59},[525],{"type":31,"value":62},{"type":26,"tag":213,"props":527,"children":528},{},[529],{"type":26,"tag":49,"props":530,"children":531},{"href":51},[532],{"type":31,"value":54},{"title":7,"searchDepth":534,"depth":534,"links":535},3,[536,538,539,540,541,542,543,544,545],{"id":83,"depth":537,"text":86},2,{"id":199,"depth":537,"text":202},{"id":235,"depth":537,"text":238},{"id":269,"depth":537,"text":272},{"id":313,"depth":537,"text":316},{"id":352,"depth":537,"text":355},{"id":373,"depth":537,"text":376},{"id":402,"depth":537,"text":405},{"id":469,"depth":537,"text":472},"markdown","content:topics:practical-tips:htmlpage-custom-code-boundary-css-js-embed.md","content","topics/practical-tips/htmlpage-custom-code-boundary-css-js-embed.md","topics/practical-tips/htmlpage-custom-code-boundary-css-js-embed","md",[553,1283,2001],{"_path":554,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"title":555,"description":556,"date":557,"topic":5,"author":11,"tags":558,"image":563,"imageAlt":564,"pexelsPhotoId":565,"pexelsUrl":566,"readingTime":567,"body":568,"_type":546,"_id":1280,"_source":548,"_file":1281,"_stem":1282,"_extension":551},"/topics/practical-tips/online-free-website-builder-step-by-step","网站在线免费怎么做？从选模板到绑定域名的最短流程（附上线后 24h 复核清单）","以“网站在线免费”为搜索意图，给出从选模板→改内容→发布→绑定域名→HTTPS→缓存→回滚的最短上线流程，并提供 24 小时复核清单与常见翻车排错路径。","2026-03-03",[559,560,16,561,562],"网站在线免费","免费建站","域名","上线","/images/topics/practical-tips/online-free-website-builder-step-by-step.jpg","紫色花朵的特写（作为网站上线的封面意象）",794494,"https://www.pexels.com/photo/closeup-photography-of-purple-silk-flowers-with-dewdrops-794494/",12,{"type":23,"children":569,"toc":1258},[570,575,598,603,615,619,625,630,635,658,663,666,672,679,684,702,707,713,718,752,764,770,775,793,799,808,813,831,836,842,847,852,865,871,876,889,894,897,903,909,932,937,958,963,976,980,1001,1004,1010,1016,1026,1036,1054,1060,1068,1086,1096,1102,1110,1123,1132,1135,1141,1213,1216,1221],{"type":26,"tag":27,"props":571,"children":572},{},[573],{"type":31,"value":574},"你搜“网站在线免费”，通常不是想研究建站史，而是想要一个能马上用的路径：",{"type":26,"tag":209,"props":576,"children":577},{},[578,583,588,593],{"type":26,"tag":213,"props":579,"children":580},{},[581],{"type":31,"value":582},"现在就能做",{"type":26,"tag":213,"props":584,"children":585},{},[586],{"type":31,"value":587},"最好不要写代码",{"type":26,"tag":213,"props":589,"children":590},{},[591],{"type":31,"value":592},"做完能有一个链接能访问",{"type":26,"tag":213,"props":594,"children":595},{},[596],{"type":31,"value":597},"未来还能换域名、能升级",{"type":26,"tag":27,"props":599,"children":600},{},[601],{"type":31,"value":602},"这篇文章把“在线免费建站”的最短路径讲清楚，并明确免费方案的边界与风险。",{"type":26,"tag":27,"props":604,"children":605},{},[606,608,614],{"type":31,"value":607},"如果你要更系统的“从 0 到上线”：看这篇 ",{"type":26,"tag":49,"props":609,"children":611},{"href":610},"/topics/practical-tips/webpage-making-from-zero-to-online",[612],{"type":31,"value":613},"网页制作从 0 到上线",{"type":31,"value":79},{"type":26,"tag":616,"props":617,"children":618},"hr",{},[],{"type":26,"tag":81,"props":620,"children":622},{"id":621},"结论先说免费建站-80-的坑都在上线之后",[623],{"type":31,"value":624},"结论先说：免费建站 80% 的坑都在“上线之后”",{"type":26,"tag":27,"props":626,"children":627},{},[628],{"type":31,"value":629},"上线之前你会觉得一切顺利：选模板、改文案、换图片。",{"type":26,"tag":27,"props":631,"children":632},{},[633],{"type":31,"value":634},"上线之后才是真实世界：",{"type":26,"tag":209,"props":636,"children":637},{},[638,643,648,653],{"type":26,"tag":213,"props":639,"children":640},{},[641],{"type":31,"value":642},"绑定域名、HTTPS、缓存",{"type":26,"tag":213,"props":644,"children":645},{},[646],{"type":31,"value":647},"页面速度、SEO 收录",{"type":26,"tag":213,"props":649,"children":650},{},[651],{"type":31,"value":652},"表单线索是否可靠",{"type":26,"tag":213,"props":654,"children":655},{},[656],{"type":31,"value":657},"版本与回滚",{"type":26,"tag":27,"props":659,"children":660},{},[661],{"type":31,"value":662},"所以本文按“上线链路”组织，而不是按“页面编辑”。",{"type":26,"tag":616,"props":664,"children":665},{},[],{"type":26,"tag":81,"props":667,"children":669},{"id":668},"最短流程从-0-到上线可照抄",[670],{"type":31,"value":671},"最短流程：从 0 到上线（可照抄）",{"type":26,"tag":673,"props":674,"children":676},"h3",{"id":675},"step-1选模板别凭感觉",[677],{"type":31,"value":678},"Step 1：选模板（别凭感觉）",{"type":26,"tag":27,"props":680,"children":681},{},[682],{"type":31,"value":683},"选模板时只看三点：",{"type":26,"tag":209,"props":685,"children":686},{},[687,692,697],{"type":26,"tag":213,"props":688,"children":689},{},[690],{"type":31,"value":691},"信息结构是否匹配你的目的（不是“好看”）",{"type":26,"tag":213,"props":693,"children":694},{},[695],{"type":31,"value":696},"移动端首屏是否清晰（标题、CTA 不挤）",{"type":26,"tag":213,"props":698,"children":699},{},[700],{"type":31,"value":701},"是否支持导出/绑定域名/发布（可迁移性）",{"type":26,"tag":27,"props":703,"children":704},{},[705],{"type":31,"value":706},"如果你用 Builder 类工具，建议优先确保：能导出源码、能绑定自有域名、能回滚。",{"type":26,"tag":673,"props":708,"children":710},{"id":709},"step-2改内容先改-3-个关键区块",[711],{"type":31,"value":712},"Step 2：改内容（先改 3 个关键区块）",{"type":26,"tag":27,"props":714,"children":715},{},[716],{"type":31,"value":717},"按转化优先级改：",{"type":26,"tag":474,"props":719,"children":720},{},[721,732,742],{"type":26,"tag":213,"props":722,"children":723},{},[724,730],{"type":26,"tag":725,"props":726,"children":727},"strong",{},[728],{"type":31,"value":729},"Hero",{"type":31,"value":731},"：一句话标题 + 一句话副标题 + 1 个 CTA",{"type":26,"tag":213,"props":733,"children":734},{},[735,740],{"type":26,"tag":725,"props":736,"children":737},{},[738],{"type":31,"value":739},"Proof",{"type":31,"value":741},"：案例/数据/资质/评价（至少一种）",{"type":26,"tag":213,"props":743,"children":744},{},[745,750],{"type":26,"tag":725,"props":746,"children":747},{},[748],{"type":31,"value":749},"Form / CTA",{"type":31,"value":751},"：行动按钮或表单（不要多个目标）",{"type":26,"tag":27,"props":753,"children":754},{},[755,757,763],{"type":31,"value":756},"想快速上手落地页打法：看 ",{"type":26,"tag":49,"props":758,"children":760},{"href":759},"/topics/practical-tips/htmlpage-quick-landing-page",[761],{"type":31,"value":762},"3 分钟用 HTMLPAGE 做落地页",{"type":31,"value":79},{"type":26,"tag":673,"props":765,"children":767},{"id":766},"step-3发布成可访问链接",[768],{"type":31,"value":769},"Step 3：发布成可访问链接",{"type":26,"tag":27,"props":771,"children":772},{},[773],{"type":31,"value":774},"最低要求：",{"type":26,"tag":209,"props":776,"children":777},{},[778,783,788],{"type":26,"tag":213,"props":779,"children":780},{},[781],{"type":31,"value":782},"有一个 HTTPS 链接可访问",{"type":26,"tag":213,"props":784,"children":785},{},[786],{"type":31,"value":787},"资源加载正常（图片、字体、脚本）",{"type":26,"tag":213,"props":789,"children":790},{},[791],{"type":31,"value":792},"移动端可用",{"type":26,"tag":673,"props":794,"children":796},{"id":795},"step-4绑定域名资产控制权",[797],{"type":31,"value":798},"Step 4：绑定域名（资产控制权）",{"type":26,"tag":27,"props":800,"children":801},{},[802,807],{"type":26,"tag":725,"props":803,"children":804},{},[805],{"type":31,"value":806},"强烈建议：域名自己买",{"type":31,"value":79},{"type":26,"tag":27,"props":809,"children":810},{},[811],{"type":31,"value":812},"绑定域名通常需要：",{"type":26,"tag":209,"props":814,"children":815},{},[816,821,826],{"type":26,"tag":213,"props":817,"children":818},{},[819],{"type":31,"value":820},"在域名解析里添加 CNAME/A 记录",{"type":26,"tag":213,"props":822,"children":823},{},[824],{"type":31,"value":825},"等待 DNS 生效（10 分钟~数小时）",{"type":26,"tag":213,"props":827,"children":828},{},[829],{"type":31,"value":830},"开启 HTTPS（平台自动证书）",{"type":26,"tag":27,"props":832,"children":833},{},[834],{"type":31,"value":835},"如果平台要求你用它的子域名，意味着未来迁移成本会更高。",{"type":26,"tag":673,"props":837,"children":839},{"id":838},"step-5缓存策略避免上线看不到更新",[840],{"type":31,"value":841},"Step 5：缓存策略（避免“上线看不到更新”）",{"type":26,"tag":27,"props":843,"children":844},{},[845],{"type":31,"value":846},"常见现象：你更新了页面，别人打开还是旧的。",{"type":26,"tag":27,"props":848,"children":849},{},[850],{"type":31,"value":851},"最小策略：",{"type":26,"tag":209,"props":853,"children":854},{},[855,860],{"type":26,"tag":213,"props":856,"children":857},{},[858],{"type":31,"value":859},"HTML 页面缓存短（或让平台自动处理）",{"type":26,"tag":213,"props":861,"children":862},{},[863],{"type":31,"value":864},"图片/JS/CSS 资源缓存长（文件名带 hash 更稳）",{"type":26,"tag":673,"props":866,"children":868},{"id":867},"step-6回滚不是可选项",[869],{"type":31,"value":870},"Step 6：回滚（不是可选项）",{"type":26,"tag":27,"props":872,"children":873},{},[874],{"type":31,"value":875},"上线后任何一次修改都要具备回滚：",{"type":26,"tag":209,"props":877,"children":878},{},[879,884],{"type":26,"tag":213,"props":880,"children":881},{},[882],{"type":31,"value":883},"平台版本回滚",{"type":26,"tag":213,"props":885,"children":886},{},[887],{"type":31,"value":888},"或 git 回滚",{"type":26,"tag":27,"props":890,"children":891},{},[892],{"type":31,"value":893},"你要做到：5 分钟内回到上一个可用版本。",{"type":26,"tag":616,"props":895,"children":896},{},[],{"type":26,"tag":81,"props":898,"children":900},{"id":899},"seo-与性能最小集别让免费方案拖后腿",[901],{"type":31,"value":902},"SEO 与性能最小集（别让免费方案拖后腿）",{"type":26,"tag":673,"props":904,"children":906},{"id":905},"seo-最小集",[907],{"type":31,"value":908},"SEO 最小集",{"type":26,"tag":209,"props":910,"children":911},{},[912,917,922,927],{"type":26,"tag":213,"props":913,"children":914},{},[915],{"type":31,"value":916},"Title/Description 与搜索意图匹配",{"type":26,"tag":213,"props":918,"children":919},{},[920],{"type":31,"value":921},"H1 只有一个且包含主关键词",{"type":26,"tag":213,"props":923,"children":924},{},[925],{"type":31,"value":926},"图片有 alt",{"type":26,"tag":213,"props":928,"children":929},{},[930],{"type":31,"value":931},"内链结构清楚（同主题文章互链）",{"type":26,"tag":27,"props":933,"children":934},{},[935],{"type":31,"value":936},"参考：",{"type":26,"tag":209,"props":938,"children":939},{},[940,949],{"type":26,"tag":213,"props":941,"children":942},{},[943],{"type":26,"tag":49,"props":944,"children":946},{"href":945},"/topics/seo/title-description-optimization-guide",[947],{"type":31,"value":948},"Title 与 Description 优化",{"type":26,"tag":213,"props":950,"children":951},{},[952],{"type":26,"tag":49,"props":953,"children":955},{"href":954},"/topics/seo/google-search-console-guide",[956],{"type":31,"value":957},"Google Search Console 指南",{"type":26,"tag":673,"props":959,"children":961},{"id":960},"性能最小集",[962],{"type":31,"value":960},{"type":26,"tag":209,"props":964,"children":965},{},[966,971],{"type":26,"tag":213,"props":967,"children":968},{},[969],{"type":31,"value":970},"首屏图片压缩（通常能改善最多）",{"type":26,"tag":213,"props":972,"children":973},{},[974],{"type":31,"value":975},"第三方脚本克制（统计/客服不要堆）",{"type":26,"tag":27,"props":977,"children":978},{},[979],{"type":31,"value":936},{"type":26,"tag":209,"props":981,"children":982},{},[983,992],{"type":26,"tag":213,"props":984,"children":985},{},[986],{"type":26,"tag":49,"props":987,"children":989},{"href":988},"/topics/performance/image-optimization-guide",[990],{"type":31,"value":991},"图片优化指南",{"type":26,"tag":213,"props":993,"children":994},{},[995],{"type":26,"tag":49,"props":996,"children":998},{"href":997},"/topics/performance/web-vitals-guide",[999],{"type":31,"value":1000},"Web Vitals 指标指南",{"type":26,"tag":616,"props":1002,"children":1003},{},[],{"type":26,"tag":81,"props":1005,"children":1007},{"id":1006},"失败案例免费站点上线后-24-小时翻车",[1008],{"type":31,"value":1009},"失败案例：免费站点“上线后 24 小时翻车”",{"type":26,"tag":673,"props":1011,"children":1013},{"id":1012},"现象-1域名绑不上",[1014],{"type":31,"value":1015},"现象 1：域名绑不上",{"type":26,"tag":27,"props":1017,"children":1018},{},[1019,1024],{"type":26,"tag":725,"props":1020,"children":1021},{},[1022],{"type":31,"value":1023},"根因",{"type":31,"value":1025},"：DNS 记录不对 / 生效未完成 / 平台验证机制没通过。",{"type":26,"tag":27,"props":1027,"children":1028},{},[1029,1034],{"type":26,"tag":725,"props":1030,"children":1031},{},[1032],{"type":31,"value":1033},"排错顺序",{"type":31,"value":1035},"：",{"type":26,"tag":474,"props":1037,"children":1038},{},[1039,1044,1049],{"type":26,"tag":213,"props":1040,"children":1041},{},[1042],{"type":31,"value":1043},"确认平台要求 CNAME 还是 A 记录",{"type":26,"tag":213,"props":1045,"children":1046},{},[1047],{"type":31,"value":1048},"检查解析是否生效（用在线 DNS 查询）",{"type":26,"tag":213,"props":1050,"children":1051},{},[1052],{"type":31,"value":1053},"等待一段时间再验证",{"type":26,"tag":673,"props":1055,"children":1057},{"id":1056},"现象-2页面很慢",[1058],{"type":31,"value":1059},"现象 2：页面很慢",{"type":26,"tag":27,"props":1061,"children":1062},{},[1063,1067],{"type":26,"tag":725,"props":1064,"children":1065},{},[1066],{"type":31,"value":1023},{"type":31,"value":1035},{"type":26,"tag":209,"props":1069,"children":1070},{},[1071,1076,1081],{"type":26,"tag":213,"props":1072,"children":1073},{},[1074],{"type":31,"value":1075},"图片太大",{"type":26,"tag":213,"props":1077,"children":1078},{},[1079],{"type":31,"value":1080},"脚本太多",{"type":26,"tag":213,"props":1082,"children":1083},{},[1084],{"type":31,"value":1085},"字体阻塞",{"type":26,"tag":27,"props":1087,"children":1088},{},[1089,1094],{"type":26,"tag":725,"props":1090,"children":1091},{},[1092],{"type":31,"value":1093},"最小修复",{"type":31,"value":1095},"：先把图片压缩 + 延迟加载第三方脚本。",{"type":26,"tag":673,"props":1097,"children":1099},{"id":1098},"现象-3表单提交后没收到线索",[1100],{"type":31,"value":1101},"现象 3：表单提交后没收到线索",{"type":26,"tag":27,"props":1103,"children":1104},{},[1105,1109],{"type":26,"tag":725,"props":1106,"children":1107},{},[1108],{"type":31,"value":1023},{"type":31,"value":1035},{"type":26,"tag":209,"props":1111,"children":1112},{},[1113,1118],{"type":26,"tag":213,"props":1114,"children":1115},{},[1116],{"type":31,"value":1117},"没有成功/失败兜底",{"type":26,"tag":213,"props":1119,"children":1120},{},[1121],{"type":31,"value":1122},"通知链路断了",{"type":26,"tag":27,"props":1124,"children":1125},{},[1126,1130],{"type":26,"tag":725,"props":1127,"children":1128},{},[1129],{"type":31,"value":1093},{"type":31,"value":1131},"：上线后用真实设备提交一次并确认通知。",{"type":26,"tag":616,"props":1133,"children":1134},{},[],{"type":26,"tag":81,"props":1136,"children":1138},{"id":1137},"上线后-24h-复核清单必交付物",[1139],{"type":31,"value":1140},"上线后 24h 复核清单（必交付物）",{"type":26,"tag":209,"props":1142,"children":1145},{"className":1143},[1144],"contains-task-list",[1146,1159,1168,1177,1186,1195,1204],{"type":26,"tag":213,"props":1147,"children":1150},{"className":1148},[1149],"task-list-item",[1151,1157],{"type":26,"tag":1152,"props":1153,"children":1156},"input",{"disabled":1154,"type":1155},true,"checkbox",[],{"type":31,"value":1158}," 域名与 HTTPS 正常（无证书报错）",{"type":26,"tag":213,"props":1160,"children":1162},{"className":1161},[1149],[1163,1166],{"type":26,"tag":1152,"props":1164,"children":1165},{"disabled":1154,"type":1155},[],{"type":31,"value":1167}," 页面可访问且首屏加载不慢（至少主图与 CTA 迅速出现）",{"type":26,"tag":213,"props":1169,"children":1171},{"className":1170},[1149],[1172,1175],{"type":26,"tag":1152,"props":1173,"children":1174},{"disabled":1154,"type":1155},[],{"type":31,"value":1176}," 移动端首屏可读、按钮可点",{"type":26,"tag":213,"props":1178,"children":1180},{"className":1179},[1149],[1181,1184],{"type":26,"tag":1152,"props":1182,"children":1183},{"disabled":1154,"type":1155},[],{"type":31,"value":1185}," 表单/CTA 真实走通并收到通知",{"type":26,"tag":213,"props":1187,"children":1189},{"className":1188},[1149],[1190,1193],{"type":26,"tag":1152,"props":1191,"children":1192},{"disabled":1154,"type":1155},[],{"type":31,"value":1194}," Title/Description/H1/图片 alt 已设置",{"type":26,"tag":213,"props":1196,"children":1198},{"className":1197},[1149],[1199,1202],{"type":26,"tag":1152,"props":1200,"children":1201},{"disabled":1154,"type":1155},[],{"type":31,"value":1203}," 已在 GSC 提交并观察抓取",{"type":26,"tag":213,"props":1205,"children":1207},{"className":1206},[1149],[1208,1211],{"type":26,"tag":1152,"props":1209,"children":1210},{"disabled":1154,"type":1155},[],{"type":31,"value":1212}," 已准备回滚（知道怎么回到上一版）",{"type":26,"tag":616,"props":1214,"children":1215},{},[],{"type":26,"tag":81,"props":1217,"children":1219},{"id":1218},"延伸阅读",[1220],{"type":31,"value":1218},{"type":26,"tag":209,"props":1222,"children":1223},{},[1224,1231,1240,1249],{"type":26,"tag":213,"props":1225,"children":1226},{},[1227],{"type":26,"tag":49,"props":1228,"children":1229},{"href":610},[1230],{"type":31,"value":613},{"type":26,"tag":213,"props":1232,"children":1233},{},[1234],{"type":26,"tag":49,"props":1235,"children":1237},{"href":1236},"/topics/practical-tips/free-website-build-cost-risk-boundary",[1238],{"type":31,"value":1239},"免费建站不是免费：成本与可迁移性",{"type":26,"tag":213,"props":1241,"children":1242},{},[1243],{"type":26,"tag":49,"props":1244,"children":1246},{"href":1245},"/builder",[1247],{"type":31,"value":1248},"HTMLPage Builder",{"type":26,"tag":213,"props":1250,"children":1251},{},[1252],{"type":26,"tag":49,"props":1253,"children":1255},{"href":1254},"/topics/practical-tips/topic-cluster-architecture-guide",[1256],{"type":31,"value":1257},"Topic Cluster 架构指南",{"title":7,"searchDepth":534,"depth":534,"links":1259},[1260,1261,1269,1273,1278,1279],{"id":621,"depth":537,"text":624},{"id":668,"depth":537,"text":671,"children":1262},[1263,1264,1265,1266,1267,1268],{"id":675,"depth":534,"text":678},{"id":709,"depth":534,"text":712},{"id":766,"depth":534,"text":769},{"id":795,"depth":534,"text":798},{"id":838,"depth":534,"text":841},{"id":867,"depth":534,"text":870},{"id":899,"depth":537,"text":902,"children":1270},[1271,1272],{"id":905,"depth":534,"text":908},{"id":960,"depth":534,"text":960},{"id":1006,"depth":537,"text":1009,"children":1274},[1275,1276,1277],{"id":1012,"depth":534,"text":1015},{"id":1056,"depth":534,"text":1059},{"id":1098,"depth":534,"text":1101},{"id":1137,"depth":537,"text":1140},{"id":1218,"depth":537,"text":1218},"content:topics:practical-tips:online-free-website-builder-step-by-step.md","topics/practical-tips/online-free-website-builder-step-by-step.md","topics/practical-tips/online-free-website-builder-step-by-step",{"_path":1236,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"title":1284,"description":1285,"date":1286,"topic":5,"author":11,"tags":1287,"image":1291,"imageAlt":1292,"pexelsPhotoId":1293,"pexelsUrl":1294,"readingTime":1295,"body":1296,"_type":546,"_id":1998,"_source":548,"_file":1999,"_stem":2000,"_extension":551},"免费建站不是免费：成本、风险与“可迁移性”底线清单","“免费成网站”最容易踩坑的不是技术，而是资产归属与迁移成本。本文用成本模型、风险清单与失败复盘，讲清免费建站的边界，并给出能长期不被平台锁死的做法。","2026-03-01",[560,16,1288,1289,1290],"成本模型","迁移","风险控制","/images/topics/practical-tips/free-website-build-cost-risk-boundary.jpg","会计在桌面上清点现金与文件",210990,"https://www.pexels.com/photo/accountant-counting-money-210990/",14,{"type":23,"children":1297,"toc":1985},[1298,1303,1316,1327,1332,1363,1366,1372,1377,1390,1395,1430,1435,1444,1447,1453,1621,1624,1630,1635,1666,1671,1693,1698,1720,1723,1729,1739,1749,1767,1772,1790,1798,1806,1815,1833,1836,1842,1847,1880,1885,1902,1905,1911,1916,1934,1939,1947,1950,1954],{"type":26,"tag":27,"props":1299,"children":1300},{},[1301],{"type":31,"value":1302},"很多人搜“免费成网站”，真实诉求往往是：",{"type":26,"tag":209,"props":1304,"children":1305},{},[1306,1311],{"type":26,"tag":213,"props":1307,"children":1308},{},[1309],{"type":31,"value":1310},"我只想先把网站做出来，不想投入太多",{"type":26,"tag":213,"props":1312,"children":1313},{},[1314],{"type":31,"value":1315},"之后如果有效，我再升级",{"type":26,"tag":27,"props":1317,"children":1318},{},[1319,1321,1326],{"type":31,"value":1320},"问题在于：",{"type":26,"tag":725,"props":1322,"children":1323},{},[1324],{"type":31,"value":1325},"免费方案常常不是“省钱”，而是“把钱推迟到未来更贵的时候付”",{"type":31,"value":79},{"type":26,"tag":27,"props":1328,"children":1329},{},[1330],{"type":31,"value":1331},"这篇文章用工程视角讲清三个核心点：",{"type":26,"tag":474,"props":1333,"children":1334},{},[1335,1347,1358],{"type":26,"tag":213,"props":1336,"children":1337},{},[1338,1340,1345],{"type":31,"value":1339},"免费建站的",{"type":26,"tag":725,"props":1341,"children":1342},{},[1343],{"type":31,"value":1344},"真实成本",{"type":31,"value":1346},"在哪里（不是服务器费）",{"type":26,"tag":213,"props":1348,"children":1349},{},[1350,1351,1356],{"type":31,"value":1339},{"type":26,"tag":725,"props":1352,"children":1353},{},[1354],{"type":31,"value":1355},"底线与边界",{"type":31,"value":1357},"是什么（哪些不能省）",{"type":26,"tag":213,"props":1359,"children":1360},{},[1361],{"type":31,"value":1362},"如何设计一条“先免费、后可迁移”的路线（避免平台锁死）",{"type":26,"tag":616,"props":1364,"children":1365},{},[],{"type":26,"tag":81,"props":1367,"children":1369},{"id":1368},"结论先说免费方案的第一原则是可迁移性",[1370],{"type":31,"value":1371},"结论先说：免费方案的第一原则是“可迁移性”",{"type":26,"tag":27,"props":1373,"children":1374},{},[1375],{"type":31,"value":1376},"免费建站你可以接受：",{"type":26,"tag":209,"props":1378,"children":1379},{},[1380,1385],{"type":26,"tag":213,"props":1381,"children":1382},{},[1383],{"type":31,"value":1384},"功能少一点",{"type":26,"tag":213,"props":1386,"children":1387},{},[1388],{"type":31,"value":1389},"设计没那么个性化",{"type":26,"tag":27,"props":1391,"children":1392},{},[1393],{"type":31,"value":1394},"但你不能接受：",{"type":26,"tag":209,"props":1396,"children":1397},{},[1398,1406,1414,1422],{"type":26,"tag":213,"props":1399,"children":1400},{},[1401],{"type":26,"tag":725,"props":1402,"children":1403},{},[1404],{"type":31,"value":1405},"域名不在你手里",{"type":26,"tag":213,"props":1407,"children":1408},{},[1409],{"type":26,"tag":725,"props":1410,"children":1411},{},[1412],{"type":31,"value":1413},"源码/内容导不出来",{"type":26,"tag":213,"props":1415,"children":1416},{},[1417],{"type":26,"tag":725,"props":1418,"children":1419},{},[1420],{"type":31,"value":1421},"没有版本/回滚",{"type":26,"tag":213,"props":1423,"children":1424},{},[1425],{"type":26,"tag":725,"props":1426,"children":1427},{},[1428],{"type":31,"value":1429},"平台一改规则你就被迫重做",{"type":26,"tag":27,"props":1431,"children":1432},{},[1433],{"type":31,"value":1434},"如果你只记一句：",{"type":26,"tag":1436,"props":1437,"children":1438},"blockquote",{},[1439],{"type":26,"tag":27,"props":1440,"children":1441},{},[1442],{"type":31,"value":1443},"你要免费的是“工具费”，不是“资产控制权”。",{"type":26,"tag":616,"props":1445,"children":1446},{},[],{"type":26,"tag":81,"props":1448,"children":1450},{"id":1449},"成本模型免费建站到底会花什么钱必交付物表格",[1451],{"type":31,"value":1452},"成本模型：免费建站到底会花什么钱？（必交付物：表格）",{"type":26,"tag":88,"props":1454,"children":1455},{},[1456,1482],{"type":26,"tag":92,"props":1457,"children":1458},{},[1459],{"type":26,"tag":96,"props":1460,"children":1461},{},[1462,1467,1472,1477],{"type":26,"tag":100,"props":1463,"children":1464},{},[1465],{"type":31,"value":1466},"成本项",{"type":26,"tag":100,"props":1468,"children":1469},{},[1470],{"type":31,"value":1471},"免费方案常见情况",{"type":26,"tag":100,"props":1473,"children":1474},{},[1475],{"type":31,"value":1476},"你可能付出的隐性成本",{"type":26,"tag":100,"props":1478,"children":1479},{},[1480],{"type":31,"value":1481},"规避策略",{"type":26,"tag":116,"props":1483,"children":1484},{},[1485,1507,1529,1552,1575,1598],{"type":26,"tag":96,"props":1486,"children":1487},{},[1488,1492,1497,1502],{"type":26,"tag":123,"props":1489,"children":1490},{},[1491],{"type":31,"value":561},{"type":26,"tag":123,"props":1493,"children":1494},{},[1495],{"type":31,"value":1496},"可能必须用子域名",{"type":26,"tag":123,"props":1498,"children":1499},{},[1500],{"type":31,"value":1501},"品牌弱、迁移困难",{"type":26,"tag":123,"props":1503,"children":1504},{},[1505],{"type":31,"value":1506},"自己买域名并保有控制权",{"type":26,"tag":96,"props":1508,"children":1509},{},[1510,1514,1519,1524],{"type":26,"tag":123,"props":1511,"children":1512},{},[1513],{"type":31,"value":1289},{"type":26,"tag":123,"props":1515,"children":1516},{},[1517],{"type":31,"value":1518},"导出受限/导出质量差",{"type":26,"tag":123,"props":1520,"children":1521},{},[1522],{"type":31,"value":1523},"未来重做、SEO 损失",{"type":26,"tag":123,"props":1525,"children":1526},{},[1527],{"type":31,"value":1528},"选择可导出、结构可控方案",{"type":26,"tag":96,"props":1530,"children":1531},{},[1532,1537,1542,1547],{"type":26,"tag":123,"props":1533,"children":1534},{},[1535],{"type":31,"value":1536},"性能",{"type":26,"tag":123,"props":1538,"children":1539},{},[1540],{"type":31,"value":1541},"共享资源，速度不稳",{"type":26,"tag":123,"props":1543,"children":1544},{},[1545],{"type":31,"value":1546},"转化下降、SEO 受影响",{"type":26,"tag":123,"props":1548,"children":1549},{},[1550],{"type":31,"value":1551},"图片/脚本治理 + 可切换托管",{"type":26,"tag":96,"props":1553,"children":1554},{},[1555,1560,1565,1570],{"type":26,"tag":123,"props":1556,"children":1557},{},[1558],{"type":31,"value":1559},"SEO",{"type":26,"tag":123,"props":1561,"children":1562},{},[1563],{"type":31,"value":1564},"meta、结构化数据受限",{"type":26,"tag":123,"props":1566,"children":1567},{},[1568],{"type":31,"value":1569},"排名与收录受限",{"type":26,"tag":123,"props":1571,"children":1572},{},[1573],{"type":31,"value":1574},"至少保证 Title/Description/H1/H2 可控",{"type":26,"tag":96,"props":1576,"children":1577},{},[1578,1583,1588,1593],{"type":26,"tag":123,"props":1579,"children":1580},{},[1581],{"type":31,"value":1582},"合规",{"type":26,"tag":123,"props":1584,"children":1585},{},[1586],{"type":31,"value":1587},"隐私/备案/Cookie 管控弱",{"type":26,"tag":123,"props":1589,"children":1590},{},[1591],{"type":31,"value":1592},"风险与整改",{"type":26,"tag":123,"props":1594,"children":1595},{},[1596],{"type":31,"value":1597},"保留隐私政策与联系信息",{"type":26,"tag":96,"props":1599,"children":1600},{},[1601,1606,1611,1616],{"type":26,"tag":123,"props":1602,"children":1603},{},[1604],{"type":31,"value":1605},"协作",{"type":26,"tag":123,"props":1607,"children":1608},{},[1609],{"type":31,"value":1610},"多人编辑权限弱",{"type":26,"tag":123,"props":1612,"children":1613},{},[1614],{"type":31,"value":1615},"改动混乱、事故",{"type":26,"tag":123,"props":1617,"children":1618},{},[1619],{"type":31,"value":1620},"最低限度要有版本/回滚",{"type":26,"tag":616,"props":1622,"children":1623},{},[],{"type":26,"tag":81,"props":1625,"children":1627},{"id":1626},"免费建站的底线清单checklist",[1628],{"type":31,"value":1629},"免费建站的“底线清单”（Checklist）",{"type":26,"tag":673,"props":1631,"children":1633},{"id":1632},"资产底线",[1634],{"type":31,"value":1632},{"type":26,"tag":209,"props":1636,"children":1638},{"className":1637},[1144],[1639,1648,1657],{"type":26,"tag":213,"props":1640,"children":1642},{"className":1641},[1149],[1643,1646],{"type":26,"tag":1152,"props":1644,"children":1645},{"disabled":1154,"type":1155},[],{"type":31,"value":1647}," 域名在你手里（能随时换平台）",{"type":26,"tag":213,"props":1649,"children":1651},{"className":1650},[1149],[1652,1655],{"type":26,"tag":1152,"props":1653,"children":1654},{"disabled":1154,"type":1155},[],{"type":31,"value":1656}," 内容能导出（文章、图片、表单数据至少能拿到）",{"type":26,"tag":213,"props":1658,"children":1660},{"className":1659},[1149],[1661,1664],{"type":26,"tag":1152,"props":1662,"children":1663},{"disabled":1154,"type":1155},[],{"type":31,"value":1665}," 页面源码可导出或至少结构可迁移（不要被锁死）",{"type":26,"tag":673,"props":1667,"children":1669},{"id":1668},"工程底线",[1670],{"type":31,"value":1668},{"type":26,"tag":209,"props":1672,"children":1674},{"className":1673},[1144],[1675,1684],{"type":26,"tag":213,"props":1676,"children":1678},{"className":1677},[1149],[1679,1682],{"type":26,"tag":1152,"props":1680,"children":1681},{"disabled":1154,"type":1155},[],{"type":31,"value":1683}," 有版本记录（能回到上一个可用版本）",{"type":26,"tag":213,"props":1685,"children":1687},{"className":1686},[1149],[1688,1691],{"type":26,"tag":1152,"props":1689,"children":1690},{"disabled":1154,"type":1155},[],{"type":31,"value":1692}," 有最小监控（至少知道表单是否成功、页面是否 404）",{"type":26,"tag":673,"props":1694,"children":1696},{"id":1695},"增长底线",[1697],{"type":31,"value":1695},{"type":26,"tag":209,"props":1699,"children":1701},{"className":1700},[1144],[1702,1711],{"type":26,"tag":213,"props":1703,"children":1705},{"className":1704},[1149],[1706,1709],{"type":26,"tag":1152,"props":1707,"children":1708},{"disabled":1154,"type":1155},[],{"type":31,"value":1710}," Title/Description/H1 可控（不被平台强插）",{"type":26,"tag":213,"props":1712,"children":1714},{"className":1713},[1149],[1715,1718],{"type":26,"tag":1152,"props":1716,"children":1717},{"disabled":1154,"type":1155},[],{"type":31,"value":1719}," 图片可设置 alt、链接结构清晰",{"type":26,"tag":616,"props":1721,"children":1722},{},[],{"type":26,"tag":81,"props":1724,"children":1726},{"id":1725},"失败案例复盘从免费试试到重做一遍",[1727],{"type":31,"value":1728},"失败案例复盘：从“免费试试”到“重做一遍”",{"type":26,"tag":27,"props":1730,"children":1731},{},[1732,1737],{"type":26,"tag":725,"props":1733,"children":1734},{},[1735],{"type":31,"value":1736},"场景",{"type":31,"value":1738},"：你用免费平台搭了一个网站，跑了两个月开始有询盘。",{"type":26,"tag":27,"props":1740,"children":1741},{},[1742,1747],{"type":26,"tag":725,"props":1743,"children":1744},{},[1745],{"type":31,"value":1746},"事故",{"type":31,"value":1748},"：某天你决定升级：",{"type":26,"tag":209,"props":1750,"children":1751},{},[1752,1757,1762],{"type":26,"tag":213,"props":1753,"children":1754},{},[1755],{"type":31,"value":1756},"想换成自己的域名",{"type":26,"tag":213,"props":1758,"children":1759},{},[1760],{"type":31,"value":1761},"想把页面做得更快",{"type":26,"tag":213,"props":1763,"children":1764},{},[1765],{"type":31,"value":1766},"想做 SEO 内容体系",{"type":26,"tag":27,"props":1768,"children":1769},{},[1770],{"type":31,"value":1771},"然后你发现：",{"type":26,"tag":209,"props":1773,"children":1774},{},[1775,1780,1785],{"type":26,"tag":213,"props":1776,"children":1777},{},[1778],{"type":31,"value":1779},"导出不了源码（或导出代码质量差到不可维护）",{"type":26,"tag":213,"props":1781,"children":1782},{},[1783],{"type":31,"value":1784},"URL 结构变化，旧链接全部失效",{"type":26,"tag":213,"props":1786,"children":1787},{},[1788],{"type":31,"value":1789},"图片与资源散落在平台里，迁移成本爆炸",{"type":26,"tag":27,"props":1791,"children":1792},{},[1793,1797],{"type":26,"tag":725,"props":1794,"children":1795},{},[1796],{"type":31,"value":1023},{"type":31,"value":1035},{"type":26,"tag":209,"props":1799,"children":1800},{},[1801],{"type":26,"tag":213,"props":1802,"children":1803},{},[1804],{"type":31,"value":1805},"一开始没有把“可迁移性”当成第一目标",{"type":26,"tag":27,"props":1807,"children":1808},{},[1809,1814],{"type":26,"tag":725,"props":1810,"children":1811},{},[1812],{"type":31,"value":1813},"复盘后的正确做法",{"type":31,"value":1035},{"type":26,"tag":209,"props":1816,"children":1817},{},[1818,1823,1828],{"type":26,"tag":213,"props":1819,"children":1820},{},[1821],{"type":31,"value":1822},"从第一天开始就用自己的域名",{"type":26,"tag":213,"props":1824,"children":1825},{},[1826],{"type":31,"value":1827},"所有内容（文案、图片、下载附件）集中管理，可打包",{"type":26,"tag":213,"props":1829,"children":1830},{},[1831],{"type":31,"value":1832},"选择能导出源码/能自托管的方案（或至少保留结构化内容）",{"type":26,"tag":616,"props":1834,"children":1835},{},[],{"type":26,"tag":81,"props":1837,"children":1839},{"id":1838},"先免费后升级的路线图最短可迁移路径",[1840],{"type":31,"value":1841},"“先免费后升级”的路线图（最短可迁移路径）",{"type":26,"tag":27,"props":1843,"children":1844},{},[1845],{"type":31,"value":1846},"你可以按这条路线走：",{"type":26,"tag":474,"props":1848,"children":1849},{},[1850,1860,1870],{"type":26,"tag":213,"props":1851,"children":1852},{},[1853,1858],{"type":26,"tag":725,"props":1854,"children":1855},{},[1856],{"type":31,"value":1857},"第一阶段（验证）",{"type":31,"value":1859},"：用模板/Builder 快速上线，目标是验证转化",{"type":26,"tag":213,"props":1861,"children":1862},{},[1863,1868],{"type":26,"tag":725,"props":1864,"children":1865},{},[1866],{"type":31,"value":1867},"第二阶段（稳定）",{"type":31,"value":1869},"：把域名、内容、表单链路做“可控与可回滚”",{"type":26,"tag":213,"props":1871,"children":1872},{},[1873,1878],{"type":26,"tag":725,"props":1874,"children":1875},{},[1876],{"type":31,"value":1877},"第三阶段（增长）",{"type":31,"value":1879},"：做内容体系、内链、SEO、性能优化",{"type":26,"tag":27,"props":1881,"children":1882},{},[1883],{"type":31,"value":1884},"在工具选择上，如果你希望“上线快 + 后续可维护”，可以先看：",{"type":26,"tag":209,"props":1886,"children":1887},{},[1888,1895],{"type":26,"tag":213,"props":1889,"children":1890},{},[1891],{"type":26,"tag":49,"props":1892,"children":1893},{"href":1245},[1894],{"type":31,"value":1248},{"type":26,"tag":213,"props":1896,"children":1897},{},[1898],{"type":26,"tag":49,"props":1899,"children":1900},{"href":759},[1901],{"type":31,"value":762},{"type":26,"tag":616,"props":1903,"children":1904},{},[],{"type":26,"tag":81,"props":1906,"children":1908},{"id":1907},"你真正需要的不是免费而是低风险试错",[1909],{"type":31,"value":1910},"你真正需要的不是“免费”，而是“低风险试错”",{"type":26,"tag":27,"props":1912,"children":1913},{},[1914],{"type":31,"value":1915},"当你说“免费”，你其实想要的是：",{"type":26,"tag":209,"props":1917,"children":1918},{},[1919,1924,1929],{"type":26,"tag":213,"props":1920,"children":1921},{},[1922],{"type":31,"value":1923},"快速上线",{"type":26,"tag":213,"props":1925,"children":1926},{},[1927],{"type":31,"value":1928},"成本可控",{"type":26,"tag":213,"props":1930,"children":1931},{},[1932],{"type":31,"value":1933},"如果失败，损失可接受",{"type":26,"tag":27,"props":1935,"children":1936},{},[1937],{"type":31,"value":1938},"正确的表达应该是：",{"type":26,"tag":1436,"props":1940,"children":1941},{},[1942],{"type":26,"tag":27,"props":1943,"children":1944},{},[1945],{"type":31,"value":1946},"我要的是“可迁移的 MVP”，而不是“永远免费的平台”。",{"type":26,"tag":616,"props":1948,"children":1949},{},[],{"type":26,"tag":81,"props":1951,"children":1952},{"id":1218},[1953],{"type":31,"value":1218},{"type":26,"tag":209,"props":1955,"children":1956},{},[1957,1964,1971,1978],{"type":26,"tag":213,"props":1958,"children":1959},{},[1960],{"type":26,"tag":49,"props":1961,"children":1962},{"href":610},[1963],{"type":31,"value":613},{"type":26,"tag":213,"props":1965,"children":1966},{},[1967],{"type":26,"tag":49,"props":1968,"children":1969},{"href":1245},[1970],{"type":31,"value":1248},{"type":26,"tag":213,"props":1972,"children":1973},{},[1974],{"type":26,"tag":49,"props":1975,"children":1976},{"href":1254},[1977],{"type":31,"value":1257},{"type":26,"tag":213,"props":1979,"children":1980},{},[1981],{"type":26,"tag":49,"props":1982,"children":1983},{"href":954},[1984],{"type":31,"value":957},{"title":7,"searchDepth":534,"depth":534,"links":1986},[1987,1988,1989,1994,1995,1996,1997],{"id":1368,"depth":537,"text":1371},{"id":1449,"depth":537,"text":1452},{"id":1626,"depth":537,"text":1629,"children":1990},[1991,1992,1993],{"id":1632,"depth":534,"text":1632},{"id":1668,"depth":534,"text":1668},{"id":1695,"depth":534,"text":1695},{"id":1725,"depth":537,"text":1728},{"id":1838,"depth":537,"text":1841},{"id":1907,"depth":537,"text":1910},{"id":1218,"depth":537,"text":1218},"content:topics:practical-tips:free-website-build-cost-risk-boundary.md","topics/practical-tips/free-website-build-cost-risk-boundary.md","topics/practical-tips/free-website-build-cost-risk-boundary",{"_path":610,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"title":2002,"description":2003,"date":1286,"topic":5,"author":11,"tags":2004,"image":2007,"imageAlt":2008,"pexelsPhotoId":2009,"pexelsUrl":2010,"readingTime":2011,"body":2012,"_type":546,"_id":2924,"_source":548,"_file":2925,"_stem":2926,"_extension":551},"网页制作从 0 到上线：模板/编辑器/框架怎么选？（域名、HTTPS、缓存、回滚）","一篇把“网页制作”从选工具到上线发布讲完整的实战指南：路径选择矩阵、最短上线流程、免费方案边界、SEO/性能最小集、以及最常见翻车复盘与检查清单。",[16,2005,561,2006,1559],"建站","HTTPS","/images/topics/practical-tips/webpage-making-from-zero-to-online.jpg","电脑屏幕上展示代码与开发环境",574069,"https://www.pexels.com/photo/laptop-computer-showing-c-application-574069/",16,{"type":23,"children":2013,"toc":2900},[2014,2019,2042,2053,2056,2062,2067,2110,2115,2118,2124,2248,2253,2261,2284,2287,2293,2299,2317,2322,2328,2333,2371,2381,2387,2392,2410,2420,2426,2431,2449,2454,2472,2475,2481,2485,2517,2522,2539,2543,2561,2565,2582,2585,2591,2597,2607,2616,2634,2642,2660,2666,2674,2692,2702,2708,2716,2734,2743,2746,2752,2758,2816,2822,2862,2865,2869],{"type":26,"tag":27,"props":2015,"children":2016},{},[2017],{"type":31,"value":2018},"如果你搜索“网页制作”，你通常不是想学一堆名词，而是想尽快得到一个结果：",{"type":26,"tag":209,"props":2020,"children":2021},{},[2022,2027,2032,2037],{"type":26,"tag":213,"props":2023,"children":2024},{},[2025],{"type":31,"value":2026},"有一个能打开的网页链接",{"type":26,"tag":213,"props":2028,"children":2029},{},[2030],{"type":31,"value":2031},"看起来不丑（至少不土）",{"type":26,"tag":213,"props":2033,"children":2034},{},[2035],{"type":31,"value":2036},"能在手机上正常显示",{"type":26,"tag":213,"props":2038,"children":2039},{},[2040],{"type":31,"value":2041},"上线后能改、能维护、最好还能被搜索到",{"type":26,"tag":27,"props":2043,"children":2044},{},[2045,2047,2052],{"type":31,"value":2046},"这篇文章按“交付”来讲：",{"type":26,"tag":725,"props":2048,"children":2049},{},[2050],{"type":31,"value":2051},"你需要做哪些决策、每一步怎么走、哪里最容易翻车",{"type":31,"value":79},{"type":26,"tag":616,"props":2054,"children":2055},{},[],{"type":26,"tag":81,"props":2057,"children":2059},{"id":2058},"结论先说先选路径再选工具",[2060],{"type":31,"value":2061},"结论先说：先选路径，再选工具",{"type":26,"tag":27,"props":2063,"children":2064},{},[2065],{"type":31,"value":2066},"网页制作常见有四条路径：",{"type":26,"tag":474,"props":2068,"children":2069},{},[2070,2080,2090,2100],{"type":26,"tag":213,"props":2071,"children":2072},{},[2073,2078],{"type":26,"tag":725,"props":2074,"children":2075},{},[2076],{"type":31,"value":2077},"套模板",{"type":31,"value":2079},"：最快，适合一次性活动页/企业展示页",{"type":26,"tag":213,"props":2081,"children":2082},{},[2083,2088],{"type":26,"tag":725,"props":2084,"children":2085},{},[2086],{"type":31,"value":2087},"在线编辑器（代码游乐场）",{"type":31,"value":2089},"：适合测试片段，不适合完整站",{"type":26,"tag":213,"props":2091,"children":2092},{},[2093,2098],{"type":26,"tag":725,"props":2094,"children":2095},{},[2096],{"type":31,"value":2097},"可视化编辑器 / 网站 Builder",{"type":31,"value":2099},"：适合非开发者或需要快速产出的团队",{"type":26,"tag":213,"props":2101,"children":2102},{},[2103,2108],{"type":26,"tag":725,"props":2104,"children":2105},{},[2106],{"type":31,"value":2107},"框架开发（Vue/Nuxt/React）",{"type":31,"value":2109},"：适合复杂交互/长期维护/有工程团队",{"type":26,"tag":27,"props":2111,"children":2112},{},[2113],{"type":31,"value":2114},"你不需要从第 4 条开始。",{"type":26,"tag":616,"props":2116,"children":2117},{},[],{"type":26,"tag":81,"props":2119,"children":2121},{"id":2120},"路径选择矩阵必交付物对比表",[2122],{"type":31,"value":2123},"路径选择矩阵（必交付物：对比表）",{"type":26,"tag":88,"props":2125,"children":2126},{},[2127,2153],{"type":26,"tag":92,"props":2128,"children":2129},{},[2130],{"type":26,"tag":96,"props":2131,"children":2132},{},[2133,2138,2143,2148],{"type":26,"tag":100,"props":2134,"children":2135},{},[2136],{"type":31,"value":2137},"你的目标",{"type":26,"tag":100,"props":2139,"children":2140},{},[2141],{"type":31,"value":2142},"更推荐",{"type":26,"tag":100,"props":2144,"children":2145},{},[2146],{"type":31,"value":2147},"你会得到什么",{"type":26,"tag":100,"props":2149,"children":2150},{},[2151],{"type":31,"value":2152},"你要付出的代价",{"type":26,"tag":116,"props":2154,"children":2155},{},[2156,2179,2202,2225],{"type":26,"tag":96,"props":2157,"children":2158},{},[2159,2164,2169,2174],{"type":26,"tag":123,"props":2160,"children":2161},{},[2162],{"type":31,"value":2163},"3 小时内上线一个活动页",{"type":26,"tag":123,"props":2165,"children":2166},{},[2167],{"type":31,"value":2168},"模板 / Builder",{"type":26,"tag":123,"props":2170,"children":2171},{},[2172],{"type":31,"value":2173},"速度最快、最低门槛",{"type":26,"tag":123,"props":2175,"children":2176},{},[2177],{"type":31,"value":2178},"个性化有限、后续二开受限",{"type":26,"tag":96,"props":2180,"children":2181},{},[2182,2187,2192,2197],{"type":26,"tag":123,"props":2183,"children":2184},{},[2185],{"type":31,"value":2186},"多个落地页重复使用",{"type":26,"tag":123,"props":2188,"children":2189},{},[2190],{"type":31,"value":2191},"可视化编辑器 / Builder",{"type":26,"tag":123,"props":2193,"children":2194},{},[2195],{"type":31,"value":2196},"可沉淀组件与版式",{"type":26,"tag":123,"props":2198,"children":2199},{},[2200],{"type":31,"value":2201},"需要建立组件规范与验收",{"type":26,"tag":96,"props":2203,"children":2204},{},[2205,2210,2215,2220],{"type":26,"tag":123,"props":2206,"children":2207},{},[2208],{"type":31,"value":2209},"需要更强 SEO 与内容体系",{"type":26,"tag":123,"props":2211,"children":2212},{},[2213],{"type":31,"value":2214},"内容站（Nuxt/SSG）",{"type":26,"tag":123,"props":2216,"children":2217},{},[2218],{"type":31,"value":2219},"可持续扩展与内链",{"type":26,"tag":123,"props":2221,"children":2222},{},[2223],{"type":31,"value":2224},"初期工程成本更高",{"type":26,"tag":96,"props":2226,"children":2227},{},[2228,2233,2238,2243],{"type":26,"tag":123,"props":2229,"children":2230},{},[2231],{"type":31,"value":2232},"有复杂表单/权限/业务逻辑",{"type":26,"tag":123,"props":2234,"children":2235},{},[2236],{"type":31,"value":2237},"框架开发",{"type":26,"tag":123,"props":2239,"children":2240},{},[2241],{"type":31,"value":2242},"能力最强",{"type":26,"tag":123,"props":2244,"children":2245},{},[2246],{"type":31,"value":2247},"维护成本与团队要求更高",{"type":26,"tag":27,"props":2249,"children":2250},{},[2251],{"type":31,"value":2252},"如果你不确定，优先选择：",{"type":26,"tag":209,"props":2254,"children":2255},{},[2256],{"type":26,"tag":213,"props":2257,"children":2258},{},[2259],{"type":31,"value":2260},"“要能导出源码、能绑定域名、能回滚”的方案",{"type":26,"tag":27,"props":2262,"children":2263},{},[2264,2266,2271,2273,2277,2279,2283],{"type":31,"value":2265},"HTMLPAGE 的定位偏向：",{"type":26,"tag":725,"props":2267,"children":2268},{},[2269],{"type":31,"value":2270},"快速制作并发布可维护页面",{"type":31,"value":2272},"，适合做落地页、活动页、展示页，具体可以先看：",{"type":26,"tag":49,"props":2274,"children":2275},{"href":1245},[2276],{"type":31,"value":1248},{"type":31,"value":2278}," 与实操：",{"type":26,"tag":49,"props":2280,"children":2281},{"href":759},[2282],{"type":31,"value":762},{"type":31,"value":79},{"type":26,"tag":616,"props":2285,"children":2286},{},[],{"type":26,"tag":81,"props":2288,"children":2290},{"id":2289},"从-0-到上线的最短流程可照抄",[2291],{"type":31,"value":2292},"从 0 到上线的最短流程（可照抄）",{"type":26,"tag":673,"props":2294,"children":2296},{"id":2295},"step-1准备-3-件事别跳过",[2297],{"type":31,"value":2298},"Step 1：准备 3 件事（别跳过）",{"type":26,"tag":209,"props":2300,"children":2301},{},[2302,2307,2312],{"type":26,"tag":213,"props":2303,"children":2304},{},[2305],{"type":31,"value":2306},"页面目标：你希望用户做什么？（提交表单/加微信/购买/预约）",{"type":26,"tag":213,"props":2308,"children":2309},{},[2310],{"type":31,"value":2311},"目标人群：一句话描述（越具体越好）",{"type":26,"tag":213,"props":2313,"children":2314},{},[2315],{"type":31,"value":2316},"核心证据：你凭什么让他信？（案例、数据、资质、评价）",{"type":26,"tag":27,"props":2318,"children":2319},{},[2320],{"type":31,"value":2321},"这三件事决定页面结构，结构决定转化。",{"type":26,"tag":673,"props":2323,"children":2325},{"id":2324},"step-2选模板或起一个最小页面骨架",[2326],{"type":31,"value":2327},"Step 2：选模板或起一个最小页面骨架",{"type":26,"tag":27,"props":2329,"children":2330},{},[2331],{"type":31,"value":2332},"最小骨架（落地页常用）：",{"type":26,"tag":474,"props":2334,"children":2335},{},[2336,2341,2346,2351,2356,2361,2366],{"type":26,"tag":213,"props":2337,"children":2338},{},[2339],{"type":31,"value":2340},"Hero（标题 + 副标题 + CTA）",{"type":26,"tag":213,"props":2342,"children":2343},{},[2344],{"type":31,"value":2345},"Problem / Value（痛点/价值）",{"type":26,"tag":213,"props":2347,"children":2348},{},[2349],{"type":31,"value":2350},"Features（3~6 个要点）",{"type":26,"tag":213,"props":2352,"children":2353},{},[2354],{"type":31,"value":2355},"Proof（案例/评价/数据/Logo）",{"type":26,"tag":213,"props":2357,"children":2358},{},[2359],{"type":31,"value":2360},"FAQ（解决疑虑）",{"type":26,"tag":213,"props":2362,"children":2363},{},[2364],{"type":31,"value":2365},"Form（最终行动）",{"type":26,"tag":213,"props":2367,"children":2368},{},[2369],{"type":31,"value":2370},"Footer（联系方式/备案/隐私）",{"type":26,"tag":27,"props":2372,"children":2373},{},[2374,2376,2380],{"type":31,"value":2375},"如果你要把内容做成体系（SEO + 内链），建议把主题组织成 cluster，可参考：",{"type":26,"tag":49,"props":2377,"children":2378},{"href":1254},[2379],{"type":31,"value":1257},{"type":31,"value":79},{"type":26,"tag":673,"props":2382,"children":2384},{"id":2383},"step-3域名与-https上线的基础设施",[2385],{"type":31,"value":2386},"Step 3：域名与 HTTPS（上线的基础设施）",{"type":26,"tag":27,"props":2388,"children":2389},{},[2390],{"type":31,"value":2391},"最短路径：",{"type":26,"tag":209,"props":2393,"children":2394},{},[2395,2400,2405],{"type":26,"tag":213,"props":2396,"children":2397},{},[2398],{"type":31,"value":2399},"买域名（你能控制的资产）",{"type":26,"tag":213,"props":2401,"children":2402},{},[2403],{"type":31,"value":2404},"绑定到托管平台（支持 HTTPS）",{"type":26,"tag":213,"props":2406,"children":2407},{},[2408],{"type":31,"value":2409},"开启自动证书（Let’s Encrypt 或平台托管）",{"type":26,"tag":27,"props":2411,"children":2412},{},[2413,2418],{"type":26,"tag":725,"props":2414,"children":2415},{},[2416],{"type":31,"value":2417},"底线",{"type":31,"value":2419},"：不要把域名绑在你无法迁出的平台上。",{"type":26,"tag":673,"props":2421,"children":2423},{"id":2422},"step-4缓存与回滚避免上线即事故",[2424],{"type":31,"value":2425},"Step 4：缓存与回滚（避免“上线即事故”）",{"type":26,"tag":27,"props":2427,"children":2428},{},[2429],{"type":31,"value":2430},"上线后常见事故：",{"type":26,"tag":209,"props":2432,"children":2433},{},[2434,2439,2444],{"type":26,"tag":213,"props":2435,"children":2436},{},[2437],{"type":31,"value":2438},"用户看到旧版本（缓存）",{"type":26,"tag":213,"props":2440,"children":2441},{},[2442],{"type":31,"value":2443},"更新后出现 404（路由/路径变更）",{"type":26,"tag":213,"props":2445,"children":2446},{},[2447],{"type":31,"value":2448},"CSS 错乱（构建产物没同步）",{"type":26,"tag":27,"props":2450,"children":2451},{},[2452],{"type":31,"value":2453},"最低配置：",{"type":26,"tag":209,"props":2455,"children":2456},{},[2457,2462,2467],{"type":26,"tag":213,"props":2458,"children":2459},{},[2460],{"type":31,"value":2461},"关键文件版本化（git 或平台版本）",{"type":26,"tag":213,"props":2463,"children":2464},{},[2465],{"type":31,"value":2466},"能回滚到上一个版本（1 次点击/1 条命令）",{"type":26,"tag":213,"props":2468,"children":2469},{},[2470],{"type":31,"value":2471},"明确缓存策略（HTML 低缓存，静态资源高缓存）",{"type":26,"tag":616,"props":2473,"children":2474},{},[],{"type":26,"tag":81,"props":2476,"children":2478},{"id":2477},"seo性能最小集不是做-seo而是别丢分",[2479],{"type":31,"value":2480},"SEO/性能最小集（不是“做 SEO”，而是“别丢分”）",{"type":26,"tag":673,"props":2482,"children":2483},{"id":905},[2484],{"type":31,"value":908},{"type":26,"tag":209,"props":2486,"children":2487},{},[2488,2493,2498,2512],{"type":26,"tag":213,"props":2489,"children":2490},{},[2491],{"type":31,"value":2492},"页面只有一个 H1，且含主关键词",{"type":26,"tag":213,"props":2494,"children":2495},{},[2496],{"type":31,"value":2497},"Title/Description 与搜索意图匹配（别写成公司 slogan）",{"type":26,"tag":213,"props":2499,"children":2500},{},[2501,2503,2510],{"type":31,"value":2502},"图片有 ",{"type":26,"tag":2504,"props":2505,"children":2507},"code",{"className":2506},[],[2508],{"type":31,"value":2509},"alt",{"type":31,"value":2511},"，链接结构清晰",{"type":26,"tag":213,"props":2513,"children":2514},{},[2515],{"type":31,"value":2516},"有站点地图/可抓取（内容站更重要）",{"type":26,"tag":27,"props":2518,"children":2519},{},[2520],{"type":31,"value":2521},"实操可以看：",{"type":26,"tag":209,"props":2523,"children":2524},{},[2525,2532],{"type":26,"tag":213,"props":2526,"children":2527},{},[2528],{"type":26,"tag":49,"props":2529,"children":2530},{"href":954},[2531],{"type":31,"value":957},{"type":26,"tag":213,"props":2533,"children":2534},{},[2535],{"type":26,"tag":49,"props":2536,"children":2537},{"href":945},[2538],{"type":31,"value":948},{"type":26,"tag":673,"props":2540,"children":2541},{"id":960},[2542],{"type":31,"value":960},{"type":26,"tag":209,"props":2544,"children":2545},{},[2546,2551,2556],{"type":26,"tag":213,"props":2547,"children":2548},{},[2549],{"type":31,"value":2550},"首屏图片压缩与懒加载",{"type":26,"tag":213,"props":2552,"children":2553},{},[2554],{"type":31,"value":2555},"避免首屏引入大量第三方脚本",{"type":26,"tag":213,"props":2557,"children":2558},{},[2559],{"type":31,"value":2560},"关注核心指标：LCP/INP/CLS",{"type":26,"tag":27,"props":2562,"children":2563},{},[2564],{"type":31,"value":936},{"type":26,"tag":209,"props":2566,"children":2567},{},[2568,2575],{"type":26,"tag":213,"props":2569,"children":2570},{},[2571],{"type":26,"tag":49,"props":2572,"children":2573},{"href":997},[2574],{"type":31,"value":1000},{"type":26,"tag":213,"props":2576,"children":2577},{},[2578],{"type":26,"tag":49,"props":2579,"children":2580},{"href":988},[2581],{"type":31,"value":991},{"type":26,"tag":616,"props":2583,"children":2584},{},[],{"type":26,"tag":81,"props":2586,"children":2588},{"id":2587},"失败案例复盘上线后搜不到很慢丢线索",[2589],{"type":31,"value":2590},"失败案例复盘：上线后“搜不到/很慢/丢线索”",{"type":26,"tag":673,"props":2592,"children":2594},{"id":2593},"失败-1页面上线了但搜不到",[2595],{"type":31,"value":2596},"失败 1：页面上线了，但搜不到",{"type":26,"tag":27,"props":2598,"children":2599},{},[2600,2605],{"type":26,"tag":725,"props":2601,"children":2602},{},[2603],{"type":31,"value":2604},"信号",{"type":31,"value":2606},"：站点可以访问，但搜索引擎没有收录或排名很差。",{"type":26,"tag":27,"props":2608,"children":2609},{},[2610,2615],{"type":26,"tag":725,"props":2611,"children":2612},{},[2613],{"type":31,"value":2614},"常见根因",{"type":31,"value":1035},{"type":26,"tag":209,"props":2617,"children":2618},{},[2619,2624,2629],{"type":26,"tag":213,"props":2620,"children":2621},{},[2622],{"type":31,"value":2623},"Title/Description 与意图不匹配（CTR 低）",{"type":26,"tag":213,"props":2625,"children":2626},{},[2627],{"type":31,"value":2628},"页面结构混乱，缺少语义化",{"type":26,"tag":213,"props":2630,"children":2631},{},[2632],{"type":31,"value":2633},"robots/canonical/重复页面处理不当（内容站常见）",{"type":26,"tag":27,"props":2635,"children":2636},{},[2637,2641],{"type":26,"tag":725,"props":2638,"children":2639},{},[2640],{"type":31,"value":1093},{"type":31,"value":1035},{"type":26,"tag":209,"props":2643,"children":2644},{},[2645,2650,2655],{"type":26,"tag":213,"props":2646,"children":2647},{},[2648],{"type":31,"value":2649},"用 1 段话写清“这页解决什么问题”并放进标题与首段",{"type":26,"tag":213,"props":2651,"children":2652},{},[2653],{"type":31,"value":2654},"修正标题层级（H1-H2-H3）",{"type":26,"tag":213,"props":2656,"children":2657},{},[2658],{"type":31,"value":2659},"在 GSC 提交并观察覆盖率",{"type":26,"tag":673,"props":2661,"children":2663},{"id":2662},"失败-2页面很慢用户还没看到就走了",[2664],{"type":31,"value":2665},"失败 2：页面很慢，用户还没看到就走了",{"type":26,"tag":27,"props":2667,"children":2668},{},[2669,2673],{"type":26,"tag":725,"props":2670,"children":2671},{},[2672],{"type":31,"value":1023},{"type":31,"value":1035},{"type":26,"tag":209,"props":2675,"children":2676},{},[2677,2682,2687],{"type":26,"tag":213,"props":2678,"children":2679},{},[2680],{"type":31,"value":2681},"首屏大图未压缩",{"type":26,"tag":213,"props":2683,"children":2684},{},[2685],{"type":31,"value":2686},"第三方脚本太多（统计、客服、热力图）",{"type":26,"tag":213,"props":2688,"children":2689},{},[2690],{"type":31,"value":2691},"字体加载阻塞",{"type":26,"tag":27,"props":2693,"children":2694},{},[2695,2700],{"type":26,"tag":725,"props":2696,"children":2697},{},[2698],{"type":31,"value":2699},"修复",{"type":31,"value":2701},"：先把图片和脚本处理了，通常就能改善 80%。",{"type":26,"tag":673,"props":2703,"children":2705},{"id":2704},"失败-3表单提交了但线索丢了",[2706],{"type":31,"value":2707},"失败 3：表单提交了，但线索丢了",{"type":26,"tag":27,"props":2709,"children":2710},{},[2711,2715],{"type":26,"tag":725,"props":2712,"children":2713},{},[2714],{"type":31,"value":1023},{"type":31,"value":1035},{"type":26,"tag":209,"props":2717,"children":2718},{},[2719,2724,2729],{"type":26,"tag":213,"props":2720,"children":2721},{},[2722],{"type":31,"value":2723},"没有失败兜底（接口失败就丢）",{"type":26,"tag":213,"props":2725,"children":2726},{},[2727],{"type":31,"value":2728},"没有通知链路（邮件/飞书/企业微信）",{"type":26,"tag":213,"props":2730,"children":2731},{},[2732],{"type":31,"value":2733},"没有防刷导致垃圾线索淹没",{"type":26,"tag":27,"props":2735,"children":2736},{},[2737,2741],{"type":26,"tag":725,"props":2738,"children":2739},{},[2740],{"type":31,"value":2699},{"type":31,"value":2742},"：把表单当“系统”，不是一个组件。",{"type":26,"tag":616,"props":2744,"children":2745},{},[],{"type":26,"tag":81,"props":2747,"children":2749},{"id":2748},"上线-checklist必交付物",[2750],{"type":31,"value":2751},"上线 Checklist（必交付物）",{"type":26,"tag":673,"props":2753,"children":2755},{"id":2754},"上线前必须",[2756],{"type":31,"value":2757},"上线前（必须）",{"type":26,"tag":209,"props":2759,"children":2761},{"className":2760},[1144],[2762,2771,2780,2789,2798,2807],{"type":26,"tag":213,"props":2763,"children":2765},{"className":2764},[1149],[2766,2769],{"type":26,"tag":1152,"props":2767,"children":2768},{"disabled":1154,"type":1155},[],{"type":31,"value":2770}," 目标明确：用户最终动作是什么（只有一个）",{"type":26,"tag":213,"props":2772,"children":2774},{"className":2773},[1149],[2775,2778],{"type":26,"tag":1152,"props":2776,"children":2777},{"disabled":1154,"type":1155},[],{"type":31,"value":2779}," 页面结构完整：Hero/价值/证据/FAQ/表单",{"type":26,"tag":213,"props":2781,"children":2783},{"className":2782},[1149],[2784,2787],{"type":26,"tag":1152,"props":2785,"children":2786},{"disabled":1154,"type":1155},[],{"type":31,"value":2788}," 移动端可用：首屏不挤、按钮可点、表单不溢出",{"type":26,"tag":213,"props":2790,"children":2792},{"className":2791},[1149],[2793,2796],{"type":26,"tag":1152,"props":2794,"children":2795},{"disabled":1154,"type":1155},[],{"type":31,"value":2797}," SEO 最小集：H1/Title/Description/图片 alt",{"type":26,"tag":213,"props":2799,"children":2801},{"className":2800},[1149],[2802,2805],{"type":26,"tag":1152,"props":2803,"children":2804},{"disabled":1154,"type":1155},[],{"type":31,"value":2806}," 性能最小集：首屏图片压缩、脚本克制",{"type":26,"tag":213,"props":2808,"children":2810},{"className":2809},[1149],[2811,2814],{"type":26,"tag":1152,"props":2812,"children":2813},{"disabled":1154,"type":1155},[],{"type":31,"value":2815}," 回滚可用：能回到上一个版本",{"type":26,"tag":673,"props":2817,"children":2819},{"id":2818},"上线后-24-小时必须",[2820],{"type":31,"value":2821},"上线后 24 小时（必须）",{"type":26,"tag":209,"props":2823,"children":2825},{"className":2824},[1144],[2826,2835,2844,2853],{"type":26,"tag":213,"props":2827,"children":2829},{"className":2828},[1149],[2830,2833],{"type":26,"tag":1152,"props":2831,"children":2832},{"disabled":1154,"type":1155},[],{"type":31,"value":2834}," 自己走一遍“提交线索”并确认通知收到",{"type":26,"tag":213,"props":2836,"children":2838},{"className":2837},[1149],[2839,2842],{"type":26,"tag":1152,"props":2840,"children":2841},{"disabled":1154,"type":1155},[],{"type":31,"value":2843}," 观察核心指标（LCP/INP/CLS 或至少首屏体验）",{"type":26,"tag":213,"props":2845,"children":2847},{"className":2846},[1149],[2848,2851],{"type":26,"tag":1152,"props":2849,"children":2850},{"disabled":1154,"type":1155},[],{"type":31,"value":2852}," GSC 提交并观察覆盖率/抓取",{"type":26,"tag":213,"props":2854,"children":2856},{"className":2855},[1149],[2857,2860],{"type":26,"tag":1152,"props":2858,"children":2859},{"disabled":1154,"type":1155},[],{"type":31,"value":2861}," 复盘用户入口（从哪个关键词来、停留多久）",{"type":26,"tag":616,"props":2863,"children":2864},{},[],{"type":26,"tag":81,"props":2866,"children":2867},{"id":1218},[2868],{"type":31,"value":1218},{"type":26,"tag":209,"props":2870,"children":2871},{},[2872,2879,2886,2893],{"type":26,"tag":213,"props":2873,"children":2874},{},[2875],{"type":26,"tag":49,"props":2876,"children":2877},{"href":1245},[2878],{"type":31,"value":1248},{"type":26,"tag":213,"props":2880,"children":2881},{},[2882],{"type":26,"tag":49,"props":2883,"children":2884},{"href":759},[2885],{"type":31,"value":762},{"type":26,"tag":213,"props":2887,"children":2888},{},[2889],{"type":26,"tag":49,"props":2890,"children":2891},{"href":1254},[2892],{"type":31,"value":1257},{"type":26,"tag":213,"props":2894,"children":2895},{},[2896],{"type":26,"tag":49,"props":2897,"children":2898},{"href":954},[2899],{"type":31,"value":957},{"title":7,"searchDepth":534,"depth":534,"links":2901},[2902,2903,2904,2910,2914,2919,2923],{"id":2058,"depth":537,"text":2061},{"id":2120,"depth":537,"text":2123},{"id":2289,"depth":537,"text":2292,"children":2905},[2906,2907,2908,2909],{"id":2295,"depth":534,"text":2298},{"id":2324,"depth":534,"text":2327},{"id":2383,"depth":534,"text":2386},{"id":2422,"depth":534,"text":2425},{"id":2477,"depth":537,"text":2480,"children":2911},[2912,2913],{"id":905,"depth":534,"text":908},{"id":960,"depth":534,"text":960},{"id":2587,"depth":537,"text":2590,"children":2915},[2916,2917,2918],{"id":2593,"depth":534,"text":2596},{"id":2662,"depth":534,"text":2665},{"id":2704,"depth":534,"text":2707},{"id":2748,"depth":537,"text":2751,"children":2920},[2921,2922],{"id":2754,"depth":534,"text":2757},{"id":2818,"depth":534,"text":2821},{"id":1218,"depth":537,"text":1218},"content:topics:practical-tips:webpage-making-from-zero-to-online.md","topics/practical-tips/webpage-making-from-zero-to-online.md","topics/practical-tips/webpage-making-from-zero-to-online",{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"title":8,"description":9,"date":10,"topic":5,"author":11,"tags":2928,"image":17,"imageQuery":18,"pexelsPhotoId":19,"pexelsUrl":20,"featured":6,"readingTime":21,"body":2929,"_type":546,"_id":547,"_source":548,"_file":549,"_stem":550,"_extension":551},[13,14,15,16],{"type":23,"children":2930,"toc":3330},[2931,2935,2939,2943,2967,2971,3055,3059,3063,3067,3082,3086,3090,3094,3109,3113,3117,3121,3125,3144,3148,3152,3156,3175,3179,3183,3187,3191,3195,3199,3203,3214,3218,3222,3226,3245,3249,3268,3272,3276,3291,3295,3299],{"type":26,"tag":27,"props":2932,"children":2933},{},[2934],{"type":31,"value":32},{"type":26,"tag":27,"props":2936,"children":2937},{},[2938],{"type":31,"value":37},{"type":26,"tag":27,"props":2940,"children":2941},{},[2942],{"type":31,"value":42},{"type":26,"tag":27,"props":2944,"children":2945},{},[2946,2947,2951,2952,2956,2957,2961,2962,2966],{"type":31,"value":47},{"type":26,"tag":49,"props":2948,"children":2949},{"href":51},[2950],{"type":31,"value":54},{"type":31,"value":56},{"type":26,"tag":49,"props":2953,"children":2954},{"href":59},[2955],{"type":31,"value":62},{"type":31,"value":56},{"type":26,"tag":49,"props":2958,"children":2959},{"href":66},[2960],{"type":31,"value":69},{"type":31,"value":71},{"type":26,"tag":49,"props":2963,"children":2964},{"href":74},[2965],{"type":31,"value":77},{"type":31,"value":79},{"type":26,"tag":81,"props":2968,"children":2969},{"id":83},[2970],{"type":31,"value":86},{"type":26,"tag":88,"props":2972,"children":2973},{},[2974,2992],{"type":26,"tag":92,"props":2975,"children":2976},{},[2977],{"type":26,"tag":96,"props":2978,"children":2979},{},[2980,2984,2988],{"type":26,"tag":100,"props":2981,"children":2982},{},[2983],{"type":31,"value":104},{"type":26,"tag":100,"props":2985,"children":2986},{},[2987],{"type":31,"value":109},{"type":26,"tag":100,"props":2989,"children":2990},{},[2991],{"type":31,"value":114},{"type":26,"tag":116,"props":2993,"children":2994},{},[2995,3010,3025,3040],{"type":26,"tag":96,"props":2996,"children":2997},{},[2998,3002,3006],{"type":26,"tag":123,"props":2999,"children":3000},{},[3001],{"type":31,"value":127},{"type":26,"tag":123,"props":3003,"children":3004},{},[3005],{"type":31,"value":132},{"type":26,"tag":123,"props":3007,"children":3008},{},[3009],{"type":31,"value":137},{"type":26,"tag":96,"props":3011,"children":3012},{},[3013,3017,3021],{"type":26,"tag":123,"props":3014,"children":3015},{},[3016],{"type":31,"value":145},{"type":26,"tag":123,"props":3018,"children":3019},{},[3020],{"type":31,"value":150},{"type":26,"tag":123,"props":3022,"children":3023},{},[3024],{"type":31,"value":155},{"type":26,"tag":96,"props":3026,"children":3027},{},[3028,3032,3036],{"type":26,"tag":123,"props":3029,"children":3030},{},[3031],{"type":31,"value":163},{"type":26,"tag":123,"props":3033,"children":3034},{},[3035],{"type":31,"value":168},{"type":26,"tag":123,"props":3037,"children":3038},{},[3039],{"type":31,"value":173},{"type":26,"tag":96,"props":3041,"children":3042},{},[3043,3047,3051],{"type":26,"tag":123,"props":3044,"children":3045},{},[3046],{"type":31,"value":181},{"type":26,"tag":123,"props":3048,"children":3049},{},[3050],{"type":31,"value":186},{"type":26,"tag":123,"props":3052,"children":3053},{},[3054],{"type":31,"value":191},{"type":26,"tag":27,"props":3056,"children":3057},{},[3058],{"type":31,"value":196},{"type":26,"tag":81,"props":3060,"children":3061},{"id":199},[3062],{"type":31,"value":202},{"type":26,"tag":27,"props":3064,"children":3065},{},[3066],{"type":31,"value":207},{"type":26,"tag":209,"props":3068,"children":3069},{},[3070,3074,3078],{"type":26,"tag":213,"props":3071,"children":3072},{},[3073],{"type":31,"value":217},{"type":26,"tag":213,"props":3075,"children":3076},{},[3077],{"type":31,"value":222},{"type":26,"tag":213,"props":3079,"children":3080},{},[3081],{"type":31,"value":227},{"type":26,"tag":27,"props":3083,"children":3084},{},[3085],{"type":31,"value":232},{"type":26,"tag":81,"props":3087,"children":3088},{"id":235},[3089],{"type":31,"value":238},{"type":26,"tag":27,"props":3091,"children":3092},{},[3093],{"type":31,"value":243},{"type":26,"tag":209,"props":3095,"children":3096},{},[3097,3101,3105],{"type":26,"tag":213,"props":3098,"children":3099},{},[3100],{"type":31,"value":251},{"type":26,"tag":213,"props":3102,"children":3103},{},[3104],{"type":31,"value":256},{"type":26,"tag":213,"props":3106,"children":3107},{},[3108],{"type":31,"value":261},{"type":26,"tag":27,"props":3110,"children":3111},{},[3112],{"type":31,"value":266},{"type":26,"tag":81,"props":3114,"children":3115},{"id":269},[3116],{"type":31,"value":272},{"type":26,"tag":27,"props":3118,"children":3119},{},[3120],{"type":31,"value":277},{"type":26,"tag":27,"props":3122,"children":3123},{},[3124],{"type":31,"value":282},{"type":26,"tag":209,"props":3126,"children":3127},{},[3128,3132,3136,3140],{"type":26,"tag":213,"props":3129,"children":3130},{},[3131],{"type":31,"value":290},{"type":26,"tag":213,"props":3133,"children":3134},{},[3135],{"type":31,"value":295},{"type":26,"tag":213,"props":3137,"children":3138},{},[3139],{"type":31,"value":300},{"type":26,"tag":213,"props":3141,"children":3142},{},[3143],{"type":31,"value":305},{"type":26,"tag":27,"props":3145,"children":3146},{},[3147],{"type":31,"value":310},{"type":26,"tag":81,"props":3149,"children":3150},{"id":313},[3151],{"type":31,"value":316},{"type":26,"tag":27,"props":3153,"children":3154},{},[3155],{"type":31,"value":321},{"type":26,"tag":209,"props":3157,"children":3158},{},[3159,3163,3167,3171],{"type":26,"tag":213,"props":3160,"children":3161},{},[3162],{"type":31,"value":329},{"type":26,"tag":213,"props":3164,"children":3165},{},[3166],{"type":31,"value":334},{"type":26,"tag":213,"props":3168,"children":3169},{},[3170],{"type":31,"value":339},{"type":26,"tag":213,"props":3172,"children":3173},{},[3174],{"type":31,"value":344},{"type":26,"tag":27,"props":3176,"children":3177},{},[3178],{"type":31,"value":349},{"type":26,"tag":81,"props":3180,"children":3181},{"id":352},[3182],{"type":31,"value":355},{"type":26,"tag":27,"props":3184,"children":3185},{},[3186],{"type":31,"value":360},{"type":26,"tag":27,"props":3188,"children":3189},{},[3190],{"type":31,"value":365},{"type":26,"tag":27,"props":3192,"children":3193},{},[3194],{"type":31,"value":370},{"type":26,"tag":81,"props":3196,"children":3197},{"id":373},[3198],{"type":31,"value":376},{"type":26,"tag":27,"props":3200,"children":3201},{},[3202],{"type":31,"value":381},{"type":26,"tag":209,"props":3204,"children":3205},{},[3206,3210],{"type":26,"tag":213,"props":3207,"children":3208},{},[3209],{"type":31,"value":389},{"type":26,"tag":213,"props":3211,"children":3212},{},[3213],{"type":31,"value":394},{"type":26,"tag":27,"props":3215,"children":3216},{},[3217],{"type":31,"value":399},{"type":26,"tag":81,"props":3219,"children":3220},{"id":402},[3221],{"type":31,"value":405},{"type":26,"tag":27,"props":3223,"children":3224},{},[3225],{"type":31,"value":410},{"type":26,"tag":209,"props":3227,"children":3228},{},[3229,3233,3237,3241],{"type":26,"tag":213,"props":3230,"children":3231},{},[3232],{"type":31,"value":418},{"type":26,"tag":213,"props":3234,"children":3235},{},[3236],{"type":31,"value":423},{"type":26,"tag":213,"props":3238,"children":3239},{},[3240],{"type":31,"value":428},{"type":26,"tag":213,"props":3242,"children":3243},{},[3244],{"type":31,"value":433},{"type":26,"tag":27,"props":3246,"children":3247},{},[3248],{"type":31,"value":438},{"type":26,"tag":209,"props":3250,"children":3251},{},[3252,3256,3260,3264],{"type":26,"tag":213,"props":3253,"children":3254},{},[3255],{"type":31,"value":446},{"type":26,"tag":213,"props":3257,"children":3258},{},[3259],{"type":31,"value":451},{"type":26,"tag":213,"props":3261,"children":3262},{},[3263],{"type":31,"value":456},{"type":26,"tag":213,"props":3265,"children":3266},{},[3267],{"type":31,"value":461},{"type":26,"tag":27,"props":3269,"children":3270},{},[3271],{"type":31,"value":466},{"type":26,"tag":81,"props":3273,"children":3274},{"id":469},[3275],{"type":31,"value":472},{"type":26,"tag":474,"props":3277,"children":3278},{},[3279,3283,3287],{"type":26,"tag":213,"props":3280,"children":3281},{},[3282],{"type":31,"value":481},{"type":26,"tag":213,"props":3284,"children":3285},{},[3286],{"type":31,"value":486},{"type":26,"tag":213,"props":3288,"children":3289},{},[3290],{"type":31,"value":491},{"type":26,"tag":27,"props":3292,"children":3293},{},[3294],{"type":31,"value":496},{"type":26,"tag":27,"props":3296,"children":3297},{},[3298],{"type":31,"value":501},{"type":26,"tag":209,"props":3300,"children":3301},{},[3302,3309,3316,3323],{"type":26,"tag":213,"props":3303,"children":3304},{},[3305],{"type":26,"tag":49,"props":3306,"children":3307},{"href":66},[3308],{"type":31,"value":69},{"type":26,"tag":213,"props":3310,"children":3311},{},[3312],{"type":26,"tag":49,"props":3313,"children":3314},{"href":74},[3315],{"type":31,"value":77},{"type":26,"tag":213,"props":3317,"children":3318},{},[3319],{"type":26,"tag":49,"props":3320,"children":3321},{"href":59},[3322],{"type":31,"value":62},{"type":26,"tag":213,"props":3324,"children":3325},{},[3326],{"type":26,"tag":49,"props":3327,"children":3328},{"href":51},[3329],{"type":31,"value":54},{"title":7,"searchDepth":534,"depth":534,"links":3331},[3332,3333,3334,3335,3336,3337,3338,3339,3340],{"id":83,"depth":537,"text":86},{"id":199,"depth":537,"text":202},{"id":235,"depth":537,"text":238},{"id":269,"depth":537,"text":272},{"id":313,"depth":537,"text":316},{"id":352,"depth":537,"text":355},{"id":373,"depth":537,"text":376},{"id":402,"depth":537,"text":405},{"id":469,"depth":537,"text":472},1779260419902]