{"product_id":"digital-product-7","title":"The Business Positioning Bible: How to Become the Obvious Choice in a Crowded Market (current, safe and clear)","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\"\u003e\n\u003ctitle\u003eThe Business Positioning Bible — Crafted By Words\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #fbf9f6;\n    --bg-card: #ffffff;\n    --text-primary: #1a1a1a;\n    --text-secondary: #4a4a4a;\n    --text-muted: #7a7a7a;\n    --gold: #b8860b;\n    --gold-light: #d4a52a;\n    --gold-pale: #f5ede0;\n    --gold-glow: rgba(184, 134, 11, 0.12);\n    --border-light: #e8e0d6;\n    --shadow-card: 0 12px 40px rgba(0, 0, 0, 0.06);\n    --shadow-hover: 0 20px 56px rgba(0, 0, 0, 0.10);\n    --radius: 18px;\n    --radius-sm: 10px;\n    --transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);\n    --max-width: 1120px;\n  }\n  *{box-sizing:border-box;margin:0;padding:0;}\n  body{\n    margin:0; background:var(--bg); color:var(--text-primary);\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n    line-height:1.6; font-size:17px;\n    -webkit-font-smoothing: antialiased;\n  }\n  h1,h2,h3,h4{\n    font-family: 'Playfair Display', Georgia, serif;\n    font-weight:700; line-height:1.2; margin:0 0 16px 0;\n    color:var(--text-primary);\n  }\n  .container{max-width:var(--max-width); margin:0 auto; padding:0 24px;}\n  .tag{\n    display:inline-block; font-size:0.7rem; font-weight:600; text-transform:uppercase;\n    letter-spacing:0.12em; color:var(--gold); background:var(--gold-pale);\n    padding:6px 18px; border-radius:100px; margin-bottom:16px;\n  }\n  .btn{\n    display:inline-flex; align-items:center; justify-content:center; gap:10px;\n    font-family:'Inter',sans-serif; font-weight:600; font-size:1rem;\n    padding:16px 40px; border-radius:60px; border:none; cursor:pointer;\n    transition:var(--transition); text-decoration:none;\n    background:var(--gold); color:#fff;\n    box-shadow:0 4px 16px var(--gold-glow);\n  }\n  .btn:hover{background:#a0740a; transform:translateY(-2px); box-shadow:0 8px 28px rgba(184,134,11,0.25);}\n  .btn .icon-right{display:inline-flex; align-items:center; margin-left:4px;}\n\n  .site-header{padding:20px 0; border-bottom:1px solid var(--border-light); background:rgba(251,249,246,0.85); backdrop-filter:blur(8px); position:sticky; top:0; z-index:100;}\n  .site-header .container{display:flex; align-items:center; justify-content:space-between;}\n  .logo{font-family:'Playfair Display',Georgia,serif; font-weight:700; font-size:1.3rem; letter-spacing:-0.02em; color:var(--text-primary); text-decoration:none;}\n  .logo span{color:var(--gold);}\n  .header-cta{font-size:0.85rem; font-weight:600; color:var(--gold); text-decoration:none; border:2px solid var(--gold-pale); padding:8px 22px; border-radius:60px; transition:var(--transition);}\n  .header-cta:hover{background:var(--gold-pale); border-color:var(--gold);}\n\n  .hero{padding:64px 0 48px; text-align:center; background:linear-gradient(180deg, #fbf9f6 0%, #ffffff 100%);}\n  .hero h1{font-size:clamp(2.4rem,7vw,4.2rem); line-height:1.08; margin-bottom:20px; max-width:860px; margin-left:auto; margin-right:auto;}\n  .hero h1 .highlight{color:var(--gold); position:relative;}\n  .hero h1 .highlight::after{content:''; position:absolute; left:0; bottom:2px; width:100%; height:10px; background:var(--gold-pale); z-index:-1; border-radius:4px;}\n  .hero .subhead{font-size:clamp(1.05rem,1.6vw,1.25rem); color:var(--text-secondary); max-width:640px; margin:0 auto 32px; font-weight:400; line-height:1.7;}\n  .hero .subhead strong{color:var(--text-primary); font-weight:600;}\n  .hero-badges{display:flex; flex-wrap:wrap; justify-content:center; gap:10px 20px; margin-top:28px; font-size:0.9rem; color:var(--text-muted);}\n  .hero-badges span{display:flex; align-items:center; gap:6px;}\n  .hero-badges .icon{display:flex; align-items:center;}\n\n  .pain-section{padding:48px 0 56px; background:#fff; border-radius:var(--radius); margin:0 0 56px; box-shadow:var(--shadow-card);}\n  .pain-section .container{text-align:center;}\n  .pain-section .big-claim{font-size:clamp(1.4rem,2.8vw,2.2rem); font-weight:700; margin-bottom:16px;}\n  .pain-section .big-claim .gold{color:var(--gold);}\n  .pain-section .description{font-size:1.05rem; color:var(--text-secondary); max-width:720px; margin:0 auto; line-height:1.8;}\n  .pain-section .description strong{color:var(--text-primary);}\n  .pain-grid{display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-top:32px; max-width:800px; margin-left:auto; margin-right:auto;}\n  .pain-item{background:var(--bg); border:1px solid var(--border-light); border-radius:var(--radius-sm); padding:20px 20px; text-align:left; display:flex; gap:12px; align-items:flex-start;}\n  .pain-item .icon{display:flex; align-items:center; flex-shrink:0; margin-top:2px;}\n  .pain-item .label{font-size:0.7rem; font-weight:600; text-transform:uppercase; letter-spacing:0.08em; color:var(--gold); display:block; margin-bottom:4px;}\n  .pain-item p{font-size:0.92rem; color:var(--text-secondary); line-height:1.6; margin:0;}\n\n  .turn-section{background:var(--text-primary); color:#fff; padding:64px 0; margin-bottom:56px;}\n  .turn-section .container{text-align:center;}\n  .turn-section h2{color:#fff; font-size:clamp(1.6rem,3.2vw,2.4rem); max-width:700px; margin:0 auto 12px;}\n  .turn-section .rule{width:80px; height:3px; background:var(--gold); margin:20px auto;}\n  .turn-section p{color:#d2cbbb; font-size:1.05rem; max-width:640px; margin:0 auto; line-height:1.8;}\n\n  .parts-section{padding:56px 0 64px; background:#fff; border-radius:var(--radius); box-shadow:var(--shadow-card); margin-bottom:56px;}\n  .parts-section .section-label{text-align:center; margin-bottom:40px;}\n  .parts-section .section-label h2{font-size:clamp(1.8rem,3.6vw,2.6rem);}\n  .parts-section .section-label p{color:var(--text-secondary); margin-top:6px;}\n  .part-block{border-left:3px solid var(--gold); padding-left:22px; margin-bottom:32px;}\n  .part-block .part-label{font-size:0.7rem; font-weight:700; text-transform:uppercase; letter-spacing:0.14em; color:var(--gold); margin-bottom:4px;}\n  .part-block h3{font-size:1.2rem; font-weight:700; margin-bottom:8px; color:var(--text-primary);}\n  .chapter-line{font-size:0.93rem; color:var(--text-secondary); padding:2px 0;}\n  .chapter-line strong{color:var(--text-primary); font-weight:600;}\n\n  .outcomes-section{padding:32px 0 56px; text-align:center;}\n  .outcomes-section h2{font-size:clamp(1.6rem,3.2vw,2.4rem); margin-bottom:8px;}\n  .outcomes-section .sub{color:var(--text-secondary); margin-bottom:32px;}\n  .outcome-grid{display:grid; grid-template-columns:1fr 1fr; gap:16px 40px; max-width:800px; margin:0 auto; text-align:left;}\n  .outcome-item{display:flex; gap:12px; align-items:flex-start; font-size:0.95rem; color:var(--text-secondary); line-height:1.6;}\n  .outcome-item .icon{display:flex; align-items:center; flex-shrink:0; margin-top:2px;}\n  .outcome-item strong{color:var(--text-primary);}\n\n  .who-section{padding:48px 0 56px; background:#fff; border-radius:var(--radius); box-shadow:var(--shadow-card); margin-bottom:56px;}\n  .who-section .container{text-align:center;}\n  .who-section h2{font-size:clamp(1.6rem,3.2vw,2.4rem); margin-bottom:8px;}\n  .who-section .sub{color:var(--text-secondary); margin-bottom:32px;}\n  .who-grid{display:grid; grid-template-columns:1fr 1fr; gap:32px; text-align:left; max-width:800px; margin:0 auto;}\n  .who-card h4{font-size:1.05rem; font-weight:700; margin-bottom:12px;}\n  .who-card h4 .gold{color:var(--gold);}\n  .who-card ul{list-style:none; padding:0;}\n  .who-card ul li{padding:6px 0; font-size:0.92rem; color:var(--text-secondary); display:flex; gap:10px; align-items:flex-start; line-height:1.5;}\n  .who-card ul li .icon{display:flex; align-items:center; flex-shrink:0; margin-top:2px;}\n  .who-card.not-for ul li{color:var(--text-muted);}\n\n  .price-section{padding:32px 0 56px; text-align:center;}\n  .price-section h2{font-size:clamp(1.6rem,3.2vw,2.4rem); margin-bottom:8px;}\n  .price-block{background:var(--text-primary); color:#fff; border-radius:var(--radius); padding:48px 50px; max-width:640px; margin:24px auto 0; border:1px solid rgba(212,165,42,0.3);}\n  .price-block .was{font-size:1.1rem; text-decoration:line-through; color:#8b8577; margin-right:12px;}\n  .price-block .big-price{font-size:3.2rem; font-weight:700; color:var(--gold-light);}\n  .price-block .price-label{color:#a9a28f; font-size:0.8rem; letter-spacing:0.05em; font-weight:600; margin-top:4px;}\n  .price-block .includes{text-align:left; max-width:420px; margin:20px auto 28px; font-size:0.92rem; color:#d2cbbb;}\n  .price-block .includes div{padding:4px 0; display:flex; gap:10px; align-items:center;}\n  .price-block .includes .icon{display:flex; align-items:center; flex-shrink:0;}\n  .price-block .btn{background:var(--gold); color:#fff; box-shadow:0 4px 20px rgba(184,134,11,0.3);}\n  .price-block .btn:hover{background:#a0740a; box-shadow:0 8px 32px rgba(184,134,11,0.4);}\n\n  .faq-section{background:#fff; border-radius:var(--radius); padding:48px 40px; box-shadow:var(--shadow-card); margin-bottom:56px;}\n  .faq-section h2{text-align:center; font-size:clamp(1.6rem,3.2vw,2.4rem); margin-bottom:32px;}\n  .faq-item{border-bottom:1px solid var(--border-light); padding:20px 0;}\n  .faq-item:last-child{border-bottom:none;}\n  .faq-item h4{font-size:1rem; font-weight:700; margin-bottom:6px; color:var(--text-primary);}\n  .faq-item p{font-size:0.95rem; color:var(--text-secondary); line-height:1.7;}\n\n  .final-cta{background:var(--text-primary); color:#fff; border-radius:var(--radius); padding:56px 40px; text-align:center; margin-bottom:48px;}\n  .final-cta h2{font-size:clamp(1.8rem,4vw,2.8rem); font-weight:700; margin-bottom:12px; color:#fff;}\n  .final-cta .sub{font-size:1.05rem; color:#d2cbbb; max-width:560px; margin:0 auto 24px; line-height:1.7;}\n  .final-cta .btn{background:var(--gold); color:#fff; box-shadow:0 4px 20px rgba(184,134,11,0.3); font-size:1.05rem; padding:18px 48px;}\n  .final-cta .btn:hover{background:#a0740a; box-shadow:0 8px 32px rgba(184,134,11,0.4);}\n  .final-cta .tag{background:rgba(255,255,255,0.12); color:var(--gold-light);}\n\n  .site-footer{padding:32px 0 24px; text-align:center; font-size:0.85rem; color:var(--text-muted); border-top:1px solid var(--border-light);}\n  .site-footer a{color:var(--text-secondary); text-decoration:none;}\n  .site-footer a:hover{color:var(--gold);}\n  .site-footer .footer-contact{margin-top:4px; font-size:0.8rem; color:var(--text-muted);}\n\n  @media (max-width:768px){\n    .hero{padding:40px 0 32px;}\n    .pain-grid{grid-template-columns:1fr;}\n    .who-grid{grid-template-columns:1fr;}\n    .outcome-grid{grid-template-columns:1fr;}\n    .parts-section{padding:32px 0 40px;}\n    .price-block{padding:32px 24px;}\n    .price-block .big-price{font-size:2.4rem;}\n    .final-cta{padding:40px 24px;}\n    .final-cta .btn{width:100%;}\n    .site-header .header-cta{font-size:0.75rem; padding:6px 16px;}\n    .faq-section{padding:32px 20px;}\n  }\n  @media (max-width:480px){\n    .hero-badges{flex-direction:column; align-items:center;}\n  }\n\u003c\/style\u003e\n\n\n\n\u003cheader class=\"site-header\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003ca href=\"#\" class=\"logo\"\u003eCrafted\u003cspan\u003eBy\u003c\/span\u003eWords\u003c\/a\u003e\n    \u003ca href=\"#price\" class=\"header-cta\"\u003eGet the Bible\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/header\u003e\n\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"tag\"\u003eCrafted By Words Presents\u003c\/span\u003e\n    \u003ch1\u003e\n      Stop being the best‑kept secret in your industry.\u003cbr\u003e\n      \u003cspan class=\"highlight\"\u003eBecome the obvious choice.\u003c\/span\u003e\n    \u003c\/h1\u003e\n    \u003cp class=\"subhead\"\u003e\n      A complete system for founders, consultants, coaches, and small business owners who are excellent at what they do, and exhausted from having to prove it every single time.\n    \u003c\/p\u003e\n    \u003ca href=\"#price\" class=\"btn\"\u003eGet The Business Positioning Bible — $39\u003c\/a\u003e\n    \u003cdiv style=\"font-size:0.8rem; color:var(--text-muted); margin-top:12px;\"\u003e\n      Instant digital download • 59 pages • Lifetime access • No subscription\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-badges\"\u003e\n      \u003cspan\u003e\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        14 full chapters\n      \u003c\/span\u003e\n      \u003cspan\u003e\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 20h9\"\u003e\u003c\/path\u003e\u003cpath d=\"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        Exercise after every chapter\n      \u003c\/span\u003e\n      \u003cspan\u003e\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 2L2 7l10 5 10-5-10-5z\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 17l10 5 10-5\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 12l10 5 10-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        2 proprietary frameworks\n      \u003c\/span\u003e\n      \u003cspan\u003e\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        90-day action plan included\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"pain-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"tag\"\u003eDoes this sound familiar?\u003c\/span\u003e\n    \u003cdiv class=\"big-claim\"\u003e\n      You're not losing deals because you're not \u003cspan class=\"gold\"\u003egood enough\u003c\/span\u003e.\n    \u003c\/div\u003e\n    \u003cp class=\"description\"\u003e\n      You're losing them because the market can't tell you apart from ten other options, and price becomes the only thing left to compare.\n    \u003c\/p\u003e\n    \u003cdiv class=\"pain-grid\"\u003e\n      \u003cdiv class=\"pain-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 8v4l2 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"label\"\u003eSymptom 01\u003c\/span\u003e\n          \u003cp\u003eEvery new lead has to be convinced from scratch, and it's exhausting to be the entire marketing and sales engine, every single time.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pain-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 8v4l2 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"label\"\u003eSymptom 02\u003c\/span\u003e\n          \u003cp\u003eYou keep getting compared on price, even though you know your work is better than the cheaper alternative.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pain-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 8v4l2 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"label\"\u003eSymptom 03\u003c\/span\u003e\n          \u003cp\u003eReferrals happen, but they're vague. People struggle to explain exactly what you do and who it's for.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pain-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 8v4l2 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"label\"\u003eSymptom 04\u003c\/span\u003e\n          \u003cp\u003eCompetitors who aren't more talented than you keep winning the deals you should be winning.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"turn-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003ch2 class=\"heading-serif\"\u003eIt's not an effort problem. It's a clarity problem.\u003c\/h2\u003e\n    \u003cdiv class=\"rule\"\u003e\u003c\/div\u003e\n    \u003cp\u003ePositioning is not your logo, your tagline, or your service list. It's the specific, defensible place you occupy in your ideal client's mind, relative to every alternative they could choose instead. Get it right, and every hour you spend on marketing and sales finally compounds, instead of evaporating.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"parts-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003cspan class=\"tag\"\u003eWhat's inside\u003c\/span\u003e\n      \u003ch2 class=\"heading-serif\"\u003eA complete system, not just a concept\u003c\/h2\u003e\n      \u003cp\u003eFourteen chapters across five parts, built on the same frameworks we use with our own paying clients.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"part-block\"\u003e\n      \u003cdiv class=\"part-label\"\u003ePart One — The Foundation\u003c\/div\u003e\n      \u003ch3\u003eUnderstand Positioning Before You Try To Fix It\u003c\/h3\u003e\n      \u003cdiv class=\"chapter-line\"\u003e\n\u003cstrong\u003e01.\u003c\/strong\u003e What Positioning Actually Is (And What It Isn't)\u003c\/div\u003e\n      \u003cdiv class=\"chapter-line\"\u003e\n\u003cstrong\u003e02.\u003c\/strong\u003e The Positioning Crisis: Why Working Harder Isn't Working\u003c\/div\u003e\n      \u003cdiv class=\"chapter-line\"\u003e\n\u003cstrong\u003e03.\u003c\/strong\u003e The Trust Pyramid™: The Sequence Behind Sustainable Growth\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"part-block\"\u003e\n      \u003cdiv class=\"part-label\"\u003ePart Two — Diagnose\u003c\/div\u003e\n      \u003ch3\u003eFind Out Exactly Where You Stand Today\u003c\/h3\u003e\n      \u003cdiv class=\"chapter-line\"\u003e\n\u003cstrong\u003e04.\u003c\/strong\u003e The Positioning Audit\u003c\/div\u003e\n      \u003cdiv class=\"chapter-line\"\u003e\n\u003cstrong\u003e05.\u003c\/strong\u003e The Seven Silent Killers of Weak Positioning\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"part-block\"\u003e\n      \u003cdiv class=\"part-label\"\u003ePart Three — Build\u003c\/div\u003e\n      \u003ch3\u003eThe Working Heart Of The Book\u003c\/h3\u003e\n      \u003cdiv class=\"chapter-line\"\u003e\n\u003cstrong\u003e06.\u003c\/strong\u003e Finding Your Riches in the Niches\u003c\/div\u003e\n      \u003cdiv class=\"chapter-line\"\u003e\n\u003cstrong\u003e07.\u003c\/strong\u003e The Category of One\u003c\/div\u003e\n      \u003cdiv class=\"chapter-line\"\u003e\n\u003cstrong\u003e08.\u003c\/strong\u003e The Positioning Statement Framework\u003c\/div\u003e\n      \u003cdiv class=\"chapter-line\"\u003e\n\u003cstrong\u003e09.\u003c\/strong\u003e Pricing as a Positioning Signal\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"part-block\"\u003e\n      \u003cdiv class=\"part-label\"\u003ePart Four — Activate\u003c\/div\u003e\n      \u003ch3\u003eCarry Your Position Everywhere You Show Up\u003c\/h3\u003e\n      \u003cdiv class=\"chapter-line\"\u003e\n\u003cstrong\u003e10.\u003c\/strong\u003e Message-Market Fit\u003c\/div\u003e\n      \u003cdiv class=\"chapter-line\"\u003e\n\u003cstrong\u003e11.\u003c\/strong\u003e The Authority Flywheel™\u003c\/div\u003e\n      \u003cdiv class=\"chapter-line\"\u003e\n\u003cstrong\u003e12.\u003c\/strong\u003e Positioning Across Every Touchpoint\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"part-block\"\u003e\n      \u003cdiv class=\"part-label\"\u003ePart Five — Sustain\u003c\/div\u003e\n      \u003ch3\u003eProtect It, Then Grow Into A Bigger One\u003c\/h3\u003e\n      \u003cdiv class=\"chapter-line\"\u003e\n\u003cstrong\u003e13.\u003c\/strong\u003e Repositioning Without Losing Trust\u003c\/div\u003e\n      \u003cdiv class=\"chapter-line\"\u003e\n\u003cstrong\u003e14.\u003c\/strong\u003e Your 90-Day Positioning Action Plan\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"outcomes-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"tag\"\u003eBy the time you finish\u003c\/span\u003e\n    \u003ch2 class=\"heading-serif\"\u003eHere's what you'll actually walk away with\u003c\/h2\u003e\n    \u003cp class=\"sub\"\u003eSix deliverables that change how you show up, sell, and grow.\u003c\/p\u003e\n    \u003cdiv class=\"outcome-grid\"\u003e\n      \u003cdiv class=\"outcome-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003cspan\u003eA written, tested \u003cstrong\u003eIdeal Customer Definition\u003c\/strong\u003e, built across four real dimensions, not just a demographic guess.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"outcome-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003cspan\u003eYour own \u003cstrong\u003eCategory of One\u003c\/strong\u003e: a genuine point of differentiation a competitor can't copy by editing a sentence.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"outcome-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003cspan\u003eA finished, five-part \u003cstrong\u003ePositioning Statement\u003c\/strong\u003e you can say out loud without hesitating.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"outcome-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003cspan\u003eA pricing structure that finally matches the position you've built, instead of quietly contradicting it.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"outcome-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003cspan\u003eFour \u003cstrong\u003eMessaging Pillars\u003c\/strong\u003e to build every piece of content around, instead of starting from zero each time.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"outcome-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\n          \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003cspan\u003eA concrete \u003cstrong\u003e90-day plan\u003c\/strong\u003e that turns everything above into action, week by week.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"who-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"tag\"\u003eIs this for you?\u003c\/span\u003e\n    \u003ch2 class=\"heading-serif\"\u003eBuilt specifically for\u003c\/h2\u003e\n    \u003cp class=\"sub\"\u003eFounders, solopreneurs, consultants, and coaches who are ready to compete on value, not price.\u003c\/p\u003e\n    \u003cdiv class=\"who-grid\"\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003ch4\u003e\n\u003cspan class=\"gold\"\u003e✓\u003c\/span\u003e This is for you if:\u003c\/h4\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n            \u003cspan class=\"icon\"\u003e\n              \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n            \u003c\/span\u003e\n            You're a founder, solopreneur, or consultant who knows your work is good, but struggles to say why someone should choose you over the alternative.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"icon\"\u003e\n              \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n            \u003c\/span\u003e\n            You're tired of being compared on price and want to compete on value instead.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"icon\"\u003e\n              \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n            \u003c\/span\u003e\n            You're willing to actually do the exercises, not just read the chapters.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"icon\"\u003e\n              \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n            \u003c\/span\u003e\n            You want a system you can return to every year, not a one-time read.\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"who-card not-for\"\u003e\n        \u003ch4\u003e\n\u003cspan style=\"color:#b91c1c;\"\u003e✕\u003c\/span\u003e This isn't for you if:\u003c\/h4\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n            \u003cspan class=\"icon\"\u003e\n              \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b91c1c\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n            \u003c\/span\u003e\n            You're looking for a quick tagline generator rather than real strategic work.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"icon\"\u003e\n              \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b91c1c\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n            \u003c\/span\u003e\n            You want growth hacks instead of a durable foundation.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"icon\"\u003e\n              \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b91c1c\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n            \u003c\/span\u003e\n            You're not willing to get specific about who you're for, and who you're not.\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"price-section\" id=\"price\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"tag\"\u003eGet instant access\u003c\/span\u003e\n    \u003ch2 class=\"heading-serif\"\u003eOne payment. Yours for good.\u003c\/h2\u003e\n    \u003cdiv class=\"price-block\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"was\"\u003e$97\u003c\/span\u003e\n        \u003cspan class=\"big-price\"\u003e$39\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"price-label\"\u003eONE-TIME PAYMENT • INSTANT DOWNLOAD\u003c\/div\u003e\n      \u003cdiv class=\"includes\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"icon\"\u003e\n            \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold-light)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n          \u003c\/span\u003e\n          The full 59-page Business Positioning Bible (PDF)\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"icon\"\u003e\n            \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold-light)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n          \u003c\/span\u003e\n          14 chapters across 5 parts, fully worked with real examples\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"icon\"\u003e\n            \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold-light)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n          \u003c\/span\u003e\n          An exercise or self-assessment after every chapter\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"icon\"\u003e\n            \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold-light)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n          \u003c\/span\u003e\n          The Trust Pyramid™ and Authority Flywheel™ frameworks in full\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"icon\"\u003e\n            \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold-light)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n          \u003c\/span\u003e\n          A complete 90-Day Positioning Action Plan\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"icon\"\u003e\n            \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold-light)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n          \u003c\/span\u003e\n          Designed to be worked through, printed, and returned to yearly\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003ca href=\"#\" class=\"btn\"\u003eGet The Business Positioning Bible — $39\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"container\"\u003e\n  \u003cdiv class=\"faq-section\"\u003e\n    \u003ch2 class=\"heading-serif\"\u003eFrequently asked\u003c\/h2\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003ch4\u003eI'm not a writer. Will I still be able to do the exercises?\u003c\/h4\u003e\n      \u003cp\u003eYes. Every exercise is a fill-in-the-blank worksheet with clear prompts and worked examples right above it. You're filling in a structure we've already built for you, not starting from a blank page.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003ch4\u003eHow is this different from a generic branding course?\u003c\/h4\u003e\n      \u003cp\u003eThis isn't about visuals or taglines. It's the strategic layer underneath all of that: who you're for, what makes you different, and how to say it, priced, and defended everywhere your business shows up.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003ch4\u003eHow long will it take to get through?\u003c\/h4\u003e\n      \u003cp\u003eWe recommend two to four weeks, roughly one Part per week, at 45 to 90 minutes per chapter. You can move faster, but the exercises are where the real value is, so don't rush past them.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003ch4\u003eIs this a physical book?\u003c\/h4\u003e\n      \u003cp\u003eNo, it's a digital PDF delivered instantly after purchase, designed to be read on screen or printed at home if you'd prefer to write in it by hand.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003ch4\u003eWhat if I already have some of this figured out?\u003c\/h4\u003e\n      \u003cp\u003eMost founders we work with have pieces in place. The audit in Chapter 4 will show you exactly which pieces are solid and which are quietly costing you the most, so you're not starting from scratch, you're sharpening what's already there.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"container\"\u003e\n  \u003cdiv class=\"final-cta\"\u003e\n    \u003cspan class=\"tag\"\u003eYour competitors are hoping you never read this.\u003c\/span\u003e\n    \u003ch2\u003eEvery day your positioning stays unclear is another day the market defines it for you.\u003c\/h2\u003e\n    \u003cp class=\"sub\"\u003eUsually as \"another option,\" compared on price. That ends the moment you start Chapter 1.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"btn\"\u003eGet The Business Positioning Bible — $39\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cfooter class=\"site-footer\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cp\u003e\n      \u003ca href=\"#\"\u003eCrafted By Words\u003c\/a\u003e •\n      Personal Branding, Marketing \u0026amp; Sales Agency\n    \u003c\/p\u003e\n    \u003cp class=\"footer-contact\"\u003ecraftedbywords.in • work@craftedbywords.in\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/footer\u003e\n\n\u003cscript\u003e\n  (function() {\n    'use strict';\n    const ctaLinks = document.querySelectorAll('a[href=\"#price\"]');\n    ctaLinks.forEach(link =\u003e {\n      link.addEventListener('click', function(e) {\n        e.preventDefault();\n        const target = document.querySelector('#price');\n        if (target) target.scrollIntoView({ behavior: 'smooth', block: 'start' });\n      });\n    });\n    const partBlocks = document.querySelectorAll('.part-block');\n    if (partBlocks.length \u0026\u0026 'IntersectionObserver' in window) {\n      const observer = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n          if (entry.isIntersecting) {\n            entry.target.style.opacity = '1';\n            entry.target.style.transform = 'translateY(0)';\n          }\n        });\n      }, { threshold: 0.15, rootMargin: '0px 0px -40px 0px' });\n      partBlocks.forEach((block, i) =\u003e {\n        block.style.opacity = '0';\n        block.style.transform = 'translateY(15px)';\n        block.style.transition = `opacity 0.5s cubic-bezier(0.22,1,0.36,1) ${i*0.1}s, transform 0.5s cubic-bezier(0.22,1,0.36,1) ${i*0.1}s`;\n        observer.observe(block);\n      });\n    } else {\n      partBlocks.forEach(b =\u003e { b.style.opacity = '1'; b.style.transform = 'translateY(0)'; });\n    }\n    const outcomeItems = document.querySelectorAll('.outcome-item');\n    if (outcomeItems.length \u0026\u0026 'IntersectionObserver' in window) {\n      const obs2 = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n          if (entry.isIntersecting) {\n            entry.target.style.opacity = '1';\n            entry.target.style.transform = 'translateX(0)';\n          }\n        });\n      }, { threshold: 0.15 });\n      outcomeItems.forEach((item, i) =\u003e {\n        item.style.opacity = '0';\n        item.style.transform = 'translateX(-10px)';\n        item.style.transition = `opacity 0.4s ease ${i*0.06}s, transform 0.4s ease ${i*0.06}s`;\n        obs2.observe(item);\n      });\n    }\n  })();\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Crafted By Words' Digital Store.","offers":[{"title":"Default Title","offer_id":52026441138464,"sku":null,"price":39.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/4765\/6992\/files\/cover.jpg?v=1784872886","url":"https:\/\/shop.craftedbywords.in\/products\/digital-product-7","provider":"Crafted By Words' Digital Store.","version":"1.0","type":"link"}