{"id":6472,"date":"2026-07-27T11:25:32","date_gmt":"2026-07-27T11:25:32","guid":{"rendered":"https:\/\/holdmin.com\/?p=6472"},"modified":"2026-07-27T16:05:03","modified_gmt":"2026-07-27T16:05:03","slug":"tendencias-de-contenido-para-empresas-en-2026","status":"publish","type":"post","link":"https:\/\/holdmin.com\/en\/tendencias-de-contenido-para-empresas-en-2026\/","title":{"rendered":"2026 Content Trends for Businesses"},"content":{"rendered":"<div id=\"holdmin-study\">\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Geist+Mono:wght@400;500&family=Inter:wght@400;500;600;700&family=Instrument+Serif:ital@0;1&family=Poppins:wght@700;800&display=swap');\n#holdmin-study{\n  --bg: #ffffff;\n  --cream: #ffffff;\n  --cream-2: #efe9df;\n  --blue-bg: #ffffff;\n  --highlight: #f4f3f1;\n  --ink: rgb(10,9,5);\n  --ink-2: rgb(29,29,27);\n  --muted: rgb(121,113,107);\n  --line: rgba(0,0,0,0.08);\n  --line-soft: rgba(0,0,0,0.05);\n  --accent: rgb(83,58,253);\n  --orange: #f06a3a;\n  --blue: #378ADD;\n  --green: #1D9E75;\n  --amber: #EF9F27;\n  --serif: \"Instrument Serif\", Georgia, serif;\n  --sans: \"Inter\", -apple-system, system-ui, sans-serif;\n  --mono: \"Geist Mono\", ui-monospace, monospace;\n  --logo: \"Poppins\", var(--sans);\n  --maxw: 1280px;\n  --readw: 760px;\n}#holdmin-study *{ box-sizing:border-box; }#holdmin-study,#holdmin-study{ margin:0; background:#ffffff; color:var(--ink); font-family:var(--sans); font-size:16px; line-height:1.5; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }#holdmin-study a{ color:inherit; text-decoration:none; }#holdmin-study a:hover{ color:var(--accent); }#holdmin-study button{ font-family:inherit; cursor:pointer; }#holdmin-study img,#holdmin-study svg{ display:block; max-width:100%; }#holdmin-study h1,#holdmin-study h2,#holdmin-study h3,#holdmin-study h4,#holdmin-study h5{ margin:0; font-weight:400; letter-spacing:-.015em; }#holdmin-study strong{ font-weight:600; }#holdmin-study .hm-logo{ display:inline-flex; align-items:flex-start; font-family:var(--logo); font-weight:700; letter-spacing:-.03em; color:var(--ink); line-height:1; }#holdmin-study .hm-logo:hover{ color:var(--ink); }#holdmin-study .hm-logo .r{ font-family:var(--sans); font-weight:400; font-size:.4em; letter-spacing:0; margin-left:.28em; margin-top:.15em; color:var(--muted); }#holdmin-study .tstrip{ position:sticky; top:6px; z-index:60; margin:6px 13px 0; height:34px; border-radius:10px; background:var(--ink); color:#fff; display:flex; align-items:center; justify-content:space-between; padding:0 18px; font-size:13px; }#holdmin-study .tstrip .l{ display:flex; gap:22px; }#holdmin-study .tstrip .l a{ opacity:.85; }#holdmin-study .tstrip .l a:hover{ opacity:1; color:#fff; }#holdmin-study .tstrip .r{ display:flex; align-items:center; gap:14px; }#holdmin-study .tstrip .lang{ display:inline-flex; border:1px solid rgba(255,255,255,.2); border-radius:999px; overflow:hidden; }#holdmin-study .tstrip .lang button{ background:transparent; border:0; color:#fff; padding:3px 10px; font-size:12px; opacity:.65; }#holdmin-study .tstrip .lang button.on{ background:rgba(255,255,255,.14); opacity:1; }#holdmin-study .nav{ position:sticky; top:46px; z-index:50; background:rgba(253,252,252,.9); backdrop-filter:saturate(1.1) blur(10px); border-bottom:1px solid transparent; transition:border-color .2s; }#holdmin-study .nav.scrolled{ border-bottom-color:var(--line-soft); }#holdmin-study .nav-inner{ max-width:var(--maxw); margin:0 auto; padding:20px clamp(24px,4vw,52px); display:flex; align-items:center; gap:36px; }#holdmin-study .nav-inner .hm-logo{ font-size:26px; }#holdmin-study .links{ display:flex; align-items:center; gap:30px; }#holdmin-study .links > .item > a,#holdmin-study .links > .item > button{ display:inline-flex; align-items:baseline; gap:7px; background:transparent; border:0; padding:4px 0; font-size:15px; color:var(--ink); position:relative; }#holdmin-study .links .num{ font-family:var(--mono); font-size:10px; color:var(--muted); letter-spacing:.05em; }#holdmin-study .links > .item > a::after,#holdmin-study .links > .item > button::after{ content:\"\"; position:absolute; left:0; right:0; bottom:-23px; height:1.5px; background:var(--ink); transform:scaleX(0); transform-origin:left; transition:transform .25s; }#holdmin-study .links > .item:hover > a::after,#holdmin-study .links > .item.open > button::after{ transform:scaleX(1); }#holdmin-study .links svg{ transition:transform .2s; }#holdmin-study .links .item.open > button svg{ transform:rotate(180deg); }#holdmin-study .spacer{ flex:1; }#holdmin-study .btn-ghost{ padding:10px 18px; border-radius:999px; font-size:14px; background:#fff; box-shadow:0 1px 2px rgba(0,0,0,.05),inset 0 0 0 1px var(--line); transition:transform .15s,box-shadow .15s; color:var(--ink); }#holdmin-study .btn-ghost:hover{ transform:translateY(-1px); box-shadow:0 6px 14px rgba(0,0,0,.08),inset 0 0 0 1px rgba(0,0,0,.15); color:var(--ink); }#holdmin-study .item{ position:static; }#holdmin-study .mega{ position:absolute; left:0; right:0; top:100%; background:var(--bg); border-top:1px solid var(--line-soft); box-shadow:0 30px 60px rgba(0,0,0,.08); opacity:0; pointer-events:none; transform:translateY(-8px); transition:opacity .2s,transform .3s cubic-bezier(.2,.7,.2,1); z-index:15; }#holdmin-study .item.open .mega{ opacity:1; pointer-events:auto; transform:translateY(0); }#holdmin-study .mega .in{ display:grid; grid-template-columns:.85fr 1.4fr; max-width:var(--maxw); margin:0 auto; padding:0 clamp(24px,4vw,52px); }#holdmin-study .mega .stmt{ padding:44px 44px 44px 0; }#holdmin-study .mega .stmt .k{ font-family:var(--mono); font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:var(--muted); }#holdmin-study .mega .stmt h4{ font-family:var(--serif); font-weight:400; font-size:34px; line-height:1.08; letter-spacing:-.01em; margin:16px 0 0; }#holdmin-study .mega .stmt h4 em{ font-style:italic; color:var(--accent); }#holdmin-study .mega .stmt .go{ display:inline-flex; align-items:center; gap:8px; margin-top:22px; font-size:14px; color:var(--accent); }#holdmin-study .mega .list{ border-left:1px solid var(--line-soft); }#holdmin-study .mega .list a{ display:grid; grid-template-columns:38px 1fr auto; align-items:center; gap:16px; padding:16px 8px 16px 28px; border-bottom:1px solid var(--line-soft); transition:background .12s,padding .18s; color:var(--ink); }#holdmin-study .mega .list a:last-child{ border-bottom:0; }#holdmin-study .mega .list a:hover{ background:var(--cream); padding-left:34px; color:var(--ink); }#holdmin-study .mega .list .num{ font-family:var(--mono); font-size:11px; color:var(--muted); }#holdmin-study .mega .list .t{ font-family:var(--serif); font-size:22px; letter-spacing:-.01em; }#holdmin-study .mega .list .ar{ font-family:var(--serif); font-size:20px; color:var(--muted); }#holdmin-study .burger{ display:none; width:26px; height:26px; background:transparent; border:0; padding:0; position:relative; }#holdmin-study .burger span{ position:absolute; left:2px; right:2px; height:1.6px; background:var(--ink); border-radius:2px; transition:transform .3s cubic-bezier(.2,.7,.2,1),opacity .2s; }#holdmin-study .burger span:nth-child(1){ top:9px; }#holdmin-study .burger span:nth-child(2){ top:16px; }#holdmin-study.menu-open .burger span:nth-child(1){ transform:translateY(3.5px) rotate(45deg); }#holdmin-study.menu-open .burger span:nth-child(2){ transform:translateY(-3.5px) rotate(-45deg); }#holdmin-study .mob-cta{ display:none; }#holdmin-study .drawer{ position:fixed; inset:80px 0 0; background:var(--bg); z-index:45; padding:8px 20px 40px; overflow-y:auto; opacity:0; pointer-events:none; transform:translateY(-8px); transition:opacity .25s,transform .3s cubic-bezier(.2,.7,.2,1); }#holdmin-study.menu-open .drawer{ opacity:1; pointer-events:auto; transform:translateY(0); }#holdmin-study .drawer .grp{ border-bottom:1px solid var(--line-soft); }#holdmin-study .drawer .row{ display:flex; align-items:center; gap:10px; width:100%; background:transparent; border:0; text-align:left; padding:18px 4px; font-family:var(--serif); font-size:26px; color:var(--ink); }#holdmin-study .drawer .row .num{ font-family:var(--mono); font-size:11px; color:var(--muted); }#holdmin-study .drawer .row .cx{ margin-left:auto; color:var(--muted); transition:transform .2s; }#holdmin-study .drawer .grp.open .row .cx{ transform:rotate(180deg); }#holdmin-study .drawer .sub{ display:none; padding:0 4px 16px; flex-direction:column; gap:4px; }#holdmin-study .drawer .grp.open .sub{ display:flex; }#holdmin-study .drawer .sub a{ display:flex; align-items:baseline; gap:12px; padding:13px 14px; border-radius:12px; background:var(--cream); font-size:15px; color:var(--ink-2); }#holdmin-study .drawer .sub a .num{ font-family:var(--mono); font-size:10px; color:var(--muted); }#holdmin-study .drawer .acts{ margin-top:24px; }#holdmin-study .drawer .acts a{ display:block; text-align:center; padding:15px; border-radius:999px; background:var(--ink); color:#fff; font-size:16px; }#holdmin-study .drawer .lang{ display:flex; gap:8px; margin-top:16px; }#holdmin-study .drawer .lang button{ flex:1; padding:12px; border-radius:12px; border:1px solid var(--line); background:#fff; font-size:14px; color:var(--muted); }#holdmin-study .drawer .lang button.on{ background:var(--ink); color:#fff; border-color:var(--ink); }#holdmin-study .scroll-progress{ position:fixed; top:0; left:0; right:0; height:3px; z-index:70; background:transparent; pointer-events:none; }#holdmin-study .scroll-progress span{ display:block; height:100%; width:0%; background:linear-gradient(90deg, var(--orange), #f5a06a); transform-origin:left; }#holdmin-study .js-anim .reveal{ opacity:0; transform:translateY(22px); transition:opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }#holdmin-study .reveal.in{ opacity:1; transform:none; }#holdmin-study .reveal.d1{ transition-delay:.08s; }#holdmin-study .reveal.d2{ transition-delay:.16s; }#holdmin-study .reveal.d3{ transition-delay:.24s; }#holdmin-study .reveal.d4{ transition-delay:.32s; }@media (prefers-reduced-motion: reduce){#holdmin-study .reveal{ opacity:1 !important; transform:none !important; } }#holdmin-study .js-anim .lines .ln{ display:block; overflow:hidden; }#holdmin-study .js-anim .lines .ln > span{ display:block; transform:translateY(110%); transition:transform .9s cubic-bezier(.16,1,.3,1); }#holdmin-study .lines.in .ln > span{ transform:none; }#holdmin-study .lines .ln:nth-child(2) > span{ transition-delay:.07s; }#holdmin-study .lines .ln:nth-child(3) > span{ transition-delay:.14s; }#holdmin-study .lines .ln:nth-child(4) > span{ transition-delay:.21s; }#holdmin-study .wrap{ max-width:var(--maxw); margin:0 auto; padding:0 clamp(24px,4vw,52px); }#holdmin-study .read{ max-width:var(--readw); margin:0 auto; }#holdmin-study .art-hero{ padding:64px 0 40px; }#holdmin-study .art-hero .eyebrow{ font-family:var(--mono); font-size:12px; letter-spacing:.08em; text-transform:uppercase; color:var(--muted); display:inline-flex; align-items:center; gap:9px; }#holdmin-study .art-hero .eyebrow .dot{ width:6px; height:6px; border-radius:999px; background:var(--orange); }#holdmin-study .art-hero h1{ font-family:var(--serif); font-size:clamp(40px,6.4vw,88px); line-height:1.0; letter-spacing:-.02em; margin:22px 0 0; max-width:15ch; text-wrap:balance; }#holdmin-study .art-hero h1 em{ font-style:italic; color:var(--accent); }#holdmin-study .art-hero .dek{ font-size:19px; line-height:1.6; color:var(--ink-2); max-width:56ch; margin:26px 0 0; }#holdmin-study .art-hero .dek strong{ font-weight:600; }#holdmin-study .art-meta{ display:flex; flex-wrap:wrap; gap:14px 40px; margin-top:34px; padding-top:26px; border-top:1px solid var(--line); }#holdmin-study .art-meta .m{ }#holdmin-study .art-meta .m b{ display:block; font-family:var(--serif); font-size:24px; line-height:1; }#holdmin-study .art-meta .m span{ display:block; font-size:12.5px; color:var(--muted); margin-top:5px; }#holdmin-study .art-byline{ display:flex; align-items:center; gap:12px; margin-top:26px; font-size:13.5px; color:var(--muted); }#holdmin-study .art-byline .av{ width:34px; height:34px; border-radius:999px; background:var(--ink); color:#fff; display:grid; place-items:center; font-family:var(--logo); font-weight:800; font-size:15px; }#holdmin-study .art-byline b{ color:var(--ink); font-weight:600; }#holdmin-study .toc{ background:var(--cream); border-radius:24px; padding:34px 38px; margin:8px 0 8px; }#holdmin-study .toc .k{ font-family:var(--mono); font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:var(--muted); margin-bottom:20px; }#holdmin-study .toc-grid{ display:grid; grid-template-columns:1fr 1fr; gap:2px 40px; }#holdmin-study .toc-grid a{ display:flex; gap:14px; padding:11px 0; border-bottom:1px solid var(--line-soft); font-size:15px; color:var(--ink-2); transition:padding .18s,color .15s; }#holdmin-study .toc-grid a:hover{ color:var(--ink); padding-left:6px; }#holdmin-study .toc-grid a .n{ font-family:var(--mono); font-size:12px; color:var(--orange); min-width:22px; }#holdmin-study .sec{ padding:52px 0; border-top:1px solid var(--line-soft); }#holdmin-study .sec:first-of-type{ border-top:0; }#holdmin-study .sec-label{ font-family:var(--mono); font-size:11.5px; letter-spacing:.08em; text-transform:uppercase; color:var(--muted); display:flex; align-items:center; gap:12px; margin-bottom:22px; }#holdmin-study .sec-label .n{ color:var(--orange); }#holdmin-study .sec-label::after{ content:''; flex:1; height:1px; background:var(--line-soft); }#holdmin-study .sec-title{ font-family:var(--serif); font-size:clamp(30px,4vw,52px); line-height:1.04; letter-spacing:-.02em; max-width:20ch; margin-bottom:22px; }#holdmin-study .sec-title em{ font-style:italic; color:var(--accent); }#holdmin-study .lead{ font-size:20px; line-height:1.65; color:var(--ink-2); margin:0 0 22px; }#holdmin-study .lead strong{ font-weight:600; }#holdmin-study p.body{ font-size:16.5px; line-height:1.75; color:var(--ink-2); margin:0 0 18px; }#holdmin-study p.body strong{ font-weight:600; color:var(--ink); }#holdmin-study .sub-h{ font-family:var(--serif); font-size:24px; line-height:1.1; margin:32px 0 14px; }#holdmin-study .sub-h em{ font-style:italic; color:var(--accent); }#holdmin-study .kpi-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin:8px 0 24px; }#holdmin-study .kpi-grid-3{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin:8px 0 24px; }#holdmin-study .kpi{ background:var(--cream); border-radius:18px; padding:24px 22px; }#holdmin-study .kpi .lbl{ font-family:var(--mono); font-size:10.5px; letter-spacing:.06em; text-transform:uppercase; color:var(--muted); margin-bottom:12px; }#holdmin-study .kpi .v{ font-family:var(--serif); font-size:clamp(38px,4.2vw,52px); line-height:.92; letter-spacing:-.02em; color:var(--ink); }#holdmin-study .kpi .v.info{ color:var(--blue); }#holdmin-study .kpi .v.ok{ color:var(--green); }#holdmin-study .kpi .v.orange{ color:var(--orange); }#holdmin-study .kpi .d{ font-size:12.5px; color:var(--muted); margin-top:12px; line-height:1.45; }#holdmin-study .chart-card{ background:var(--cream); border-radius:24px; padding:30px 32px; margin:8px 0 24px; }#holdmin-study .chart-head{ display:flex; justify-content:space-between; align-items:flex-start; gap:20px; margin-bottom:22px; }#holdmin-study .chart-head .t{ font-family:var(--serif); font-size:22px; line-height:1.1; }#holdmin-study .chart-head .note{ font-family:var(--mono); font-size:11px; color:var(--muted); text-align:right; letter-spacing:.02em; }#holdmin-study .two-col{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }#holdmin-study .insight{ border-radius:20px; padding:24px 28px; margin:8px 0 20px; font-size:16px; line-height:1.65; color:var(--ink-2); background:var(--cream); border-left:3px solid var(--accent); }#holdmin-study .insight.warn{ border-left-color:var(--amber); }#holdmin-study .insight.ok{ border-left-color:var(--green); }#holdmin-study .insight strong{ font-weight:600; color:var(--ink); }#holdmin-study .insight .tag{ font-family:var(--mono); font-size:11px; letter-spacing:.08em; text-transform:uppercase; color:var(--muted); display:block; margin-bottom:8px; }#holdmin-study .tbl-card{ background:var(--cream); border-radius:24px; padding:12px 20px 16px; margin:8px 0 24px; overflow-x:auto; }#holdmin-study .tbl-cap{ font-family:var(--mono); font-size:11px; letter-spacing:.04em; color:var(--muted); padding:14px 8px 8px; }#holdmin-study table.t{ width:100%; border-collapse:collapse; font-size:14.5px; min-width:520px; }#holdmin-study table.t th{ font-family:var(--mono); font-size:10.5px; text-transform:uppercase; letter-spacing:.05em; color:var(--muted); font-weight:400; text-align:left; padding:12px 12px; border-bottom:1px solid var(--line); }#holdmin-study table.t td{ padding:14px 12px; border-bottom:1px solid var(--line-soft); color:var(--ink-2); vertical-align:top; line-height:1.5; }#holdmin-study table.t td:first-child{ color:var(--ink); font-weight:600; }#holdmin-study table.t tr:last-child td{ border-bottom:0; }#holdmin-study .win{ color:var(--green) !important; }#holdmin-study .lose{ color:#b1442a !important; }#holdmin-study .steps-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin:8px 0 8px; }#holdmin-study .step{ background:var(--cream); border-radius:18px; padding:24px 22px; border-top:2px solid var(--orange); }#holdmin-study .step .timing{ font-family:var(--mono); font-size:10.5px; letter-spacing:.06em; text-transform:uppercase; color:var(--orange); margin-bottom:12px; }#holdmin-study .step .step-t{ font-family:var(--serif); font-size:21px; margin-bottom:10px; line-height:1.05; }#holdmin-study .step p{ font-size:13.5px; color:var(--muted); line-height:1.6; }#holdmin-study .tasks{ display:flex; flex-direction:column; gap:8px; margin:8px 0; }#holdmin-study .task{ display:flex; align-items:flex-start; gap:14px; padding:16px 20px; background:var(--cream); border-radius:14px; font-size:15px; color:var(--ink-2); line-height:1.55; }#holdmin-study .task .dot{ width:8px; height:8px; border-radius:50%; flex-shrink:0; margin-top:7px; background:var(--green); }#holdmin-study .task .dot.info{ background:var(--blue); }#holdmin-study .task .dot.amber{ background:var(--amber); }#holdmin-study .task strong{ font-weight:600; color:var(--ink); }#holdmin-study .mblock{ background:var(--cream); border-radius:18px; padding:24px 26px; }#holdmin-study .mblock .k{ font-family:var(--mono); font-size:10.5px; letter-spacing:.08em; text-transform:uppercase; margin-bottom:14px; color:var(--green); }#holdmin-study .mblock.err .k{ color:#b1442a; }#holdmin-study .mblock ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:9px; }#holdmin-study .mblock li{ font-size:14px; color:var(--ink-2); line-height:1.6; padding-left:18px; position:relative; }#holdmin-study .mblock li::before{ content:''; position:absolute; left:0; top:8px; width:6px; height:6px; border-radius:50%; background:var(--green); }#holdmin-study .mblock.err li::before{ background:var(--orange); }#holdmin-study .mblock li strong{ font-weight:600; color:var(--ink); }#holdmin-study .scen-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin:8px 0; }#holdmin-study .scen{ background:var(--cream); border-radius:20px; padding:28px 26px; border-top:2px solid var(--blue); }#holdmin-study .scen.s2{ border-top-color:var(--amber); }#holdmin-study .scen.s3{ border-top-color:var(--green); }#holdmin-study .scen .tag{ font-family:var(--mono); font-size:10.5px; letter-spacing:.08em; text-transform:uppercase; color:var(--muted); margin-bottom:10px; }#holdmin-study .scen .scen-t{ font-family:var(--serif); font-size:24px; line-height:1.05; margin-bottom:12px; }#holdmin-study .scen p{ font-size:14px; color:var(--muted); line-height:1.55; margin:0 0 14px; }#holdmin-study .scen ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:7px; }#holdmin-study .scen li{ font-size:13.5px; color:var(--ink-2); line-height:1.5; padding-left:16px; position:relative; }#holdmin-study .scen li::before{ content:'\u00b7'; position:absolute; left:3px; color:var(--muted); }#holdmin-study .pull{ background:var(--cream); color:var(--ink); border-radius:28px; padding:clamp(40px,6vw,72px); margin:16px 0; border-top:3px solid var(--orange); }#holdmin-study .pull .k{ font-family:var(--mono); font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:var(--muted); margin-bottom:20px; }#holdmin-study .pull p{ font-family:var(--serif); font-size:clamp(28px,3.6vw,46px); line-height:1.12; letter-spacing:-.01em; margin:0; }#holdmin-study .pull p em{ font-style:italic; color:var(--accent); }#holdmin-study .cta-card{ background:var(--blue-bg); border-radius:28px; padding:clamp(40px,6vw,64px); text-align:center; margin:24px 0 8px; }#holdmin-study .cta-card .cta-t{ font-family:var(--serif); font-size:clamp(30px,4vw,46px); line-height:1.05; letter-spacing:-.015em; max-width:20ch; margin:0 auto 14px; }#holdmin-study .cta-card .cta-t em{ font-style:italic; color:var(--accent); }#holdmin-study .cta-card p{ font-size:16px; color:var(--ink-2); max-width:52ch; margin:0 auto 28px; line-height:1.6; }#holdmin-study .cta-row{ display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }#holdmin-study .btn-dark{ display:inline-flex; align-items:center; gap:8px; padding:15px 28px; border-radius:999px; background:var(--ink); color:#fff; font-size:15px; font-weight:500; transition:transform .15s; }#holdmin-study .btn-dark:hover{ transform:translateY(-1px); color:#fff; }#holdmin-study .btn-outline{ display:inline-flex; align-items:center; gap:8px; padding:15px 28px; border-radius:999px; background:transparent; color:var(--ink); font-size:15px; font-weight:500; box-shadow:inset 0 0 0 1.5px rgba(0,0,0,.2); transition:box-shadow .15s; }#holdmin-study .btn-outline:hover{ box-shadow:inset 0 0 0 1.5px var(--ink); color:var(--ink); }#holdmin-study .sources{ font-size:13px; color:var(--muted); line-height:1.8; }#holdmin-study .sources strong{ color:var(--ink-2); font-weight:600; }#holdmin-study .foot{ background:var(--bg); border-top:1px solid var(--ink); margin-top:60px; }#holdmin-study .foot .top{ display:grid; grid-template-columns:1.4fr repeat(4,1fr); gap:36px; padding:56px clamp(24px,4vw,52px) 48px; max-width:var(--maxw); margin:0 auto; }#holdmin-study .foot .brand .hm-logo{ font-size:30px; }#holdmin-study .foot .brand p{ color:var(--muted); font-size:14px; max-width:300px; margin:16px 0 0; line-height:1.6; }#holdmin-study .foot h5{ font-family:var(--mono); font-size:11px; font-weight:400; letter-spacing:.1em; text-transform:uppercase; color:var(--muted); margin:0 0 16px; }#holdmin-study .foot ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:11px; }#holdmin-study .foot ul a{ font-size:14px; color:var(--ink-2); }#holdmin-study .foot .offices{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; padding:34px clamp(24px,4vw,52px); border-top:1px solid var(--line-soft); max-width:var(--maxw); margin:0 auto; }#holdmin-study .foot .off .c{ font-size:13px; font-weight:500; display:flex; align-items:center; gap:7px; color:var(--ink); }#holdmin-study .foot .off .a{ font-family:var(--mono); font-size:11px; color:var(--muted); margin-top:7px; line-height:1.6; }#holdmin-study .foot .legal{ display:flex; align-items:center; justify-content:space-between; gap:20px; padding:24px clamp(24px,4vw,52px) 40px; border-top:1px solid var(--line-soft); max-width:var(--maxw); margin:0 auto; flex-wrap:wrap; }#holdmin-study .foot .legal .cp{ font-size:12px; color:var(--muted); }#holdmin-study .foot .legal .lnk{ display:flex; gap:22px; flex-wrap:wrap; }#holdmin-study .foot .legal .lnk a{ font-size:12px; color:var(--muted); }@media (max-width:920px){#holdmin-study .links{ display:none; }#holdmin-study .spacer{ display:none; }#holdmin-study .btn-ghost{ display:none; }#holdmin-study .burger{ display:block; }#holdmin-study .mob-cta{ display:inline-flex; margin-left:auto; padding:9px 16px; border-radius:999px; background:var(--ink); color:#fff; font-size:13px; }#holdmin-study .nav-inner{ gap:14px; padding:18px 20px; }#holdmin-study .tstrip .l{ display:none; }#holdmin-study .kpi-grid{ grid-template-columns:1fr 1fr; }#holdmin-study .kpi-grid-3{ grid-template-columns:1fr 1fr; }#holdmin-study .steps-grid{ grid-template-columns:1fr 1fr; }#holdmin-study .scen-grid{ grid-template-columns:1fr; }#holdmin-study .two-col{ grid-template-columns:1fr; }#holdmin-study .toc-grid{ grid-template-columns:1fr; }#holdmin-study .foot .top{ grid-template-columns:1fr 1fr; gap:32px; }#holdmin-study .foot .offices{ grid-template-columns:1fr 1fr; }#holdmin-study .foot .legal{ flex-direction:column; align-items:flex-start; gap:12px; }\n}@media (max-width:560px){#holdmin-study .kpi-grid,#holdmin-study .kpi-grid-3,#holdmin-study .steps-grid{ grid-template-columns:1fr; }#holdmin-study .foot .top{ grid-template-columns:1fr; }#holdmin-study .foot .offices{ grid-template-columns:1fr; }#holdmin-study .art-meta{ gap:14px 26px; }\n}\n\n\n#holdmin-study .hm-chart{display:block;width:100%;max-width:460px;height:auto;margin:6px auto 0}\n#holdmin-study .hm-chart.hm-wide{max-width:560px}\n#holdmin-study .two-col .hm-chart{max-width:380px}\n@media (max-width:560px){\n  #holdmin-study .chart-card{padding:22px 18px;border-radius:18px}\n  #holdmin-study .chart-head{flex-direction:column;gap:4px;margin-bottom:14px}\n  #holdmin-study .chart-head .note{text-align:left}\n  #holdmin-study .chart-head .t{font-size:19px}\n}\n\n\/* Tarjetas de datos: fondo blanco con borde fino para mantener la definicion *\/\n#holdmin-study .kpi,\n#holdmin-study .chart-card,\n#holdmin-study .tbl-card,\n#holdmin-study .mblock,\n#holdmin-study .scen,\n#holdmin-study .step,\n#holdmin-study .task{\n  box-shadow: inset 0 0 0 1px var(--line);\n}\n\n\/* Bloques destacados: mantienen fondo gris para resaltar sobre el blanco *\/\n#holdmin-study .toc,\n#holdmin-study .insight,\n#holdmin-study .pull,\n#holdmin-study .cta-card{\n  background: var(--highlight);\n}\n\n\/* --- Tablas: diseno propio + blindaje frente a los estilos del tema WP --- *\/\n\/* 1. Anula el rayado y los bordes que el tema inyecta en filas y celdas *\/\n#holdmin-study .tbl-card table.t tr,\n#holdmin-study .tbl-card table.t td,\n#holdmin-study .tbl-card table.t th{\n  background: transparent !important;\n  border-top: 0 !important;\n  border-left: 0 !important;\n  border-right: 0 !important;\n  box-shadow: none !important;\n}\n\/* 2. Cabecera: banda gris de marca, separada del cuerpo *\/\n#holdmin-study .tbl-card table.t thead th{\n  background: var(--highlight) !important;\n  border-bottom: 1.5px solid var(--line) !important;\n  padding: 14px 16px !important;\n  vertical-align: bottom;\n}\n\/* 3. Cuerpo: separadores hairline consistentes y mas aire *\/\n#holdmin-study .tbl-card table.t tbody td{\n  border-bottom: 1px solid var(--line-soft) !important;\n  padding: 16px !important;\n}\n#holdmin-study .tbl-card table.t tbody tr:last-child td{\n  border-bottom: 0 !important;\n}\n\/* 4. Primera columna en negrita para leer la fila de un vistazo *\/\n#holdmin-study .tbl-card table.t tbody td:first-child{\n  color: var(--ink);\n  font-weight: 600;\n}\n\/* 5. Hover sutil sobre la fila completa *\/\n#holdmin-study .tbl-card table.t tbody tr:hover td{\n  background: var(--highlight) !important;\n}\n\n\/* 6. Responsive: la tabla se adapta a la columna, sin scroll lateral *\/\n#holdmin-study .tbl-card{\n  overflow-x: auto;              \/* red de seguridad; ya no deberia activarse *\/\n  -webkit-overflow-scrolling: touch;\n  max-width: 100%;\n}\n#holdmin-study .tbl-card table.t{\n  min-width: 0 !important;       \/* elimina el ancho fijo que forzaba el scroll *\/\n  width: 100%;\n  table-layout: auto;\n}\n#holdmin-study .tbl-card table.t th,\n#holdmin-study .tbl-card table.t td{\n  overflow-wrap: anywhere;\n  word-break: break-word;\n}\n@media (max-width: 680px){\n  #holdmin-study .tbl-card{ padding: 8px 12px 12px; }\n  #holdmin-study .tbl-card table.t{ font-size: 13px; }\n  #holdmin-study .tbl-card table.t thead th{ padding: 10px 10px !important; font-size: 9.5px; }\n  #holdmin-study .tbl-card table.t tbody td{ padding: 11px 10px !important; }\n}\n@media (max-width: 460px){\n  #holdmin-study .tbl-card table.t{ font-size: 12px; }\n  #holdmin-study .tbl-card table.t thead th{ padding: 8px 7px !important; }\n  #holdmin-study .tbl-card table.t tbody td{ padding: 9px 7px !important; }\n}\n\n\/* El numero de seccion queda fuera del H2; el H2 solo lleva el texto del titulo.\n   Este H2 hereda el estilo de la etiqueta pequena para verse igual que antes. *\/\n#holdmin-study .sec-label .sec-h{\n  font: inherit;\n  letter-spacing: inherit;\n  text-transform: inherit;\n  color: inherit;\n  margin: 0;\n}\n\n\/* Margen lateral de 10px a cada lado (el resto del espacio lo aporta el tema). *\/\n#holdmin-study .wrap{\n  padding-left: 10px !important;\n  padding-right: 10px !important;\n  max-width: 100%;\n}\n\/* Evita que iOS\/Safari infle el tamano del texto en movil (respeta el diseno). *\/\n#holdmin-study{\n  -webkit-text-size-adjust: 100%;\n  text-size-adjust: 100%;\n}\n\n\/* Impide que el contenido incrustado desborde en horizontal. Un desbordamiento,\n   aunque sea de 1px, hace que en iOS el menu movil del tema (position:fixed) se\n   posicione mal y no se abra correctamente encima. *\/\n#holdmin-study{\n  max-width: 100%;\n  overflow-x: hidden;\n}\n\n\/* Citas (.pull): tipografia mas pequena que la del diseno original. *\/\n#holdmin-study .pull p{\n  font-size: clamp(20px, 2.4vw, 32px);\n}\n\n<\/style>\n<div class=\"wrap\"><div class=\"read\">\n<section class=\"sec\" id=\"s01\" data-screen-label=\"01 Resumen ejecutivo\">\n      <div class=\"sec-label reveal\"><span class=\"n\">01<\/span><h2 class=\"sec-h\">Executive Summary and Trends Map<\/h2><\/div>\n      <p class=\"lead reveal\">If you can only read one page from this study, make it this one. 2026 confirms a regime change in content: <strong>Producing is no longer difficult, standing out is.<\/strong>. The seven trends we've developed aren't isolated phenomena, but symptoms of the same cause: AI saturation has devalued generic content and revalued what only your company can do, which is to be itself in front of its audience.<\/p>\n      <p class=\"body reveal\">The following table summarizes each trend with its practical implication, the recommended first action, and the indicator that will tell you if it's working. It's the map; the rest of the study is the territory.<\/p>\n      <div class=\"tbl-card reveal\">\n        <div class=\"tbl-cap\">Table 1 \u00b7 Executive Map: From Trend to Measurable Action<\/div>\n        <table class=\"t\">\n          <thead><tr><th>Trend<\/th><th>What does it imply<\/th><th>First action (this week)<\/th><th>Control KPI<\/th><\/tr><\/thead>\n          <tbody>\n            <tr><td>T1 \u00b7 AI Copilot<\/td><td>AI speeds things up; people sign off on them. Automatically generated 100% content is penalized.<\/td><td>Define in writing which tasks your team delegates to AI and which ones it does not.<\/td><td>Hours saved per month and percentage of parts inspected by a human (target: 100%)<\/td><\/tr>\n            <tr><td>T2 \u00b7 Serial Video<\/td><td>The video is the minimum expectation; the series provide a reason to return.<\/td><td>Choose a recurring format and give it a fixed name and day.<\/td><td>Average Retention and % for Returning Viewers<\/td><\/tr>\n            <tr><td>T3 \u00b7 Social SEO<\/td><td>Your posts are search results, not just posts.<\/td><td>Here are the 10 questions customers ask me most often:\n\n1. How can you help me?\n2. What can you do?\n3. Can you write me a story\/poem\/email?\n4. Can you explain [complex topic] in simple terms?\n5. What is the definition of [word]?\n6. Can you translate this for me?\n7. What is the weather like in [location]?\n8. Can you give me some facts about [subject]?\n9. Can you summarize this text?\n10. What is your purpose?.<\/td><td>Reach of non-followers and traffic from search<\/td><\/tr>\n            <tr><td>T4 \u00b7 Edutainment<\/td><td>The winner is the one who teaches in an entertaining way, not the one who advertises.<\/td><td>Turn your best professional advice into a 45-second video.<\/td><td>Saved and shared by publication<\/td><\/tr>\n            <tr><td>T5 \u00b7 Human Voices<\/td><td>People trust people, not logos. Your team is the asset.<\/td><td>Identify 2-3 team members willing to appear on camera.<\/td><td>Content engagement with people vs. brands<\/td><\/tr>\n            <tr><td>T6 \u00b7 Private Community<\/td><td>Loyalty is cultivated in DMs, newsletters, and groups, not on the feed.<\/td><td>Set a maximum response time for DMs (e.g., 4 business hours).<\/td><td>DM response rate and newsletter growth<\/td><\/tr>\n            <tr><td>T7 \u00b7 Social commerce<\/td><td>Buying or booking without leaving the app is no longer optional.<\/td><td>Activate the native purchase or booking option on your platform.<\/td><td>Native conversions and cost per conversion vs. web<\/td><\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n      <div class=\"insight reveal\"><span class=\"tag\">The idea that unites everything<\/span>None of these trends require a larger budget; all of them demand <strong>more judgment<\/strong>. That's why, counterintuitively, 2026 is a good year for SMEs: the algorithm no longer rewards advertiser size, it rewards the usefulness and truth of what is published.<\/div>\n    <\/section>\n\n    <!-- 02 -->\n    <section class=\"sec\" id=\"s02\" data-screen-label=\"02 Panorama 2026\">\n      <div class=\"sec-label reveal\"><span class=\"n\">02<\/span><h2 class=\"sec-h\">The 2026 Outlook: The Three Underlying Forces<\/h2><\/div>\n      <div class=\"sec-title reveal\">Creating is no longer the problem. <em>Highlight<\/em> it is.<\/div>\n      <p class=\"lead reveal\">With artificial intelligence, anyone can produce text, images, and videos in minutes. The result is an unprecedented saturation: feeds full of correct, polished, and absolutely interchangeable pieces. And precisely because of this, the audience has changed its criteria: it no longer rewards what is well done, but what <strong>It feels real<\/strong>.<\/p>\n      <div class=\"kpi-grid reveal\">\n        <div class=\"kpi\"><div class=\"lbl\">Social users<\/div><div class=\"v\">5,66<span style=\"font-size:24px\"> B<\/span><\/div><div class=\"d\">Majority of the online population<\/div><\/div>\n        <div class=\"kpi\"><div class=\"lbl\">They are looking on social media<\/div><div class=\"v info\">1 of 3<\/div><div class=\"d\">They start there, not at Google<\/div><\/div>\n        <div class=\"kpi\"><div class=\"lbl\">Small and Medium-sized Businesses: Traffic<\/div><div class=\"v ok\">64%<\/div><div class=\"d\">Social surpasses organic search<\/div><\/div>\n        <div class=\"kpi\"><div class=\"lbl\">They use video<\/div><div class=\"v\">91%<\/div><div class=\"d\">Of companies, according to Wyzowl<\/div><\/div>\n      <\/div>\n      <div class=\"chart-card reveal\">\n        <div class=\"chart-head\"><div class=\"t\">Where does traffic to SMEs come from<\/div><div class=\"note\">Survey of +300 US SMEs.<\/div><\/div>\n        <svg class=\"hm-chart\" viewbox=\"0 0 420 101\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" font-family=\"'Inter',system-ui,-apple-system,sans-serif\" role=\"img\"><text x=\"4\" y=\"16\" fill=\"#3a3733\" font-size=\"13\" font-weight=\"600\">Social media<\/text><rect x=\"4\" y=\"24\" width=\"412\" height=\"17\" rx=\"8.5\" fill=\"rgba(0,0,0,0.05)\"\/><rect x=\"4\" y=\"24\" width=\"329.6\" height=\"17\" rx=\"8.5\" fill=\"#f06a3a\"\/><text x=\"340.6\" y=\"37\" fill=\"#3a3733\" font-size=\"12\" font-weight=\"700\">64%<\/text><text x=\"4\" y=\"72\" fill=\"#3a3733\" font-size=\"13\" font-weight=\"600\">Organic search<\/text><rect x=\"4\" y=\"80\" width=\"412\" height=\"17\" rx=\"8.5\" fill=\"rgba(0,0,0,0.05)\"\/><rect x=\"4\" y=\"80\" width=\"267.8\" height=\"17\" rx=\"8.5\" fill=\"#cfc9c2\"\/><text x=\"278.8\" y=\"93\" fill=\"#3a3733\" font-size=\"12\" font-weight=\"700\">52%<\/text><\/svg>\n      <\/div>\n      <div class=\"sub-h reveal\">The three forces that explain everything else<\/div>\n      <p class=\"body reveal\"><strong>1 \u00b7 Abundance of production, scarcity of attention.<\/strong> When anyone can generate a hundred pieces a day, the cost of production tends to zero and value shifts to what AI doesn't make: your own perspective, lived experience, and recognizable people. The content economy moves from rewarding volume to rewarding differentiation.<\/p>\n      <p class=\"body reveal\"><strong>2 \u00b7 The discovery changes doors.<\/strong> New generations start their searches on TikTok, Instagram, YouTube, or Reddit, and traditional search engines are indexing more and more social content. Each post competes twice: in the feed today and in search results for months.<\/p>\n      <p class=\"body reveal\"><strong>3 \u00b7 Trust shifts from brands to people.<\/strong> The public trusts an employee, a founder, or a customer more than a corporate account. This doesn't weaken brands; it changes who should speak on their behalf and requires building a system of voices, not just a publishing schedule.<\/p>\n      <div class=\"pull reveal\">\n        <div class=\"k\">The thesis of the study<\/div>\n        <p>Social media in 2026 is smarter, more human, and more intentional. The most useful, authentic, and discoverable brands win, not those that post the most. <em>\u00abPublish more\u00bb has been replaced by \u00abpublish better.\u00bb.<\/em><\/p>\n      <\/div>\n    <\/section>\n\n    <!-- 03 -->\n    <section class=\"sec\" id=\"s03\" data-screen-label=\"03 T1 IA copiloto\">\n      <div class=\"sec-label reveal\"><span class=\"n\">03<\/span><h2 class=\"sec-h\">Trend 1: AI as a Co-pilot, Not a Replacement<\/h2><\/div>\n      <p class=\"body reveal\"><strong>What's happening.<\/strong> The adoption of AI in marketing is already mainstream: around a third of companies use it to manage social media, and more than half of video professionals employ it for creation or editing. However, its downside has emerged: \u00abAI slop,\u00bb massive, generic, and soulless content that audiences identify and reject in seconds. The consequence is a clear division of tasks: AI accelerates research, ideation, and drafting; a person always provides the voice, judgment, and final review.<\/p>\n      <p class=\"body reveal\"><strong>Why it matters.<\/strong> Trust has become measurable. More than half of users trust brands that publish content created by people more, and a good portion of the public distrusts brands that use AI without disclosing it, even though they readily accept AI to streamline customer service. The lesson is nuanced, not one of rejection: AI is welcome where it saves time, not where it replaces authenticity.<\/p>\n      <div class=\"chart-card reveal\">\n        <div class=\"chart-head\"><div class=\"t\">User attitudes toward AI in content<\/div><div class=\"note\">% Users \u00b7 Sprout Social<\/div><\/div>\n        <svg class=\"hm-chart\" viewbox=\"0 0 420 213\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" font-family=\"'Inter',system-ui,-apple-system,sans-serif\" role=\"img\"><text x=\"4\" y=\"16\" fill=\"#3a3733\" font-size=\"13\" font-weight=\"600\">AI-powered comfort in care<\/text><rect x=\"4\" y=\"24\" width=\"412\" height=\"17\" rx=\"8.5\" fill=\"rgba(0,0,0,0.05)\"\/><rect x=\"4\" y=\"24\" width=\"267.8\" height=\"17\" rx=\"8.5\" fill=\"#1D9E75\"\/><text x=\"278.8\" y=\"37\" fill=\"#3a3733\" font-size=\"12\" font-weight=\"700\">65%<\/text><text x=\"4\" y=\"72\" fill=\"#3a3733\" font-size=\"13\" font-weight=\"600\">They trust human content more.<\/text><rect x=\"4\" y=\"80\" width=\"412\" height=\"17\" rx=\"8.5\" fill=\"rgba(0,0,0,0.05)\"\/><rect x=\"4\" y=\"80\" width=\"226.6\" height=\"17\" rx=\"8.5\" fill=\"#378ADD\"\/><text x=\"237.6\" y=\"93\" fill=\"#3a3733\" font-size=\"12\" font-weight=\"700\">55%<\/text><text x=\"4\" y=\"128\" fill=\"#3a3733\" font-size=\"13\" font-weight=\"600\">AI concerns without declaration<\/text><rect x=\"4\" y=\"136\" width=\"412\" height=\"17\" rx=\"8.5\" fill=\"rgba(0,0,0,0.05)\"\/><rect x=\"4\" y=\"136\" width=\"214.2\" height=\"17\" rx=\"8.5\" fill=\"#EF9F27\"\/><text x=\"225.2\" y=\"149\" fill=\"#3a3733\" font-size=\"12\" font-weight=\"700\">52%<\/text><text x=\"4\" y=\"184\" fill=\"#3a3733\" font-size=\"13\" font-weight=\"600\">Companies using AI on social media<\/text><rect x=\"4\" y=\"192\" width=\"412\" height=\"17\" rx=\"8.5\" fill=\"rgba(0,0,0,0.05)\"\/><rect x=\"4\" y=\"192\" width=\"144.2\" height=\"17\" rx=\"8.5\" fill=\"#533afd\"\/><text x=\"155.2\" y=\"205\" fill=\"#3a3733\" font-size=\"12\" font-weight=\"700\">35%<\/text><\/svg>\n      <\/div>\n      <div class=\"tbl-card reveal\">\n        <div class=\"tbl-cap\">Table 2 \u00b7 Where to Use AI and Where Not To<\/div>\n        <table class=\"t\">\n          <thead><tr><th>Task<\/th><th class=\"win\">Recommended AI<\/th><th class=\"lose\">Reserved for people<\/th><\/tr><\/thead>\n          <tbody>\n            <tr><td>Ideation<\/td><td>Brainstorming, angles, alternative headlines<\/td><td>Decide the brand message and posture<\/td><\/tr>\n            <tr><td>Writing<\/td><td>First drafts and copy variations<\/td><td>Voice, tone, and final edit<\/td><\/tr>\n            <tr><td>Production<\/td><td>Subtitles, transcription, reframing, cuts<\/td><td>Script, protagonists, and storytelling<\/td><\/tr>\n            <tr><td>Attention<\/td><td>Quick responses and doubt classification<\/td><td>Sensitive or commercial conversations<\/td><\/tr>\n            <tr><td>Analysis<\/td><td>Data Summarization and Pattern Detection<\/td><td>Strategic interpretation and decisions<\/td><\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n      <div class=\"sub-h reveal\">The workflow we recommend: <em>3+2<\/em><\/div>\n      <p class=\"body reveal\">The healthiest way to integrate AI is not \u00abto use it for everything a little bit,\u00bb but to assign it a fixed position in the chain. At Holdmin, we call it the flow. <strong>3+2<\/strong>: three phases where AI leads (topic research, angle and draft generation, and mechanical post-production like subtitles and cuts) and two phases where it never enters (the editorial decision of what gets published and why, and the final editing that imprints the brand's voice). With this division of labor, time savings are usually around <strong>30-40% of the production cycle<\/strong> without the audience noticing standardization.<\/p>\n      <div class=\"two-col reveal\">\n        <div class=\"mblock\"><div class=\"k\">How to measure this trend<\/div><ul>\n          <li><strong>Hours saved\/month<\/strong> in production thanks to AI.<\/li>\n          <li><strong>Human review ratio:<\/strong> % parts with final editing by one person. Goal: 100%.<\/li>\n          <li><strong>Engagement comparison:<\/strong> AI-assisted moves vs. human 100% moves.<\/li>\n        <\/ul><\/div>\n        <div class=\"mblock err\"><div class=\"k\">Common mistakes we see<\/div><ul>\n          <li><strong>Publish the draft.<\/strong> The first AI output is raw material, not a final piece.<\/li>\n          <li><strong>Hide AI usage<\/strong> in visibly synthetic content.<\/li>\n          <li><strong>Automate business or sensitive responses.<\/strong> That's where most trust is destroyed.<\/li>\n        <\/ul><\/div>\n      <\/div>\n      <div class=\"insight ok reveal\"><span class=\"tag\">What to do<\/span>Use AI as an efficiency co-pilot and keep a person at the forefront of the voice. Document task delegation, be transparent when publishing assisted content, and reinvest savings where AI falls short: recording your team, responding to your community, and thinking better about each piece.<\/div>\n    <\/section>\n\n    <!-- 04 -->\n    <section class=\"sec\" id=\"s04\" data-screen-label=\"04 T2 V\u00eddeo\">\n      <div class=\"sec-label reveal\"><span class=\"n\">04<\/span><h2 class=\"sec-h\">Trend 2 \u00b7 Video: short, long, and now in a series<\/h2><\/div>\n      <p class=\"body reveal\"><strong>What's happening.<\/strong> Video has gone from being a growth channel to becoming the bare minimum: about 91% of companies already use it. Short-form vertical video dominates reach (generating about 2.5 times more engagement than long-form video), while long-form video is making a comeback with a different role: to educate and build search authority. The big news for 2026 is content <strong>serialized<\/strong>episodic series, and even one-minute micro-dramas that Deloitte projects as its own category, giving the audience a reason to return.<\/p>\n      <div class=\"kpi-grid reveal\">\n        <div class=\"kpi\"><div class=\"lbl\">Short vs long<\/div><div class=\"v\">2,5x<\/div><div class=\"d\">More engagement with short-form content<\/div><\/div>\n        <div class=\"kpi\"><div class=\"lbl\">Convinced to buy<\/div><div class=\"v ok\">85%<\/div><div class=\"d\">After watching a video (Wyzowl)<\/div><\/div>\n        <div class=\"kpi\"><div class=\"lbl\">Video landing page<\/div><div class=\"v info\">+86%<\/div><div class=\"d\">More conversion than just text<\/div><\/div>\n        <div class=\"kpi\"><div class=\"lbl\">Come without sound<\/div><div class=\"v\">92%<\/div><div class=\"d\">Subtitles always<\/div><\/div>\n      <\/div>\n      <div class=\"two-col reveal\">\n        <div class=\"chart-card\"><div class=\"chart-head\"><div class=\"t\">2026 Formatting Priority<\/div><div class=\"note\">% Network Managers<\/div><\/div><svg class=\"hm-chart\" viewbox=\"0 0 340 305\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" font-family=\"'Inter',system-ui,-apple-system,sans-serif\" role=\"img\"><g transform=\"rotate(-90 170.0 112)\"><circle cx=\"170.0\" cy=\"112\" r=\"72.9\" fill=\"none\" stroke=\"#f06a3a\" stroke-width=\"34.2\" stroke-dasharray=\"177.72 280.32\" stroke-dashoffset=\"0.00\"\/><circle cx=\"170.0\" cy=\"112\" r=\"72.9\" fill=\"none\" stroke=\"#EF9F27\" stroke-width=\"34.2\" stroke-dasharray=\"82.91 375.14\" stroke-dashoffset=\"-177.72\"\/><circle cx=\"170.0\" cy=\"112\" r=\"72.9\" fill=\"none\" stroke=\"#ddd7cf\" stroke-width=\"34.2\" stroke-dasharray=\"197.42 260.63\" stroke-dashoffset=\"-260.63\"\/><\/g><circle cx=\"86.0\" cy=\"228\" r=\"6\" fill=\"#f06a3a\"\/><text x=\"100.0\" y=\"232\" fill=\"#3a3733\" font-size=\"13.5\">Short video \u00b7 38.8%<\/text><circle cx=\"86.0\" cy=\"255\" r=\"6\" fill=\"#EF9F27\"\/><text x=\"100.0\" y=\"259\" fill=\"#3a3733\" font-size=\"13.5\">Long video \u00b7 18.1%<\/text><circle cx=\"86.0\" cy=\"282\" r=\"6\" fill=\"#ddd7cf\"\/><text x=\"100.0\" y=\"286\" fill=\"#3a3733\" font-size=\"13.5\">Other formats \u00b7 43.1%<\/text><\/svg><\/div>\n        <div class=\"chart-card\"><div class=\"chart-head\"><div class=\"t\">Engagement by platform<\/div><div class=\"note\">% \u00b7 Socialinsider<\/div><\/div><svg class=\"hm-chart\" viewbox=\"0 0 340 240\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" font-family=\"'Inter',system-ui,-apple-system,sans-serif\" role=\"img\"><line x1=\"38\" y1=\"214.0\" x2=\"330\" y2=\"214.0\" stroke=\"rgba(0,0,0,0.07)\" stroke-width=\"1\"\/><text x=\"31\" y=\"218.0\" fill=\"rgba(10,9,5,0.5)\" font-size=\"11\" text-anchor=\"end\">0<\/text><line x1=\"38\" y1=\"152.0\" x2=\"330\" y2=\"152.0\" stroke=\"rgba(0,0,0,0.07)\" stroke-width=\"1\"\/><text x=\"31\" y=\"156.0\" fill=\"rgba(10,9,5,0.5)\" font-size=\"11\" text-anchor=\"end\">2<\/text><line x1=\"38\" y1=\"90.0\" x2=\"330\" y2=\"90.0\" stroke=\"rgba(0,0,0,0.07)\" stroke-width=\"1\"\/><text x=\"31\" y=\"94.0\" fill=\"rgba(10,9,5,0.5)\" font-size=\"11\" text-anchor=\"end\">4<\/text><line x1=\"38\" y1=\"28.0\" x2=\"330\" y2=\"28.0\" stroke=\"rgba(0,0,0,0.07)\" stroke-width=\"1\"\/><text x=\"31\" y=\"32.0\" fill=\"rgba(10,9,5,0.5)\" font-size=\"11\" text-anchor=\"end\">6<\/text><rect x=\"57.0\" y=\"40.4\" width=\"35.0\" height=\"173.6\" rx=\"6\" fill=\"#533afd\"\/><text x=\"74.5\" y=\"33.4\" fill=\"#3a3733\" font-size=\"12.5\" font-weight=\"700\" text-anchor=\"middle\">5,60%<\/text><text x=\"74.5\" y=\"233.0\" fill=\"#3a3733\" font-size=\"12.5\" text-anchor=\"middle\">LinkedIn<\/text><rect x=\"130.0\" y=\"98.4\" width=\"35.0\" height=\"115.6\" rx=\"6\" fill=\"#f06a3a\"\/><text x=\"147.5\" y=\"91.4\" fill=\"#3a3733\" font-size=\"12.5\" font-weight=\"700\" text-anchor=\"middle\">3,73%<\/text><text x=\"147.5\" y=\"233.0\" fill=\"#3a3733\" font-size=\"12.5\" text-anchor=\"middle\">TikTok<\/text><rect x=\"203.0\" y=\"199.1\" width=\"35.0\" height=\"14.9\" rx=\"6\" fill=\"#378ADD\"\/><text x=\"220.5\" y=\"192.1\" fill=\"#3a3733\" font-size=\"12.5\" font-weight=\"700\" text-anchor=\"middle\">0,48%<\/text><text x=\"220.5\" y=\"233.0\" fill=\"#3a3733\" font-size=\"12.5\" text-anchor=\"middle\">instagram<\/text><rect x=\"276.0\" y=\"209.3\" width=\"35.0\" height=\"4.6\" rx=\"6\" fill=\"#cfc9c2\"\/><text x=\"293.5\" y=\"202.3\" fill=\"#3a3733\" font-size=\"12.5\" font-weight=\"700\" text-anchor=\"middle\">0,15%<\/text><text x=\"293.5\" y=\"233.0\" fill=\"#3a3733\" font-size=\"12.5\" text-anchor=\"middle\">Facebook<\/text><\/svg><\/div>\n      <\/div>\n      <div class=\"tbl-card reveal\">\n        <div class=\"tbl-cap\">Table 3 \u00b7 Short Video vs. Long Video: When to Use Each<\/div>\n        <table class=\"t\">\n          <thead><tr><th>Criterion<\/th><th>Short video (10-90 s)<\/th><th>Long video (2-10 min)<\/th><\/tr><\/thead>\n          <tbody>\n            <tr><td>Objective<\/td><td>Reach, awareness, recognition<\/td><td>Education, trust, conversion<\/td><\/tr>\n            <tr><td>Funnel stage<\/td><td>Upper part (attract)<\/td><td>Middle and lower part (convince)<\/td><\/tr>\n            <tr><td>Platforms<\/td><td>TikTok, Reels, Shorts<\/td><td>YouTube, web, LinkedIn, webinars<\/td><\/tr>\n            <tr><td>Service life<\/td><td>Quick and fleeting peak<\/td><td>Long; generates traffic for months<\/td><\/tr>\n            <tr><td>Production<\/td><td>Agile, lo-fi, high volume<\/td><td>Neater, lower volume<\/td><\/tr>\n            <tr><td>Winning move<\/td><td colspan=\"2\" class=\"win\">Record long once and chop it into short clips to distribute everywhere<\/td><\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n      <div class=\"sub-h reveal\">How to build a series that works<\/div>\n      <p class=\"body reveal\">A series is not \u00abpublishing similar things multiple times\u00bb: it is a format with an implicit contract with the audience. The four elements that define it are <strong>proper noun<\/strong> (the series can be ordered and picked up), <strong>repeating pattern<\/strong> (same opening, duration, and closing), <strong>fixed cadence<\/strong> (same day and time slot) and <strong>cumulative arc<\/strong> (each episode stands alone, but watching them all adds something more). The contextual data reinforces the urgency: the average duration of B2B video has compressed from about 168 seconds in 2024 to around 76 in 2026.<\/p>\n      <div class=\"two-col reveal\">\n        <div class=\"mblock\"><div class=\"k\">How to measure this trend<\/div><ul>\n          <li><strong>Average retention<\/strong> by video and vanishing point.<\/li>\n          <li><strong>Returning viewers:<\/strong> %, which returns episode after episode.<\/li>\n          <li><strong>Chopping performance:<\/strong> reach of derived clips vs cost of long recording.<\/li>\n        <\/ul><\/div>\n        <div class=\"mblock err\"><div class=\"k\">Common mistakes we see<\/div><ul>\n          <li><strong>Upload the exact same identical clip to three platforms.<\/strong> Every network has its own language.<\/li>\n          <li><strong>Drop the series at episode 4.<\/strong> It takes 8-12 deliveries to build a habit.<\/li>\n          <li><strong>Sacrifice the hook.<\/strong> The first 2 seconds determine the 80% retention.<\/li>\n        <\/ul><\/div>\n      <\/div>\n      <div class=\"insight ok reveal\"><span class=\"tag\">What to do<\/span>Adopt a record-once, distribute-many system: one monthly long-form piece that gets chopped into 6-10 native shorts per platform. Turn your recurring formats into series with fixed names and days, and evaluate them by retention and recurrence, not first-day likes.<\/div>\n    <\/section>\n\n    <!-- 05 -->\n    <section class=\"sec\" id=\"s05\" data-screen-label=\"05 T3 Social SEO\">\n      <div class=\"sec-label reveal\"><span class=\"n\">05<\/span><h2 class=\"sec-h\">Trend 3 \u00b7 Social media is the new search engine<\/h2><\/div>\n      <div class=\"sec-title reveal\">Each post is a <em>Search result<\/em>.<\/div>\n      <p class=\"body reveal\"><strong>What's happening.<\/strong> More and more people, especially younger generations, are starting their searches on TikTok, Instagram, YouTube, or Reddit instead of Google. One in three consumers already starts there. At the same time, search engines are indexing social content and AI assistants are citing social media posts, blurring the lines between \u00absocial network,\u00bb \u00absearch engine,\u00bb and \u00abgenerated answer.\u00bb.<\/p>\n      <p class=\"body reveal\"><strong>Why it matters.<\/strong> This makes social SEO and Answer Engine Optimization (AEO) mandatory disciplines. A good visual is no longer enough: the title, description, subtitles, and even what is said out loud must be designed with keywords, because platforms transcribe and understand audio. A well-optimized video on YouTube continues to attract traffic months later: it is the only social content with the behavior of <strong>asset, not an expense<\/strong>.<\/p>\n      <div class=\"tbl-card reveal\">\n        <div class=\"tbl-cap\">Table 4 \u00b7 Traditional search vs. social search<\/div>\n        <table class=\"t\">\n          <thead><tr><th>Appearance<\/th><th>Traditional search engine<\/th><th>Social media search<\/th><\/tr><\/thead>\n          <tbody>\n            <tr><td>Response format<\/td><td>Links and texts<\/td><td>Videos, carousels, and real reviews<\/td><\/tr>\n            <tr><td>What do you value<\/td><td>Domain authority, links<\/td><td>Engagement, relevance, freshness<\/td><\/tr>\n            <tr><td>User intent<\/td><td>Inform or navigate<\/td><td>See what it's like, compare, trust<\/td><\/tr>\n            <tr><td>How to optimize<\/td><td>Classic SEO on the web<\/td><td>Keywords in title, text, and audio<\/td><\/tr>\n            <tr><td>Advantage for the SME<\/td><td>Difficult to compete for dominance<\/td><td>The algorithm rewards value, not size<\/td><\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n      <div class=\"sub-h reveal\">Social SEO Checklist: 7 checks before publishing<\/div>\n      <div class=\"tasks reveal\">\n        <div class=\"task\"><span class=\"dot\"><\/span><span><strong>1 \u00b7 Real question.<\/strong> The piece answers a question a customer would ask in their own words, not yours.<\/span><\/div>\n        <div class=\"task\"><span class=\"dot\"><\/span><span><strong>2 \u00b7 Keyword in the first 3 seconds<\/strong> of audio and in the first line of the text.<\/span><\/div>\n        <div class=\"task\"><span class=\"dot\"><\/span><span><strong>3 \u00b7 Searchable title,<\/strong> Uncreative: \u00abHow much does it cost to remodel a kitchen in 2026\u00bb beats \u00abLet's get down to business\u00bb.<\/span><\/div>\n        <div class=\"task\"><span class=\"dot\"><\/span><span><strong>4 \u00b7 Hardcoded subtitles<\/strong> and a complete description (the platform reads both).<\/span><\/div>\n        <div class=\"task\"><span class=\"dot\"><\/span><span><strong>5 \u00b7 Alternative text<\/strong> in images and carousels.<\/span><\/div>\n        <div class=\"task\"><span class=\"dot\"><\/span><span><strong>6 \u00b7 Location<\/strong> When the business is local: city and neighborhood in the text and tags.<\/span><\/div>\n        <div class=\"task\"><span class=\"dot\"><\/span><span><strong>7 \u00b7 Anchor comment<\/strong> its own by expanding the response, which enhances relevance and conversation.<\/span><\/div>\n      <\/div>\n      <div class=\"two-col reveal\" style=\"margin-top:20px\">\n        <div class=\"mblock\"><div class=\"k\">How to measure this trend<\/div><ul>\n          <li><strong>Reach among non-followers:<\/strong> % of impressions from outside your community.<\/li>\n          <li><strong>Search traffic<\/strong> inside the platform.<\/li>\n          <li><strong>Lifespan:<\/strong> % of the scope that comes after the first week.<\/li>\n        <\/ul><\/div>\n        <div class=\"mblock err\"><div class=\"k\">Common mistakes we see<\/div><ul>\n          <li><strong>Optimize the visual only.<\/strong> The algorithm reads title, audio, and text.<\/li>\n          <li><strong>Let old content die<\/strong> that continues to rank. It gets updated, it is not abandoned.<\/li>\n          <li><strong>Writing for the industry, not the client.<\/strong> The internal jargon does not match what is being sought.<\/li>\n        <\/ul><\/div>\n      <\/div>\n      <div class=\"insight ok reveal\"><span class=\"tag\">What to do<\/span>Build a bank of real questions (the ones that arrive via DM, email, sales, and support) and turn it into your editorial calendar. Each piece is the answer to one of them, with the keyword spoken and written. Treat your content as evergreen: review every quarter which pieces are still bringing in reach and reinforce them.<\/div>\n    <\/section>\n\n    <!-- 06 -->\n    <section class=\"sec\" id=\"s06\" data-screen-label=\"06 T4 Autenticidad\">\n      <div class=\"sec-label reveal\"><span class=\"n\">06<\/span><h2 class=\"sec-h\">Trend 4 \u00b7 Authenticity and edutainment\u00ab<\/h2><\/div>\n      <p class=\"body reveal\"><strong>What's happening.<\/strong> In the face of an overload of content that is perfect but impersonal, what succeeds is content that educates while entertaining (\u00abedutainment\u00bb) and content that draws on tangible experiences and real emotions. Storytelling by real people builds more trust than a polished brand message, and the public also demands cultural relevance: they want brands to understand and engage with their context.<\/p>\n      <div class=\"kpi-grid-3 reveal\">\n        <div class=\"kpi\"><div class=\"lbl\">They are asking for cultural relevance<\/div><div class=\"v\">93%<\/div><div class=\"d\">To the brands (Sprout Index)<\/div><\/div>\n        <div class=\"kpi\"><div class=\"lbl\">They prefer video to text<\/div><div class=\"v info\">63%<\/div><div class=\"d\">To know a product<\/div><\/div>\n        <div class=\"kpi\"><div class=\"lbl\">They saw an explainer<\/div><div class=\"v ok\">96%<\/div><div class=\"d\">To learn about a product<\/div><\/div>\n      <\/div>\n      <div class=\"sub-h reveal\">Five edutainment structures that any business can use<\/div>\n      <div class=\"tbl-card reveal\">\n        <div class=\"tbl-cap\">Table 5 \u00b7 Tested Formulas: From your knowledge to a kept piece<\/div>\n        <table class=\"t\">\n          <thead><tr><th>Formula<\/th><th>Structure<\/th><th>Applied example<\/th><\/tr><\/thead>\n          <tbody>\n            <tr><td>The expensive mistake<\/td><td>Common error + consequence + how to avoid it<\/td><td>\u00abThe mistake that cost a client \u20ac3,000 before coming to us\u00bb<\/td><\/tr>\n            <tr><td>Before \/ After with process<\/td><td>Final result first + rewind and show the steps<\/td><td>The result hooks you, the process educates<\/td><\/tr>\n            <tr><td>Myth vs Reality<\/td><td>Widespread belief + fact that debunks it<\/td><td>\u00abNo, publishing every day doesn't improve your reach. This does\u00bb<\/td><\/tr>\n            <tr><td>Behind the decision<\/td><td>Royal decision + why it was made + what happened<\/td><td>\u00abWhy we turned down a \u20ac20,000 project\u00bb<\/td><\/tr>\n            <tr><td>The breakdown<\/td><td>Something complex explained in 3 steps with an example<\/td><td>\u00abWhat the Spanish tax agency checks when it reviews your expenses, in 60s\u00bb<\/td><\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n      <p class=\"body reveal\"><strong>The key balance.<\/strong> Authenticity does not mean carelessness. It means content with less advertising gloss and more truth: truly teaching, showing the real process, admitting mistakes, and providing value before asking for anything. Entertainment is the wrapper; utility is the gift. Rule of thumb: if the piece teaches nothing, tells no true story, and makes no one feel anything, it does not get published.<\/p>\n      <div class=\"two-col reveal\">\n        <div class=\"mblock\"><div class=\"k\">How to measure this trend<\/div><ul>\n          <li><strong>Saved by post:<\/strong> the most honest indicator of utility.<\/li>\n          <li><strong>Shares and DM sends:<\/strong> Measure if the piece deserves the reputation of the one who shares it.<\/li>\n          <li><strong>Comments with a history<\/strong> (\u00abit happened to me...\u00bb) versus polite ones.<\/li>\n        <\/ul><\/div>\n        <div class=\"mblock err\"><div class=\"k\">Common mistakes we see<\/div><ul>\n          <li><strong>Confusing authenticity with improvisation.<\/strong> The spontaneous is also prepared.<\/li>\n          <li><strong>Jump on any cultural trend.<\/strong> Forced relevance is perceived.<\/li>\n          <li><strong>Educating without a point of view.<\/strong> Opinion-free encyclopedic content is what AI is already saturating.<\/li>\n        <\/ul><\/div>\n      <\/div>\n      <div class=\"insight ok reveal\"><span class=\"tag\">What to do<\/span>Choose two formulas from table 5 and produce four pieces of each for a month. Compare saves and shares against your historical average and keep the winning one. Edutainment is not a style: it is a system that is iterated with data.<\/div>\n    <\/section>\n\n    <!-- 07 -->\n    <section class=\"sec\" id=\"s07\" data-screen-label=\"07 T5 Voces\">\n      <div class=\"sec-label reveal\"><span class=\"n\">07<\/span><h2 class=\"sec-h\">Trend 5 \u00b7 Creators, UGC and the team's voice<\/h2><\/div>\n      <p class=\"body reveal\"><strong>What's happening.<\/strong> In 2026, what the official account posts matters less and who speaks on its behalf matters more. Content from creators, real users (UGC), and the team itself (EGC) gains attention and trust because audiences trust people more than logos. Big influencers aren't needed: voices aligned with the audience are. Founders, internal experts, and satisfied customers become the best brand storytellers.<\/p>\n      <div class=\"tbl-card reveal\">\n        <div class=\"tbl-cap\">Table 6 \u00b7 Three voices for your content<\/div>\n        <table class=\"t\">\n          <thead><tr><th>Voice<\/th><th>What it contributes<\/th><th>Cost \/ Effort<\/th><th>Best for<\/th><\/tr><\/thead>\n          <tbody>\n            <tr><td>Brand account<\/td><td>Control and consistency<\/td><td>Medium<\/td><td>Database, campaigns, service<\/td><\/tr>\n            <tr><td>Creator \/ UGC<\/td><td>Reach and external credibility<\/td><td>Variable<\/td><td>Social proof, discovery<\/td><\/tr>\n            <tr><td>Team and founder<\/td><td>Authenticity and experience<\/td><td>Low, high impact<\/td><td>Authority, trust, B2B<\/td><\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n      <div class=\"sub-h reveal\">EGC Program in four steps (without burning out the team)<\/div>\n      <p class=\"body reveal\"><strong>1 \u00b7 Volunteers, not the willful ones.<\/strong> It starts with 2-3 people with real enthusiasm; the discomfort in front of the camera is noticeable. <strong>2 \u00b7 Protected format.<\/strong> Each person has a fixed and limited format so that recording takes 10 minutes, not an afternoon. <strong>3 \u00b7 Marketing produces, the person stars.<\/strong> The team provides the experience; marketing provides light scripting, recording, editing, and distribution. <strong>4 \u00b7 Explicit recognition.<\/strong> Results are shared and credit goes to whoever appears. Define simple image usage rules from the start and what happens to the content if the person leaves the company.<\/p>\n      <div class=\"two-col reveal\">\n        <div class=\"mblock\"><div class=\"k\">How to measure this trend<\/div><ul>\n          <li><strong>Engagement comparison:<\/strong> pieces with people vs. pure brand.<\/li>\n          <li><strong>Combined reach<\/strong> employee profiles vs. corporate profile.<\/li>\n          <li><strong>UGC captured\/month:<\/strong> mentions, reviews, and reusable content with permission.<\/li>\n        <\/ul><\/div>\n        <div class=\"mblock err\"><div class=\"k\">Common mistakes we see<\/div><ul>\n          <li><strong>Scripting so much that the person disappears.<\/strong> Key points are given, not a text to recite.<\/li>\n          <li><strong>Depending on a single side.<\/strong> If she leaves or gets tired, the channel goes off with her.<\/li>\n          <li><strong>Using UGC without asking for permission<\/strong> explicit. A short message solves it.<\/li>\n        <\/ul><\/div>\n      <\/div>\n      <div class=\"insight ok reveal\"><span class=\"tag\">What to do<\/span>Activate the people in your company as storytellers with a simple idea: a monthly open-camera day where anyone on the team records a 60-second clip with a tip or a takeaway. Marketing curates, polishes, and distributes the best ones. It is efficient, scalable, and authentic.<\/div>\n    <\/section>\n\n    <!-- 08 -->\n    <section class=\"sec\" id=\"s08\" data-screen-label=\"08 T6 T7\">\n      <div class=\"sec-label reveal\"><span class=\"n\">08<\/span><h2 class=\"sec-h\">Trends 6 and 7 \u00b7 Private community and social commerce<\/h2><\/div>\n      <p class=\"body reveal\"><strong>The community is moving to private spaces.<\/strong> Reach lives in public feeds, but real community (and loyalty) increasingly grows in closed spaces: direct messages, newsletters, groups, and private servers. For brands, this requires shifting from \u00abaccumulating followers\u00bb to <strong>\u00abcultivate a sense of belonging\u00bb<\/strong>.<\/p>\n      <div class=\"tbl-card reveal\">\n        <div class=\"tbl-cap\">Table 7 \u00b7 Public feed vs private community<\/div>\n        <table class=\"t\">\n          <thead><tr><th>Dimension<\/th><th>Public feed<\/th><th>Private community<\/th><\/tr><\/thead>\n          <tbody>\n            <tr><td>Function<\/td><td>Discovery and Scope<\/td><td>Relationship, loyalty, and retention<\/td><\/tr>\n            <tr><td>Key metric<\/td><td>Reach, saved, shares<\/td><td>Participation and retention<\/td><\/tr>\n            <tr><td>Content<\/td><td>Open, designed to attract<\/td><td>Exclusive, access and VIP perks<\/td><\/tr>\n            <tr><td>Effort<\/td><td>Certificate of publication<\/td><td>Leadership and continuous moderation<\/td><\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n      <div class=\"sub-h reveal\">The community ladder: from follower to advocate<\/div>\n      <p class=\"body reveal\">Communities are not launched, they are scaled step by step: <strong>1) Response<\/strong> (replying to DMs and comments quickly and in person), <strong>2) Conversation<\/strong> (formats that request participation), <strong>3) Own channel<\/strong> (a short biweekly newsletter: your only audience without an algorithm in between) and <strong>4) Closed space<\/strong> (private group or community, only when the previous three steps work). Skipping steps is the number one cause of ghost communities.<\/p>\n      <p class=\"body reveal\"><strong>Social commerce is becoming democratized.<\/strong> Buying or booking without leaving the app is no longer just for big brands. Platforms are expanding their sales and reservation tools, and users expect to be able to act directly where they consume content. The market is projected to multiply, opening the door for SMEs and service businesses to sell natively.<\/p>\n      <div class=\"chart-card reveal\">\n        <div class=\"chart-head\"><div class=\"t\">Social commerce market in the US.<\/div><div class=\"note\">Billion USD \u00b7 5-year projection<\/div><\/div>\n        <svg class=\"hm-chart\" viewbox=\"0 0 420 250\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" font-family=\"'Inter',system-ui,-apple-system,sans-serif\" role=\"img\"><line x1=\"38\" y1=\"224.0\" x2=\"410\" y2=\"224.0\" stroke=\"rgba(0,0,0,0.07)\" stroke-width=\"1\"\/><text x=\"31\" y=\"228.0\" fill=\"rgba(10,9,5,0.5)\" font-size=\"11\" text-anchor=\"end\">0<\/text><line x1=\"38\" y1=\"158.7\" x2=\"410\" y2=\"158.7\" stroke=\"rgba(0,0,0,0.07)\" stroke-width=\"1\"\/><text x=\"31\" y=\"162.7\" fill=\"rgba(10,9,5,0.5)\" font-size=\"11\" text-anchor=\"end\">50<\/text><line x1=\"38\" y1=\"93.3\" x2=\"410\" y2=\"93.3\" stroke=\"rgba(0,0,0,0.07)\" stroke-width=\"1\"\/><text x=\"31\" y=\"97.3\" fill=\"rgba(10,9,5,0.5)\" font-size=\"11\" text-anchor=\"end\">100<\/text><line x1=\"38\" y1=\"28.0\" x2=\"410\" y2=\"28.0\" stroke=\"rgba(0,0,0,0.07)\" stroke-width=\"1\"\/><text x=\"31\" y=\"32.0\" fill=\"rgba(10,9,5,0.5)\" font-size=\"11\" text-anchor=\"end\">150<\/text><rect x=\"95.0\" y=\"216.7\" width=\"72.0\" height=\"7.3\" rx=\"6\" fill=\"#cfc9c2\"\/><text x=\"131.0\" y=\"209.7\" fill=\"#3a3733\" font-size=\"12.5\" font-weight=\"700\" text-anchor=\"middle\">5,6<\/text><text x=\"131.0\" y=\"243.0\" fill=\"#3a3733\" font-size=\"12.5\" text-anchor=\"middle\">2023 (real)<\/text><rect x=\"281.0\" y=\"39.8\" width=\"72.0\" height=\"184.2\" rx=\"6\" fill=\"#1D9E75\"\/><text x=\"317.0\" y=\"32.8\" fill=\"#3a3733\" font-size=\"12.5\" font-weight=\"700\" text-anchor=\"middle\">141,0<\/text><text x=\"317.0\" y=\"243.0\" fill=\"#3a3733\" font-size=\"12.5\" text-anchor=\"middle\">~5 year projection<\/text><\/svg>\n      <\/div>\n      <div class=\"two-col reveal\">\n        <div class=\"mblock\"><div class=\"k\">How to measure both trends<\/div><ul>\n          <li><strong>Response time in DMs<\/strong> and conversation response rate (&lt;4 working hours).<\/li>\n          <li><strong>Growth and newsletter opening:<\/strong> net subscribers\/month and open rate.<\/li>\n          <li><strong>Native conversion:<\/strong> sales or bookings in the app and their cost per conversion vs web.<\/li>\n        <\/ul><\/div>\n        <div class=\"mblock err\"><div class=\"k\">Common mistakes we see<\/div><ul>\n          <li><strong>Open a group without a prior community.<\/strong> An empty space does more damage than not having one.<\/li>\n          <li><strong>Treat DMs as an outbound spam inbox.<\/strong> They are the relationship channel.<\/li>\n          <li><strong>Add friction to the checkout process:<\/strong> redirect to a slow website when the platform closes there.<\/li>\n        <\/ul><\/div>\n      <\/div>\n      <div class=\"insight ok reveal\"><span class=\"tag\">What to do<\/span>Start with step 1 today: set a maximum response time for DMs and stick to it. Try a short newsletter. And even if you sell services, enable the native buying or booking options on your main platform: reducing friction improves conversion. Start small and scale with what works.<\/div>\n    <\/section>\n\n    <!-- 09 -->\n    <section class=\"sec\" id=\"s09\" data-screen-label=\"09 Plataformas\">\n      <div class=\"sec-label reveal\"><span class=\"n\">09<\/span><h2 class=\"sec-h\">Platform and Cadence Comparison 2026<\/h2><\/div>\n      <p class=\"body reveal\">Not all platforms are for the same thing. Each one plays a different role within the strategy, and choosing well avoids scattering effort. This is Holdmin's reading for 2026, with the sustainable cadence we recommend for a small team (better a few consistent pieces than many for three weeks).<\/p>\n      <div class=\"tbl-card reveal\">\n        <div class=\"tbl-cap\">Table 8 \u00b7 Role of each platform and recommended match cadence<\/div>\n        <table class=\"t\">\n          <thead><tr><th>Platform<\/th><th>Main fortress<\/th><th>Star format<\/th><th>Best for<\/th><th>Match cadence<\/th><\/tr><\/thead>\n          <tbody>\n            <tr><td>TikTok<\/td><td>High reach and engagement<\/td><td>Native short video<\/td><td>Brand awareness, B2C, young audience<\/td><td>3-5 videos\/week<\/td><\/tr>\n            <tr><td>instagram<\/td><td>Discovery and sale<\/td><td>Reels and carousels<\/td><td>Product, ecommerce, brand<\/td><td>3-4 posts\/week + stories<\/td><\/tr>\n            <tr><td>YouTube<\/td><td>SEO and long lifespan<\/td><td>Shorts + long video<\/td><td>Education, authority, traffic<\/td><td>1 long-form\/month + 2-3 Shorts\/week<\/td><\/tr>\n            <tr><td>LinkedIn<\/td><td>Value per impression in B2B<\/td><td>Educational video and text<\/td><td>B2B, thought leadership, talent<\/td><td>2-3 posts\/semester (profile &gt; page)<\/td><\/tr>\n            <tr><td>Substack \/ newsletter<\/td><td>Direct relationship and loyalty<\/td><td>Long content by email<\/td><td>Community, loyalty<\/td><td>1 shipment every 1-2 weeks<\/td><\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n      <div class=\"insight reveal\"><span class=\"tag\">Benchmark note<\/span>Engagement rates vary greatly by study and sector. In almost all datasets, LinkedIn stands out in value per impression for B2B and TikTok in general engagement, while YouTube wins in longevity. The underlying recommendation: <strong>Choose two core platforms and master them before opening more fronts.<\/strong><\/div>\n    <\/section>\n\n    <!-- 10 -->\n    <section class=\"sec\" id=\"s10\" data-screen-label=\"10 Matriz\">\n      <div class=\"sec-label reveal\"><span class=\"n\">10<\/span><h2 class=\"sec-h\">Prioritization matrix: where to start<\/h2><\/div>\n      <p class=\"body reveal\">Seven trends are too many to tackle at once. This matrix crosses the <strong>potential impact<\/strong> of each for a typical SME with <strong>implementation effort<\/strong> what it requires. The reading is simple: you start in the upper left corner (high impact, low effort) and move to the right as the system matures.<\/p>\n      <div class=\"chart-card reveal\">\n        <div class=\"chart-head\"><div class=\"t\">Potential impact vs implementation effort<\/div><div class=\"note\">Holdmin rating \u00b7 1-10 scale<\/div><\/div>\n        <svg class=\"hm-chart hm-wide\" viewbox=\"0 0 470 344\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" font-family=\"'Inter',system-ui,-apple-system,sans-serif\" role=\"img\"><line x1=\"44.0\" y1=\"10\" x2=\"44.0\" y2=\"210\" stroke=\"rgba(0,0,0,0.07)\" stroke-width=\"1\"\/><line x1=\"44\" y1=\"210.0\" x2=\"454\" y2=\"210.0\" stroke=\"rgba(0,0,0,0.07)\" stroke-width=\"1\"\/><text x=\"44.0\" y=\"225\" fill=\"rgba(10,9,5,0.5)\" font-size=\"10.5\" text-anchor=\"middle\">0<\/text><text x=\"37\" y=\"213.0\" fill=\"rgba(10,9,5,0.5)\" font-size=\"10.5\" text-anchor=\"end\">0<\/text><line x1=\"126.0\" y1=\"10\" x2=\"126.0\" y2=\"210\" stroke=\"rgba(0,0,0,0.07)\" stroke-width=\"1\"\/><line x1=\"44\" y1=\"170.0\" x2=\"454\" y2=\"170.0\" stroke=\"rgba(0,0,0,0.07)\" stroke-width=\"1\"\/><text x=\"126.0\" y=\"225\" fill=\"rgba(10,9,5,0.5)\" font-size=\"10.5\" text-anchor=\"middle\">2<\/text><text x=\"37\" y=\"173.0\" fill=\"rgba(10,9,5,0.5)\" font-size=\"10.5\" text-anchor=\"end\">2<\/text><line x1=\"208.0\" y1=\"10\" x2=\"208.0\" y2=\"210\" stroke=\"rgba(0,0,0,0.07)\" stroke-width=\"1\"\/><line x1=\"44\" y1=\"130.0\" x2=\"454\" y2=\"130.0\" stroke=\"rgba(0,0,0,0.07)\" stroke-width=\"1\"\/><text x=\"208.0\" y=\"225\" fill=\"rgba(10,9,5,0.5)\" font-size=\"10.5\" text-anchor=\"middle\">4<\/text><text x=\"37\" y=\"133.0\" fill=\"rgba(10,9,5,0.5)\" font-size=\"10.5\" text-anchor=\"end\">4<\/text><line x1=\"290.0\" y1=\"10\" x2=\"290.0\" y2=\"210\" stroke=\"rgba(0,0,0,0.07)\" stroke-width=\"1\"\/><line x1=\"44\" y1=\"90.0\" x2=\"454\" y2=\"90.0\" stroke=\"rgba(0,0,0,0.07)\" stroke-width=\"1\"\/><text x=\"290.0\" y=\"225\" fill=\"rgba(10,9,5,0.5)\" font-size=\"10.5\" text-anchor=\"middle\">6<\/text><text x=\"37\" y=\"93.0\" fill=\"rgba(10,9,5,0.5)\" font-size=\"10.5\" text-anchor=\"end\">6<\/text><line x1=\"372.0\" y1=\"10\" x2=\"372.0\" y2=\"210\" stroke=\"rgba(0,0,0,0.07)\" stroke-width=\"1\"\/><line x1=\"44\" y1=\"50.0\" x2=\"454\" y2=\"50.0\" stroke=\"rgba(0,0,0,0.07)\" stroke-width=\"1\"\/><text x=\"372.0\" y=\"225\" fill=\"rgba(10,9,5,0.5)\" font-size=\"10.5\" text-anchor=\"middle\">8<\/text><text x=\"37\" y=\"53.0\" fill=\"rgba(10,9,5,0.5)\" font-size=\"10.5\" text-anchor=\"end\">8<\/text><line x1=\"454.0\" y1=\"10\" x2=\"454.0\" y2=\"210\" stroke=\"rgba(0,0,0,0.07)\" stroke-width=\"1\"\/><line x1=\"44\" y1=\"10.0\" x2=\"454\" y2=\"10.0\" stroke=\"rgba(0,0,0,0.07)\" stroke-width=\"1\"\/><text x=\"454.0\" y=\"225\" fill=\"rgba(10,9,5,0.5)\" font-size=\"10.5\" text-anchor=\"middle\">10<\/text><text x=\"37\" y=\"13.0\" fill=\"rgba(10,9,5,0.5)\" font-size=\"10.5\" text-anchor=\"end\">10<\/text><text x=\"249.0\" y=\"244\" fill=\"rgba(10,9,5,0.5)\" font-size=\"11.5\" text-anchor=\"middle\">Implementation effort<\/text><text x=\"14\" y=\"110.0\" fill=\"rgba(10,9,5,0.5)\" font-size=\"11.5\" text-anchor=\"middle\" transform=\"rotate(-90 14 110.0)\">Potential impact<\/text><circle cx=\"167.0\" cy=\"70.0\" r=\"15\" fill=\"rgba(83,58,253,0.7)\"\/><text x=\"167.0\" y=\"74.0\" fill=\"#fff\" font-size=\"11.5\" font-weight=\"700\" text-anchor=\"middle\">T1<\/text><circle cx=\"290.0\" cy=\"30.0\" r=\"15\" fill=\"rgba(240,106,58,0.75)\"\/><text x=\"290.0\" y=\"34.0\" fill=\"#fff\" font-size=\"11.5\" font-weight=\"700\" text-anchor=\"middle\">T2<\/text><circle cx=\"146.5\" cy=\"40.0\" r=\"15\" fill=\"rgba(29,158,117,0.75)\"\/><text x=\"146.5\" y=\"44.0\" fill=\"#fff\" font-size=\"11.5\" font-weight=\"700\" text-anchor=\"middle\">T3<\/text><circle cx=\"187.5\" cy=\"50.0\" r=\"15\" fill=\"rgba(239,159,39,0.8)\"\/><text x=\"187.5\" y=\"54.0\" fill=\"#fff\" font-size=\"11.5\" font-weight=\"700\" text-anchor=\"middle\">T4<\/text><circle cx=\"249.0\" cy=\"20.0\" r=\"15\" fill=\"rgba(55,138,221,0.75)\"\/><text x=\"249.0\" y=\"24.0\" fill=\"#fff\" font-size=\"11.5\" font-weight=\"700\" text-anchor=\"middle\">T5<\/text><circle cx=\"331.0\" cy=\"80.0\" r=\"15\" fill=\"rgba(201,168,76,0.85)\"\/><text x=\"331.0\" y=\"84.0\" fill=\"#fff\" font-size=\"11.5\" font-weight=\"700\" text-anchor=\"middle\">T6<\/text><circle cx=\"310.5\" cy=\"100.0\" r=\"15\" fill=\"rgba(150,145,138,0.7)\"\/><text x=\"310.5\" y=\"104.0\" fill=\"#fff\" font-size=\"11.5\" font-weight=\"700\" text-anchor=\"middle\">T7<\/text><circle cx=\"50.0\" cy=\"258.0\" r=\"6\" fill=\"rgba(83,58,253,0.7)\"\/><text x=\"64.0\" y=\"262.0\" fill=\"#3a3733\" font-size=\"12.5\">T1 \u00b7 AI Copilot<\/text><circle cx=\"255.0\" cy=\"258.0\" r=\"6\" fill=\"rgba(240,106,58,0.75)\"\/><text x=\"269.0\" y=\"262.0\" fill=\"#3a3733\" font-size=\"12.5\">T2 \u00b7 Serial Video<\/text><circle cx=\"50.0\" cy=\"278.0\" r=\"6\" fill=\"rgba(29,158,117,0.75)\"\/><text x=\"64.0\" y=\"282.0\" fill=\"#3a3733\" font-size=\"12.5\">T3 \u00b7 Social SEO<\/text><circle cx=\"255.0\" cy=\"278.0\" r=\"6\" fill=\"rgba(239,159,39,0.8)\"\/><text x=\"269.0\" y=\"282.0\" fill=\"#3a3733\" font-size=\"12.5\">T4 \u00b7 Edutainment<\/text><circle cx=\"50.0\" cy=\"298.0\" r=\"6\" fill=\"rgba(55,138,221,0.75)\"\/><text x=\"64.0\" y=\"302.0\" fill=\"#3a3733\" font-size=\"12.5\">S5 \u00b7 Team Voices<\/text><circle cx=\"255.0\" cy=\"298.0\" r=\"6\" fill=\"rgba(201,168,76,0.85)\"\/><text x=\"269.0\" y=\"302.0\" fill=\"#3a3733\" font-size=\"12.5\">T6 \u00b7 Private Community<\/text><circle cx=\"50.0\" cy=\"318.0\" r=\"6\" fill=\"rgba(150,145,138,0.7)\"\/><text x=\"64.0\" y=\"322.0\" fill=\"#3a3733\" font-size=\"12.5\">T7 \u00b7 Social commerce<\/text><\/svg>\n      <\/div>\n      <div class=\"tbl-card reveal\">\n        <div class=\"tbl-cap\">Table 9 \u00b7 Matrix reading: three waves of implementation<\/div>\n        <table class=\"t\">\n          <thead><tr><th>Wave<\/th><th>Trends<\/th><th>Why do they go first \/ after<\/th><\/tr><\/thead>\n          <tbody>\n            <tr><td>Wave 1 \u00b7 Quick Wins<\/td><td>T3 Social SEO \u00b7 T4 Edutainment \u00b7 T1 AI Copilot<\/td><td>High impact with low effort: method changes on what you already produce, not new projects.<\/td><\/tr>\n            <tr><td>Wave 2 \u00b7 Construction<\/td><td>Team Voices S5 \u00b7 Serial Video S2<\/td><td>Very high impact, but they require people, habit, and 2-3 months of consistency.<\/td><\/tr>\n            <tr><td>Wave 3 \u00b7 Consolidation<\/td><td>T6 Private community \u00b7 T7 Social commerce<\/td><td>They really perform when there is already an audience and trust built by the previous ones.<\/td><\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n    <\/section>\n\n    <!-- 11 -->\n    <section class=\"sec\" id=\"s11\" data-screen-label=\"11 Medici\u00f3n\">\n      <div class=\"sec-label reveal\"><span class=\"n\">11<\/span><h2 class=\"sec-h\">Measurement system: from reach to business<\/h2><\/div>\n      <div class=\"sec-title reveal\">Followers are <em>vanity<\/em>. Leads, business.<\/div>\n      <p class=\"body reveal\">Most strategies do not fail due to a lack of content, but rather because they measure what does not matter. A useful measurement system connects four levels, each with its own indicators, and reviews the whole once a month.<\/p>\n      <div class=\"tbl-card reveal\">\n        <div class=\"tbl-cap\">Table 10 \u00b7 The Four Levels of Content Measurement<\/div>\n        <table class=\"t\">\n          <thead><tr><th>Level<\/th><th>Question it answers<\/th><th>Key metrics<\/th><th>Frequency<\/th><\/tr><\/thead>\n          <tbody>\n            <tr><td>1 \u00b7 Discovery<\/td><td>Do you find us new people?<\/td><td>Non-follower reach, search impressions, profile visits<\/td><td>Weekly<\/td><\/tr>\n            <tr><td>2 \u00b7 Resonance<\/td><td>Does what we publish matter?<\/td><td>Saved, shared, video retention, comments with history<\/td><td>Weekly<\/td><\/tr>\n            <tr><td>3 \u00b7 Relationship<\/td><td>Shall we build trust?<\/td><td>Incoming DMs, response &lt;4 h, newsletter subscribers, recurrence<\/td><td>Monthly<\/td><\/tr>\n            <tr><td>Business<\/td><td>Does this generate revenue?<\/td><td>Attributable leads, native conversions, sales call mentions<\/td><td>Monthly<\/td><\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n      <p class=\"body reveal\">Level 4 is the one almost no one measures and the one that justifies everything else. Two cheap practices solve it: systematically asking \u00abhow did you hear about us?\u00bb on every form and call, and using links with tracking parameters. It is not perfect attribution; it is sufficient attribution to decide.<\/p>\n      <div class=\"insight warn reveal\"><span class=\"tag\">Benchmark warning<\/span>Comparing yourself to published averages has little value: they vary depending on the study, the country, and the account size. <strong>The benchmark that matters is you 90 days ago.<\/strong> Set your baseline the first month and evaluate your own evolution, not someone else's comparison.<\/div>\n    <\/section>\n\n    <!-- 12 -->\n    <section class=\"sec\" id=\"s12\" data-screen-label=\"12 Roadmap 90 d\u00edas\">\n      <div class=\"sec-label reveal\"><span class=\"n\">12<\/span><h2 class=\"sec-h\">Roadmap: The first 90 days<\/h2><\/div>\n      <p class=\"body reveal\">This plan translates the three waves of the matrix into a realistic schedule for a small team. It does not require hiring anyone or buying tools: it requires consistency and focus on two core platforms.<\/p>\n      <div class=\"steps-grid reveal\">\n        <div class=\"step\"><div class=\"timing\">Weeks 1\u20132 \u00b7 Basics<\/div><div class=\"step-t\">Review and Decide<\/div><p>Choose 2 core platforms. Build the bank of 20-30 real questions. Define the AI\/human division in writing. Set the metrics baseline.<\/p><\/div>\n        <div class=\"step\"><div class=\"timing\">Days 15-30 \u00b7 Method<\/div><div class=\"step-t\">Produce with system<\/div><p>Apply the social SEO checklist to each piece. Test 2 edutainment formulas (4 pieces each). Establish a DM response time of &lt;4 h.<\/p><\/div>\n        <div class=\"step\"><div class=\"timing\">Days 30\u201360 \u00b7 Voices<\/div><div class=\"step-t\">Activate characters and series<\/div><p>First \u00abopen camera day\u00bb with 2\u20133 volunteers. Launch the first series with a name and a set day. First long recording, split into 6\u201310 clips.<\/p><\/div>\n        <div class=\"step\"><div class=\"timing\">Days 60\u201390 \u00b7 Stopover<\/div><div class=\"step-t\">Measure and consolidate<\/div><p>Monthly review with the 4 tiers. Launch the newsletter if the DMs sustain it. Activate native checkout or booking. Double down on what works.<\/p><\/div>\n      <\/div>\n      <div class=\"insight reveal\" style=\"margin-top:20px\"><span class=\"tag\">90-day success criterion<\/span>It\u2019s not about the number of followers. It\u2019s about being able to answer \u201cyes\u201d to three questions: Are new people discovering us every week? Are there pieces that people consistently save and share? And can we point to at least one customer or lead who came to us through our content? If we can answer \u201cyes\u201d to those three, the system is working, and all that\u2019s left is to scale it.<\/div>\n    <\/section>\n\n    <!-- 13 -->\n    <section class=\"sec\" id=\"s13\" data-screen-label=\"13 Escenarios\">\n      <div class=\"sec-label reveal\"><span class=\"n\">13<\/span><h2 class=\"sec-h\">Scenarios by resource: the same system at three scales<\/h2><\/div>\n      <p class=\"body reveal\">The trends are the same for everyone; the implementation is not. These three scenarios cover the most common situations, with the focus on what to do and, above all, on <strong>what to give up<\/strong>. It is this explicit renunciation that makes each scenario sustainable.<\/p>\n      <div class=\"scen-grid reveal\">\n        <div class=\"scen\"><div class=\"tag\">Scenario A<\/div><div class=\"scen-t\">One person, a few hours<\/div><p>A founder or manager who dedicates 3\u20135 hours per week to content.<\/p><ul>\n          <li>1 core platform, not two<\/li><li>1 biweekly set of 60\u201390 seconds with your own face<\/li><li>AI for drafts, cuts, and subtitles<\/li><li>Reply to DMs every day, 15 min<\/li><li>Unsubscribe from: trends, daily stories, newsletter<\/li><\/ul><\/div>\n        <div class=\"scen s2\"><div class=\"tag\">Scenario B<\/div><div class=\"scen-t\">Small marketing team<\/div><p>1-2 personas with the content within their functions.<\/p><ul>\n          <li>2 core platforms + fortnightly newsletter<\/li><li>1 long monthly recording split into clips<\/li><li>EGC Program with 2\u20133 volunteers<\/li><li>Monthly review with the 4 levels<\/li><li>Quit: being on all networks, posting daily<\/li><\/ul><\/div>\n        <div class=\"scen s3\"><div class=\"tag\">Scenario C<\/div><div class=\"scen-t\">With a dedicated agency or team<\/div><p>Outsourced production or a fully in-house team.<\/p><ul>\n          <li>3 platforms + active private community<\/li><li>2-3 simultaneous series and native social commerce<\/li><li>Collaborations with niche creators<\/li><li>Attribution with parameters and connected CRM<\/li><li>Abandoning vanity metrics as a goal<\/li><\/ul><\/div>\n      <\/div>\n    <\/section>\n\n    <!-- 14 -->\n    <section class=\"sec\" id=\"s14\" data-screen-label=\"14 B2B B2C\">\n      <div class=\"sec-label reveal\"><span class=\"n\">14<\/span><h2 class=\"sec-h\">B2B vs B2C and what stops working<\/h2><\/div>\n      <p class=\"body reveal\">The seven trends converge into four practical priorities. Order them this way and the effort will pay off: <strong>show the people<\/strong> (your team is the asset that AI cannot replicate), <strong>2) think about series<\/strong> (converts loose pieces into formats the audience expects), <strong>3) optimize for discovery<\/strong> (keywords in title, text, and audio) and <strong>4) Educate, don't just sell<\/strong> (networks are a channel of trust; the sale comes after).<\/p>\n      <div class=\"tbl-card reveal\">\n        <div class=\"tbl-cap\">Table 11 \u00b7 The approach changes depending on whether you are B2B or B2C<\/div>\n        <table class=\"t\">\n          <thead><tr><th>Dimension<\/th><th>B2B<\/th><th>B2C<\/th><\/tr><\/thead>\n          <tbody>\n            <tr><td>Core platforms<\/td><td>LinkedIn and YouTube<\/td><td>Instagram and TikTok<\/td><\/tr>\n            <tr><td>Content objective<\/td><td>Demonstrate experience and confidence<\/td><td>Product awareness and desire<\/td><\/tr>\n            <tr><td>Converting format<\/td><td>Demos, cases, educational video<\/td><td>Short video, UGC, unboxing<\/td><\/tr>\n            <tr><td>Decision cycle<\/td><td>Long; nourish with consistency<\/td><td>Short; impulse and social proof<\/td><\/tr>\n            <tr><td>Protagonist voice<\/td><td>Internal experts and founder<\/td><td>Niche clients and creators<\/td><\/tr>\n            <tr><td>Key test<\/td><td>Real measurable results<\/td><td>Reviews and visible experience<\/td><\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n      <div class=\"tbl-card reveal\">\n        <div class=\"tbl-cap\">Table 12 \u00b7 What no longer works vs. What wins in 2026<\/div>\n        <table class=\"t\">\n          <thead><tr><th>Focus<\/th><th class=\"lose\">It doesn't work anymore<\/th><th class=\"win\">What he earns<\/th><\/tr><\/thead>\n          <tbody>\n            <tr><td>Volume<\/td><td>Posting just to post<\/td><td>Fewer parts, more value per part<\/td><\/tr>\n            <tr><td>Tone<\/td><td>Corporate, polished, and cold<\/td><td>Real voices and human tone<\/td><\/tr>\n            <tr><td>Structure<\/td><td>Loose and scattered parts<\/td><td>Episodic series with tracking<\/td><\/tr>\n            <tr><td>Intention<\/td><td>Product promotion only<\/td><td>Education that builds trust<\/td><\/tr>\n            <tr><td>AI<\/td><td>Unattended automation<\/td><td>Copilot with human review<\/td><\/tr>\n            <tr><td>Discovery<\/td><td>Optimize only for Google<\/td><td>Social SEO and in-app sales<\/td><\/tr>\n            <tr><td>Measurement<\/td><td>Followers and likes as a goal<\/td><td>Saves, not followers, attributable leads<\/td><\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n    <\/section>\n\n    <!-- 15 -->\n    <section class=\"sec\" id=\"s15\" data-screen-label=\"15 Holdmin y cierre\">\n      <div class=\"sec-label reveal\"><span class=\"n\">15<\/span><h2 class=\"sec-h\">How we apply it in Holdmin and conclusion<\/h2><\/div>\n      <div class=\"tasks reveal\">\n        <div class=\"task\"><span class=\"dot info\"><\/span><span><strong>Pillar strategy:<\/strong> each brand works with fixed pillars (educating, behind the scenes, results, building in public, history) that guarantee variety and consistency without depending on the inspiration of the day.<\/span><\/div>\n        <div class=\"task\"><span class=\"dot info\"><\/span><span><strong>Block-based production:<\/strong> we record and design in batches, applying the \u00abrecord once, distribute many\u00bb model, always with human review as the final step.<\/span><\/div>\n        <div class=\"task\"><span class=\"dot info\"><\/span><span><strong>Results-based measurement:<\/strong> We prioritize saves, shares, non-follower reach, and commercial intent, with a monthly review across all four levels.<\/span><\/div>\n        <div class=\"task\"><span class=\"dot info\"><\/span><span><strong>AI with judgment:<\/strong> Accelerate ideation and drafting with the 3+2 workflow; it never replaces the brand&#x27;s voice or editorial decisions.<\/span><\/div>\n      <\/div>\n      <div class=\"pull reveal\">\n        <div class=\"k\">The conclusion<\/div>\n        <p>The advantage lies in <em>human being<\/em>. The brands that win in 2026 are the ones that are most like people: real teams that respond, teach, and build community. And that, unlike budget, is within reach of any company.<\/p>\n      <\/div>\n    <\/section>\n\n    <!-- 16 -->\n    <section class=\"sec\" id=\"s16\" data-screen-label=\"16 Glosario y fuentes\">\n      <div class=\"sec-label reveal\"><span class=\"n\">16<\/span><h2 class=\"sec-h\">Glossary and sources<\/h2><\/div>\n      <div class=\"tbl-card reveal\">\n        <div class=\"tbl-cap\">Quick glossary of terms used in this study<\/div>\n        <table class=\"t\">\n          <tbody>\n            <tr><td>AI slop<\/td><td>Mass-produced, indiscriminate AI-generated content: generic, interchangeable, and recognizable as synthetic.<\/td><\/tr>\n            <tr><td>Social SEO<\/td><td>Optimization of social content (title, text, audio, subtitles, tags) to appear in searches.<\/td><\/tr>\n            <tr><td>AEO<\/td><td>Answer Engine Optimization: optimizing content so that AI assistants can find and cite it.<\/td><\/tr>\n            <tr><td>UGC<\/td><td>User-Generated Content: content created by users and real customers about the brand.<\/td><\/tr>\n            <tr><td>EGC<\/td><td>Employee-Generated Content: content featuring members of the team.<\/td><\/tr>\n            <tr><td>Edutainment<\/td><td>Content that educates while entertaining: utility is the substance and entertainment is the vehicle.<\/td><\/tr>\n            <tr><td>Non-follower reach<\/td><td>Percentage of impressions coming from accounts that do not follow you; the best discovery metric.<\/td><\/tr>\n            <tr><td>Serialized content<\/td><td>Episodic formats with a fixed name, structure, and cadence that generate a return habit.<\/td><\/tr>\n            <tr><td>Micro-drama<\/td><td>Narrative series in vertical episodes of around one minute, an emerging category.<\/td><\/tr>\n            <tr><td>Vanity metric<\/td><td>Easy-to-move metric with low business correlation, such as followers or likes.<\/td><\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n      <p class=\"sources reveal\"><strong>Sources consulted:<\/strong> Sprout Social (2026 Social Media Trends, Pulse Survey Q3-Q4 2025), Hootsuite (Social Media Trends 2026), Wyzowl (State of Video 2026), HubSpot, Deloitte, Socialinsider, National University, Sendible, LocaliQ, Coalition Technologies, Content Marketing Institute, and surveys of over 300 US SMBs. Data collected in early 2026; figures and benchmarks evolve throughout the year and vary by study and industry. The impact\/effort ratings in Section 10, the cadences in Table 8, and the indicative measurement objectives reflect Holdmin's judgment based on client experience.<\/p>\n    <\/section>\n<\/div><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>The year authenticity becomes a competitive advantage. Seven trends with measurement, a playbook, and a 90-day roadmap. Producing is no longer difficult; standing out, however, is.<\/p>","protected":false},"author":1,"featured_media":6471,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-6472","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-noticias"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Tendencias de contenido para empresas en 2026 - Holdmin \u00ae<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/holdmin.com\/en\/tendencias-de-contenido-para-empresas-en-2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tendencias de contenido para empresas en 2026 - Holdmin \u00ae\" \/>\n<meta property=\"og:description\" content=\"El a\u00f1o en que la autenticidad se convierte en ventaja competitiva. Siete tendencias con medici\u00f3n, playbook y una hoja de ruta de 90 d\u00edas. Producir ya no es dif\u00edcil; destacar s\u00ed.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/holdmin.com\/en\/tendencias-de-contenido-para-empresas-en-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Holdmin \u00ae\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-27T11:25:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-27T16:05:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/holdmin.com\/wp-content\/uploads\/2024\/08\/tendencias-de-contenido-para-empresas-en-2026-1024x1024.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"24 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/holdmin.com\\\/tendencias-de-contenido-para-empresas-en-2026\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/holdmin.com\\\/tendencias-de-contenido-para-empresas-en-2026\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/holdmin.com\\\/#\\\/schema\\\/person\\\/8a7e63153411d6126ff886f8909e837c\"},\"headline\":\"Tendencias de contenido para empresas en 2026\",\"datePublished\":\"2026-07-27T11:25:32+00:00\",\"dateModified\":\"2026-07-27T16:05:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/holdmin.com\\\/tendencias-de-contenido-para-empresas-en-2026\\\/\"},\"wordCount\":5404,\"publisher\":{\"@id\":\"https:\\\/\\\/holdmin.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/holdmin.com\\\/tendencias-de-contenido-para-empresas-en-2026\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/holdmin.com\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/tendencias-de-contenido-para-empresas-en-2026.png\",\"articleSection\":[\"Noticias\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/holdmin.com\\\/tendencias-de-contenido-para-empresas-en-2026\\\/\",\"url\":\"https:\\\/\\\/holdmin.com\\\/tendencias-de-contenido-para-empresas-en-2026\\\/\",\"name\":\"Tendencias de contenido para empresas en 2026 - Holdmin \u00ae\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/holdmin.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/holdmin.com\\\/tendencias-de-contenido-para-empresas-en-2026\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/holdmin.com\\\/tendencias-de-contenido-para-empresas-en-2026\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/holdmin.com\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/tendencias-de-contenido-para-empresas-en-2026.png\",\"datePublished\":\"2026-07-27T11:25:32+00:00\",\"dateModified\":\"2026-07-27T16:05:03+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/holdmin.com\\\/tendencias-de-contenido-para-empresas-en-2026\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/holdmin.com\\\/tendencias-de-contenido-para-empresas-en-2026\\\/#primaryimage\",\"url\":\"https:\\\/\\\/holdmin.com\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/tendencias-de-contenido-para-empresas-en-2026.png\",\"contentUrl\":\"https:\\\/\\\/holdmin.com\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/tendencias-de-contenido-para-empresas-en-2026.png\",\"width\":1600,\"height\":1600},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/holdmin.com\\\/#website\",\"url\":\"https:\\\/\\\/holdmin.com\\\/\",\"name\":\"Holdmin \u00ae\",\"description\":\"Consultor\u00eda de Negocios para Empresas, PYMEs y Aut\u00f3nomos\",\"publisher\":{\"@id\":\"https:\\\/\\\/holdmin.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/holdmin.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/holdmin.com\\\/#organization\",\"name\":\"Holdmin \u00ae\",\"url\":\"https:\\\/\\\/holdmin.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/holdmin.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/holdmin.com\\\/wp-content\\\/uploads\\\/2022\\\/12\\\/Holdmin_negativo.svg\",\"contentUrl\":\"https:\\\/\\\/holdmin.com\\\/wp-content\\\/uploads\\\/2022\\\/12\\\/Holdmin_negativo.svg\",\"width\":987,\"height\":270,\"caption\":\"Holdmin \u00ae\"},\"image\":{\"@id\":\"https:\\\/\\\/holdmin.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/company\\\/holdmin\\\/\",\"https:\\\/\\\/instagram.com\\\/holdmin.corp\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/holdmin.com\\\/#\\\/schema\\\/person\\\/8a7e63153411d6126ff886f8909e837c\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9d4580a48cd1910cc51e0dfd3fd063c0caadea953e64fb47c872043d240ffeab?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9d4580a48cd1910cc51e0dfd3fd063c0caadea953e64fb47c872043d240ffeab?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9d4580a48cd1910cc51e0dfd3fd063c0caadea953e64fb47c872043d240ffeab?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\\\/\\\/holdmin.com\"],\"url\":\"https:\\\/\\\/holdmin.com\\\/en\\\/author\\\/holdmin_\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Tendencias de contenido para empresas en 2026 - Holdmin \u00ae","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/holdmin.com\/en\/tendencias-de-contenido-para-empresas-en-2026\/","og_locale":"en_US","og_type":"article","og_title":"Tendencias de contenido para empresas en 2026 - Holdmin \u00ae","og_description":"El a\u00f1o en que la autenticidad se convierte en ventaja competitiva. Siete tendencias con medici\u00f3n, playbook y una hoja de ruta de 90 d\u00edas. Producir ya no es dif\u00edcil; destacar s\u00ed.","og_url":"https:\/\/holdmin.com\/en\/tendencias-de-contenido-para-empresas-en-2026\/","og_site_name":"Holdmin \u00ae","article_published_time":"2026-07-27T11:25:32+00:00","article_modified_time":"2026-07-27T16:05:03+00:00","og_image":[{"width":1024,"height":1024,"url":"https:\/\/holdmin.com\/wp-content\/uploads\/2024\/08\/tendencias-de-contenido-para-empresas-en-2026-1024x1024.png","type":"image\/png"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"24 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/holdmin.com\/tendencias-de-contenido-para-empresas-en-2026\/#article","isPartOf":{"@id":"https:\/\/holdmin.com\/tendencias-de-contenido-para-empresas-en-2026\/"},"author":{"name":"admin","@id":"https:\/\/holdmin.com\/#\/schema\/person\/8a7e63153411d6126ff886f8909e837c"},"headline":"Tendencias de contenido para empresas en 2026","datePublished":"2026-07-27T11:25:32+00:00","dateModified":"2026-07-27T16:05:03+00:00","mainEntityOfPage":{"@id":"https:\/\/holdmin.com\/tendencias-de-contenido-para-empresas-en-2026\/"},"wordCount":5404,"publisher":{"@id":"https:\/\/holdmin.com\/#organization"},"image":{"@id":"https:\/\/holdmin.com\/tendencias-de-contenido-para-empresas-en-2026\/#primaryimage"},"thumbnailUrl":"https:\/\/holdmin.com\/wp-content\/uploads\/2024\/08\/tendencias-de-contenido-para-empresas-en-2026.png","articleSection":["Noticias"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/holdmin.com\/tendencias-de-contenido-para-empresas-en-2026\/","url":"https:\/\/holdmin.com\/tendencias-de-contenido-para-empresas-en-2026\/","name":"Tendencias de contenido para empresas en 2026 - Holdmin \u00ae","isPartOf":{"@id":"https:\/\/holdmin.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/holdmin.com\/tendencias-de-contenido-para-empresas-en-2026\/#primaryimage"},"image":{"@id":"https:\/\/holdmin.com\/tendencias-de-contenido-para-empresas-en-2026\/#primaryimage"},"thumbnailUrl":"https:\/\/holdmin.com\/wp-content\/uploads\/2024\/08\/tendencias-de-contenido-para-empresas-en-2026.png","datePublished":"2026-07-27T11:25:32+00:00","dateModified":"2026-07-27T16:05:03+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/holdmin.com\/tendencias-de-contenido-para-empresas-en-2026\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/holdmin.com\/tendencias-de-contenido-para-empresas-en-2026\/#primaryimage","url":"https:\/\/holdmin.com\/wp-content\/uploads\/2024\/08\/tendencias-de-contenido-para-empresas-en-2026.png","contentUrl":"https:\/\/holdmin.com\/wp-content\/uploads\/2024\/08\/tendencias-de-contenido-para-empresas-en-2026.png","width":1600,"height":1600},{"@type":"WebSite","@id":"https:\/\/holdmin.com\/#website","url":"https:\/\/holdmin.com\/","name":"Holdmin \u00ae","description":"Business Consulting for Companies, SMEs and the Self-Employed","publisher":{"@id":"https:\/\/holdmin.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/holdmin.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/holdmin.com\/#organization","name":"Holdmin \u00ae","url":"https:\/\/holdmin.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/holdmin.com\/#\/schema\/logo\/image\/","url":"https:\/\/holdmin.com\/wp-content\/uploads\/2022\/12\/Holdmin_negativo.svg","contentUrl":"https:\/\/holdmin.com\/wp-content\/uploads\/2022\/12\/Holdmin_negativo.svg","width":987,"height":270,"caption":"Holdmin \u00ae"},"image":{"@id":"https:\/\/holdmin.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/holdmin\/","https:\/\/instagram.com\/holdmin.corp"]},{"@type":"Person","@id":"https:\/\/holdmin.com\/#\/schema\/person\/8a7e63153411d6126ff886f8909e837c","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9d4580a48cd1910cc51e0dfd3fd063c0caadea953e64fb47c872043d240ffeab?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/9d4580a48cd1910cc51e0dfd3fd063c0caadea953e64fb47c872043d240ffeab?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9d4580a48cd1910cc51e0dfd3fd063c0caadea953e64fb47c872043d240ffeab?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/holdmin.com"],"url":"https:\/\/holdmin.com\/en\/author\/holdmin_\/"}]}},"_links":{"self":[{"href":"https:\/\/holdmin.com\/en\/wp-json\/wp\/v2\/posts\/6472","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/holdmin.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/holdmin.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/holdmin.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/holdmin.com\/en\/wp-json\/wp\/v2\/comments?post=6472"}],"version-history":[{"count":9,"href":"https:\/\/holdmin.com\/en\/wp-json\/wp\/v2\/posts\/6472\/revisions"}],"predecessor-version":[{"id":6493,"href":"https:\/\/holdmin.com\/en\/wp-json\/wp\/v2\/posts\/6472\/revisions\/6493"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/holdmin.com\/en\/wp-json\/wp\/v2\/media\/6471"}],"wp:attachment":[{"href":"https:\/\/holdmin.com\/en\/wp-json\/wp\/v2\/media?parent=6472"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/holdmin.com\/en\/wp-json\/wp\/v2\/categories?post=6472"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/holdmin.com\/en\/wp-json\/wp\/v2\/tags?post=6472"}],"curies":[{"name":"well played","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}