### SvelteKit App Initialization Source: https://www.usdigitalpartners.com/how-much-does-seo-cost This snippet shows the client-side initialization of a SvelteKit application. It dynamically imports the SvelteKit start and app modules and then starts the application, passing configuration and data related to the current page, including its URL and content. ```javascript { \_\_sveltekit_u232c9 = { base: new URL(".", location).pathname.slice(0, -1) }; const element = document.currentScript.parentElement; Promise.all([ import("./_app/immutable/entry/start.CkxFCDlK.js"), import("./_app/immutable/entry/app.BZJTIZlx.js") ]).then(([kit, app]) => { kit.start(app, element, { node_ids: [0, 3], data: [{ type: "data", data: { pageUrl: "/how-much-does-seo-cost", preview: false }, uses: { url: 1 } }, { type: "data", data: { query: "*[_type == \"page\" && slug.current == $slug][0]{\n ...,\n 'content': content[]{\n ...\n }\n}", params: { slug: "how-much-does-seo-cost" }, options: { initial: { data: { _createdAt: "2025-06-17T15:30:27Z", _id: "22b9ae05-09cf-4bf5-8230-b813f5749478", _rev: "1LkstiYbF5YsO1GeQzIGxS", _system: { base: { id: "22b9ae05-09cf-4bf5-8230-b813f5749478", rev: "yNBP7khBtUEP4vEt4UjN1n" } }, _type: "page", _updatedAt: "2025-06-23T19:30:50Z", content: [{ _key: "db13a4943fe8", _type: "contentSection", content: [{ _key: "c49e72131526", _type: "block", children: [{ _key: "f8cb468403a4", _type: "span", marks: [], text: "" }], markDefs: [], style: "normal" }, { _key: "694acb2e296e", _type: "image", alt: "An artistic rendering of a man looking at notes hanging on a wall", asset: { _ref: "image-cd252c192540201eb296064e13a8aafc8551b12c-2960x1626-webp", _type: "reference" } }, { _key: "9411fcf0ff24", _type: "block", children: [{ _key: "315f8bdeff8b", _type: "span", marks: [], text: "How much does SEO cost, and is it even worth investing in?" }], markDefs: [], style: "normal" }, { _key: "472f79fe5974", _type: "block", children: [{ _key: "932bae4bfd1b", _type: "span", marks: [], text: "" }], markDefs: [], style: "normal" }, { _key: "82cb171808d3", _type: "block", children: [{ _key: "e5c6d75c4282", _type: "span", marks: [], text: "Absolutely. However, it’s important to clarify what SEO actually is. SEO isn’t a one-time magic bullet that brings immediate leads to your website. Instead, SEO is a series of ongoing tactical activities to optimize both the content and technology of your website to place it in the search (and AI) results of your target audience." }], markDefs: [], style: "normal" }, { _key: "785430b8605d", _type: "block", children: [{ _key: "fc4c6180df68", _type: "span", marks: [], text: "" }], markDefs: [], style: "normal" }, { _key: "21bcd236e6e9", _type: "block", children: [{ _key: "73be12ba36ac", _type: "span", marks: [], text: "We find SEO to be very similar to exercise: it takes patience, experimentation, and proper training, but disciplined work to optimize your website will keep it yielding your desired results as time goes by. While the time and dedication of SEO efforts are always essential, if you are looking for a way to see a more immediate increase in traffic, think about " }, { _key: "5bfee9249100", _type: "span", marks: ["e58cf8d73437"], text: "investing in digital advertising" }, { _key: "d444693e871f", _type: "span", marks: [], text: "." }], markDefs: [{ _key: "e58cf8d73437", _type: "link", href: "https://www.usdigitalpartners.com/services/digital-advertisi" }], style: "normal" }] }] } } } } }] }); }); } ``` -------------------------------- ### SvelteKit Initialization and Module Loading Source: https://www.usdigitalpartners.com/ This snippet shows the core SvelteKit initialization logic. It calculates the base path, identifies the script's parent element, and asynchronously loads the necessary SvelteKit modules ('start' and 'app'). Upon successful loading, it starts the application with provided configuration and data. ```javascript const __sveltekit_u232c9 = { base: new URL(".", location).pathname.slice(0, -1) }; const element = document.currentScript.parentElement; Promise.all([ import("./_app/immutable/entry/start.CkxFCDlK.js"), import("./_app/immutable/entry/app.BZJTIZlx.js") ]).then(([kit, app]) => { kit.start(app, element, { node_ids: [0, 2], data: [ { "type": "data", "data": { "pageUrl": "/", "preview": false }, "uses": { "url": 1 } }, { "type": "data", "data": { "query": "*[_type == \"page\" && slug.current == $slug][0]{\n ..., 'content': content[]{ ... }\n}", "params": { "slug": "home" }, "options": { "initial": { "data": { "_createdAt": "2025-04-11T15:18:38Z", "_id": "2dec4032-25d4-4e3a-9cee-87cd3dc9a2db", "_rev": "G3G9bcWqMbX2Zqxlv0AovE", "_system": { "base": { "id": "2dec4032-25d4-4e3a-9cee-87cd3dc9a2db", "rev": "zfvPcrjZUhaJ8tff0RIvu5" } }, "_type": "page", "_updatedAt": "2025-07-14T15:23:24Z", "content": [ { "_key": "d009389f52fe", "_type": "homepageHero", "content": [ { "_key": "7dca74f9666c", "_type": "block", "children": [ { "_key": "c8db590462f1", "_type": "span", "marks": [], "text": "Your bench of digital marketing professionals with 23+ years of experience" } ], "markDefs": [], "style": "normal" } ], "ctas": [ { "_key": "f4ccc117a4b9", "_type": "button", "icon": "arrowRight", "text": "Scope a Project", "url": "https://www.usdigitalpartners.com/book-a-meeting", "variation": "dark" }, { "_key": "4974f5d9437c", "_type": "button", "icon": "lightBulb", "text": "See our Work", "url": "https://www.usdigitalpartners.com/work", "variation": "light" } ], "heading": "Bridge the gap between where you are & where you want to be." }, { "_key": "86a2822786a5", "_type": "homepageVideo", "leftOne": { "_type": "image", "asset": { "_ref": "image-fc57cfaccddaf9e3de5399cc2cc5a0f7626c8c29-4000x3132-webp", "_type": "reference" } }, "leftThree": { "_type": "image", "asset": { "_ref": "image-b1bdafe10fd07dfb17f28cc2a4a69a0fd54d7869-540x540-webp", "_type": "reference" } }, "leftTwo": { "_type": "image", "asset": { "_ref": "image-6722dd21cae64f2f9857a15a8fe4969bde8c4878-477x476-webp", "_type": "reference" } }, "rightOne": { "_type": "image", "asset": { "_ref": "image-22eb596bf865e04431d1446f65944bcde730c261-3552x2444-webp", "_type": "reference" } }, "rightThree": { "_type": "image", "asset": { "_ref": "image-12e805c387e690c2d5090979b3f6efeb10915336-3626x2530-webp", "_type": "reference" } }, "rightTwo": { "_type": "image", "asset": { "_ref": "image-d127454307fe9d291d60a5d236d83824b47c6f4d-4000x3146-webp", "_type": "reference" } }, "videoUrl": "https://cdn.sanity.io/files/f3esye2w/production/626a9d5f7ee347d82c5bdb039cbfc107804a02e8.mp4" }, { "_key": "52ca8f33c665", "_type": "marquee", "animation": "left", "images": [ { "_key": "5f67f6eb526a", "_type": "image", "alt": "Justin Doyle Homes", "asset": { "_ref": "image-84f7fe2e9d0a8568640230dcc99a0f24742d974f-240x120-png", "_type": "reference" } }, { "_key": "1436fb151cc9", "_type": "image", "alt": "Gorilla Glue", "asset": { "_ref": "image-27d92239eea9f89b93790fc82a9d96bd8a24cd48-46x40-png", "_type": "reference" } }, { "_key": "e75e581a716d", "_type": "image", "alt": "Kaivac", "asset": { "_ref": "image-0b24dce80baaf44c7b4cbb16aa9b3e59304f8a54-138x40-png", "_type": "reference" } }, { "_key": "da932bdde6a5", "_type": "image", "alt": "Union Savings Bank", "asset": { "_ref": "image-86379ec6a27272b525f541e670c3ae967df76031-111x24-png", "_type": "reference" } }, { "_key": "c739ca567ee0", "_type": "image", "alt": "Franciscan Missions", "asset": { "_ref": "image-95fb7a7e1369b08f92b05d60805bccc9f6f46dd7-113x40-png", "_type": "reference" } }, { "_key": "aa27a5fb0f0a", "_type": "image", "alt": "Model Group", "asset": { "_ref": "image-ede7d909609f93c0c9621480548bbff94415c5c1-315x64-webp", "_type": "reference" } }, { "_key": "b6b0fd12ef56", "_type": "image", "alt": "Adena Health System", "asset": { "_ref": "image-f4460b82ff2f8486af34f0a9c8f6027095c25275-135x80-webp", "_type": "reference" }, "size": 50 }, { "_key": "18ecb3ea9bbc", "_type": "image", "alt": "Bridgeway", "asset": { "_ref": "image-de8848c52863713496cb4b604e4208980d3b2198-283x64-webp", "_type": "reference" } } ], "title": "Serving 800+ clients for 23 years" }, { "_key": "f841dfe13da6", "_type": "services", "content": [ { "_key": "52b8920b7f4d", "_type": "block", "children": [ { "_key": "067c43eb8386", "_type": "span", "marks": [], "text": "We’ll deliver a customized roadmap of marketing tactics and methodically chip away at your goals." } ], "markDefs": [], "style": "normal" } ], "title": "Digital marketing services for every goal" }, { "_key": "bcd520f5e352", "_type": "workShowcase", "cards": [ { "_key": "ba19c6eb1dba", "_type": "workShowcaseCard", "image": { "_type": "image", "alt": "United Way of Greater Cincinnati", "asset": { "_ref": "image-089b677b6d32c230a83df9a4824c4c67f94373b9-1384x1038-webp", "_type": "reference" } }, "link": "https://www.usdigitalpartners.com/work/2025/united-way-greater-cincinnati", "tags": [ "website" ], "title": "United Way of Greater Cincinnati" }, { "_key": "2207578835fc", "_type": "workShowcaseCard", "image": { "_type": "image", "alt": "PharmaCord Patient Support Services", "asset": { "_ref": "image-1bfb80ce3d69d44276bbbcd9545dbb8d2d3b82e2-1186x894-webp", "_type": "reference" } }, "link": "https://www.usdigitalpartners.com/work/2024/pharmacord", "tags": [ "website", "video", "branding", "advertising" ], "title": "PharmaCord" } ], "content": [ { "_key": "c4f9f59467d5", "_type": "block", "children": [ { "_key": "08f7030dc8f4", "_type": "span", "marks": [], "text": "Check out our recent design, advertising, and video projects." } ], "markDefs": [], "style": "normal" } ] } ] } } } } } ] }); }); ``` -------------------------------- ### SvelteKit Application Initialization Source: https://www.usdigitalpartners.com/how-much-does-building-an-ecommerce-website-cost This snippet demonstrates the initialization process for a SvelteKit application. It dynamically imports necessary application modules and starts the kit with specific configuration, including page data and routing information. ```javascript { __sveltekit_u232c9 = { base: new URL(".", location).pathname.slice(0, -1) }; const element = document.currentScript.parentElement; Promise.all([ import("./_app/immutable/entry/start.CkxFCDlK.js"), import("./_app/immutable/entry/app.BZJTIZlx.js") ]).then(([kit, app]) => { kit.start(app, element, { node_ids: [0, 3], data: [ { type: "data", data: { pageUrl: "/how-much-does-building-an-ecommerce-website-cost", preview: false }, uses: { url: 1 } }, { type: "data", data: { query: "*[_type == \"page\" && slug.current == $slug][0]{\n ...,\n 'content': content[]{\n ...\n }\n}", params: { slug: "how-much-does-building-an-ecommerce-website-cost" } }, options: { initial: { data: { _createdAt: "2025-06-13T17:25:36Z", _id: "8325c53e-dc75-4d93-a396-0461a325c74c", _rev: "1KbY3Yt7WFrOnMzcEmxJSw", _type: "page", _updatedAt: "2025-06-13T17:43:59Z", content: [ { _key: "d6f35a92a777", _type: "contentSection", content: [ { _key: "e9816bbfd6f2", _type: "block", children: [ { _key: "0229aea654af", _type: "span", marks: [], text: "" } ], markDefs: [], style: "normal" }, { _key: "d37a1479c71c", _type: "image", alt: "An icon of a shopping bag with a transparent ecommerce website in the background ", asset: { _ref: "image-35c49b28a663208009a4dc17ae7c7f22e4123a73-4080x1662-webp", _type: "reference" } }, { _key: "2774103dffab", _type: "block", children: [ { _key: "1213bfa48efe", _type: "span", marks: [], text: "Ecommerce has been a game changer for many companies, yet many others still avoid it because they have heard stories of complicated projects and high price points." } ], markDefs: [], style: "normal" }, { _key: "536a5a7fa870", _type: "block", children: [ { _key: "f138f07e22dd", _type: "span", marks: [], text: "" } ], markDefs: [], style: "normal" }, { _key: "deda2fceeeeb", _type: "block", children: [ { _key: "2de2f6bfe919", _type: "span", marks: [], text: "Like normal websites, the price of eCommerce websites fit a wide range. We have built simple shopping pages for around $10,000, and we have built complex custom commerce tools for over $100,000." } ], markDefs: [], style: "normal" }, { _key: "d9907e5c948b", _type: "block", children: [ { _key: "94daa057ed17", _type: "span", marks: [], text: "" } ], markDefs: [], style: "normal" }, { _key: "ef88e99f2f7b", _type: "block", children: [ { _key: "2d1c46642c18", _type: "span", marks: [], text: "To help you figure out where your needs fit into this range, let’s break things down a little further." } ], markDefs: [], style: "normal" }, { _key: "c367b3da0eef", _type: "block", children: [ { _key: "5fbf178d4946", _type: "span", marks: [], text: "Ecommerce Microsite: $10,000-$50,000" } ], markDefs: [], style: "h2" }, { _key: "d18c288fe61c", _type: "block", children: [ { _key: "50380b8dc412", _type: "span", marks: [], text: "For many businesses with eCommerce needs, a simple page to list and sell a handful of products will suffice. This tier is ideal for companies who are happy with their existing website, but they need the addition of an online store through a platform like " }, { _key: "57b17d460273", _type: "span", marks: [ "174215ef97cd" ], text: "Shopify" }, { _key: "6209bce64bd8", _type: "span", marks: [], text: "." } ], markDefs: [ { _key: "174215ef97cd", type: "link", href: "http://shopify.com" } ], style: "normal" }, { _key: "9ae97ae8e9a2", _type: "stylizedCheckList", items: [ { _key: "810d54a50dd2", description: "Only a handful (10-15) of products to list" }, { _key: "d0373" } ] } ] } ] } }, options: {} } } ] }); }); } ``` -------------------------------- ### SvelteKit Initialization Script Source: https://www.usdigitalpartners.com/services/video This script initializes the SvelteKit application, loading necessary modules and starting the client-side rendering process. It handles routing and data fetching for the application, including a GraphQL query for page content. ```javascript { __sveltekit_u232c9 = { base: new URL("..", location).pathname.slice(0, -1) }; const element = document.currentScript.parentElement; Promise.all([ import("../\_app/immutable/entry/start.CkxFCDlK.js"), import("../\_app/immutable/entry/app.BZJTIZlx.js") ]).then(([kit, app]) => { kit.start(app, element, { node_ids: [0, 15], data: [{"type":"data","data":{pageUrl:"/services/video",preview:false},"uses":{"url":1}},{"type":"data","data":{query:"\n\t{\n\t'page' :*[_type == \"service\" && slug.current == $slug]*[0]{\n\t\ttitle,\n\t\tslug,\n\t\tbuttonText,\n\t\timageLayout,\n\t\t'heroImage1': heroImage1.asset->url,\n\t\t'heroImage2': heroImage2.asset->url,\n\t\t'heroImage3': heroImage3.asset->url,\n\n\t\tfeaturedMediaType,\n\t\tfeaturedMediaVideo,\n\t\t'featuredMediaImage': featuredMediaImage.asset->url,\n\t\t'imageVideoSection': imageVideoSection.asset->url,\n\t\ttitleLeftColumn,\n\t\ttextLeftColumn,\n\t\ttitleRightColumn,\n\t\ttextRightColumn,\n\t\tbuttonTextRightColumn,\n\t\tbuttonLinkRightColumn,\n\n\t\tdisplayProcessPanel,\n\t\teyebrowHeadingProcess,\n\t\ttitleProcess,\n\t\ttextProcess,\n\t\tprocessCards,\n\n\t\tdisplayGridSection,\n\t\tgridEyebrowText,\n\t\tgridTitle,\n\t\tgridLayout[]{\n\t\t\t\_type == 'layout1' => {\n\t\t\t\t\"layoutType\": \"Layout 1\",\n\t\t\t\tprimaryblock {\n\t\t\t\t\t'image': image.asset->url,\n\t\t\t\t\t'eyebrowText',\n\t\t\t\t\ttitle,\n\t\t\t\t\ttextBlock,\n\t\t\t\t},\n\t\t\t\tmultiblock {\n\t\t\t\t\ttitle1,\n\t\t\t\t\ttext1,\n\t\t\t\t\ttitle2,\n\t\t\t\t\ttext2,\n\t\t\t\t\ttitle3,\n\t\t\t\t\ttext3,\n\t\t\t\t},\n\t\t\t\t},\n\t\t\t\_type == 'layout2' => {\n\t\t\t\t\"layoutType\": \"Layout 2\",\n\t\t\t\tmultiblock {\n\t\t\t\t\ttitle1,\n\t\t\t\t\ttext1,\n\t\t\t\t\ttitle2,\n\t\t\t\t\ttext2,\n\t\t\t\t\ttitle3,\n\t\t\t\t\ttext3,\n\t\t\t\t},\n\t\t\t\tprimaryblock {\n\t\t\t\t\t'image': image.asset->url,\n\t\t\t\t\t'eyebrowText',\n\t\t\t\t\ttitle,\n\t\t\t\t\ttextBlock,\n\t\t\t\t},\n\t\t\t\t},\n\t\t\t\_type == 'layout3' => {\n\t\t\t\t\"layoutType\": \"Layout 3\",\n\t\t\t\ttitleLeft,\n\t\t\t\ttextLeft,\n\t\t\t\ttitleRight,\n\t\t\t\ttextRight,\n\t\t\t\t'imageRight': imageRight.asset->url,\n\t\t\t}\n\t\t\t},\n\t\t\tbuttonTextGrid,\n\t\t\tbuttonLinkGrid,\n\n\t\t\tdisplayTechPanel,\n\t\t\teyebrowHeadingTech,\n\t\t\ttitleTech,\n\t\t\ttextTech,\n\t\t\tnumberOfLogos,\n\t\t\ttechLogos[]{\n\t\t\t\t\"altText\": asset->altText,\n\t\t\t\t\"url\": asset->url,\t\n\t\t\t},\n\t\t\t'ri"}}}]}); }); ``` -------------------------------- ### SvelteKit Initialization Source: https://www.usdigitalpartners.com/what-industry-experience-do-you-have This snippet demonstrates the client-side initialization of a SvelteKit application. It dynamically imports the necessary application entry points and starts the SvelteKit runtime, passing configuration data and node IDs. ```javascript { __sveltekit_u232c9 = { base: new URL(".", location).pathname.slice(0, -1) }; const element = document.currentScript.parentElement; Promise.all([ import("./_app/immutable/entry/start.CkxFCDlK.js"), import("./_app/immutable/entry/app.BZJTIZlx.js") ]).then(([kit, app]) => { kit.start(app, element, { node_ids: [0, 3], data: [{"type":"data","data":{pageUrl:"/what-industry-experience-do-you-have",preview:false},"uses":{"url":1}},{"type":"data","data":{query:"*[_type == \"page\" && slug.current == $slug][0]{\n ...,\n 'content': content[]{\n ...\n }\n}",params:{slug:"what-industry-experience-do-you-have"},options:{initial:{data:{"_createdAt":"2025-05-27T15:55:20Z","_id":"a520d24e-1d78-47d0-9778-4730bbee9302","_rev":"ewQeMbOybypoP00P6ieOsH","_system":{"base":{"id":"a520d24e-1d78-47d0-9778-4730bbee9302","rev":"7LI3ZgNaIzU1ATj4YT5owm"}},"_type":"page","_updatedAt":"2025-06-19T16:00:12Z",content:[{"_key":"8a7077343aa1","_type":"contentSection",content:[{"_key":"b49e1dcb0969","_type":"youtubeEmbed","url":"https://youtu.be/2cR0Nd2qxyk"},{"_key":"33be4988e72d","_type":"block",children:[{"_key":"de4c569ded5a","_type":"span",marks:[],text":"As a marketing agency, we will be the first to tell you that every business needs marketing. That being said, however, a business’s marketing strategy depends heavily on what industry it’s a part of."}],markDefs:[],style:"normal"},{"_key":"0a9ce81bcf94","_type":"block",children:[{"_key":"0d2e09578fd6","_type":"span",marks:[],text":""}],markDefs:[],style:"normal"},{"_key":"43ffc992f785","_type":"block",children:[{"_key":"25b71a29df81","_type":"span",marks:[],text":"Take for example a roofing company and a medical equipment supplier. Both companies need to leverage their website to onboard new customers, but for each company, the strategy looks very different. The roofer might run seasonal, geographically-targeted ads promoting a free estimate tool on their website. On the other hand, the long sales cycle of the medical equipment supplier leads them to develop a strategy focused on nurturing a highly-targeted audience through email campaigns and remarketing."}],markDefs:[],style:"normal"},{"_key":"165628bbd96b","_type":"block",children:[{"_key":"27aa4ca57dd8","_type":"span",marks:[],text":""}],markDefs:[],style:"normal"},{"_key":"5ce6397527a3","_type":"block",children:[{"_key":"ebcdf1969843","_type":"span",marks:[],text":"As a business owner or marketing leader, we understand that you value working with an agency that understands the unique opportunities and challenges in your industry."}],markDefs:[],style:"normal"},{"_key":"400a258e555b","_type":"block",children:[{"_key":"f654e33c2d6b","_type":"span",marks:[],text":""}],markDefs:[],style:"normal"},{"_key":"9164aa5a98de","_type":"block",children:[{"_key":"73027a006c84","_type":"span",marks:[],text":""}],markDefs:[],style:"normal"}]}}}}})}); ``` -------------------------------- ### SvelteKit Initialization and Data Loading Source: https://www.usdigitalpartners.com/how-much-does-building-a-website-cost This snippet demonstrates the client-side initialization of a SvelteKit application. It includes setting the base path, finding the current script's parent element, and dynamically importing application entry points. It also shows how data, including page URLs and content queries, is loaded and passed to the application's start function. ```javascript const __sveltekit_u232c9 = { base: new URL(".", location).pathname.slice(0, -1) }; const element = document.currentScript.parentElement; Promise.all([ import("./_app/immutable/entry/start.CkxFCDlK.js"), import("./_app/immutable/entry/app.BZJTIZlx.js") ]).then(([kit, app]) => { kit.start(app, element, { node_ids: [0, 3], data: [ { "type": "data", "data": { "pageUrl": "/how-much-does-building-a-website-cost", "preview": false }, "uses": { "url": 1 } }, { "type": "data", "data": { "query": "*[_type == \"page\" && slug.current == $slug][0]{\n ...,\n 'content': content[]{\n ...\n }\n}", "params": { "slug": "how-much-does-building-a-website-cost" }, "options": { "initial": { "data": { "_createdAt": "2025-05-02T17:25:23Z", "_id": "fa51f6e0-2933-4478-9ad8-74c5dea3725c", "_rev": "i5JbPTqUOdaLDKMopTYGrN", "_type": "page", "_updatedAt": "2025-06-16T18:39:23Z", "content": [ { "_key": "89e8d7938c4c", "_type": "contentSection", "content": [ { "_key": "b04546803c8f", "_type": "block", "children": [ { "_key": "4e51b5d07a81", "_type": "span", "marks": [], "text": "" } ], "markDefs": [], "style": "normal" }, { "_key": "7d8d6b94836d", "_type": "youtubeEmbed", "url": "https://www.youtube.com/watch?v=edIF50bYt0c" }, { "_key": "fe70b63f9300", "_type": "block", "children": [ { "_key": "8a0aea6db83d", "_type": "span", "marks": [], "text": "When a website redesign is necessary for your company, or you are launching a product or service for the first time, there is one question that you are probably the most eager—yet also most anxious—to ask: How much will this website cost?" } ], "markDefs": [], "style": "normal" }, { "_key": "ef76f92c67be", "_type": "block", "children": [ { "_key": "f65db0ed8140", "_type": "span", "marks": [], "text": "" } ], "markDefs": [], "style": "normal" }, { "_key": "02cbf68b0194", "_type": "block", "children": [ { "_key": "4f3c034a2035", "_type": "span", "marks": [], "text": "Like most big questions, the answer is a resounding " }, { "_key": "b12c6655c6c0", "_type": "span", "marks": ["strong"], "text": "it depends." } ], "markDefs": [], "style": "normal" }, { "_key": "3a47b38db50b", "_type": "block", "children": [ { "_key": "36f32cc97071", "_type": "span", "marks": [], "text": "" } ], "markDefs": [], "style": "normal" }, { "_key": "2933d9366459", "_type": "block", "children": [ { "_key": "930f22523d9c", "_type": "span", "marks": [], "text": "There's a huge range of potential costs based on many factors. We will attempt to answer this important question and provide you with some guidance. But don’t worry, we won’t leave you more confused than when you started. Let’s break down this wide range a little more to give you a better idea of the factors " }, { "_key": "39293d3501aa", "_type": "span", "marks": ["em"], "text": "it depends " }, { "_key": "84cad5ccd6d8", "_type": "span", "marks": [], "text": "on." } ], "markDefs": [], "style": "normal" }, { "_key": "8704592f26f4", "_type": "block", "children": [ { "_key": "e412c7858c93", "_type": "span", "marks": [], "text": "A Budget Under $10,000" } ], "markDefs": [], "style": "h2" }, { "_key": "97085c1ca73c", "_type": "block", "children": [ { "_key": "04a2bba0f683", "_type": "span", "marks": [], "text": "So, how much does building a website cost? First, let's cover the lowest price range of less than $10,000. If your maximum budget is less than $10,000, you need to know a few things. You should seriously consider doing this project yourself and " }, { "_key": "b6ecbc7a6bf0", "_type": "span", "marks": ["underline"], "text": "not" }, { "_key": "53a810273a08", "_type": "span", "marks": [], "text": " hiring a small website company. The reasons are many from our 20+ years in the business, but here are 3 important points for your consideration." } ], "markDefs": [], "style": "normal" }, { "_key": "d5dc3a2ca280", "_type": "block", "children": [ { "_key": "1727f55601fd", "_type": "span", "marks": [], "text": "" } ], "markDefs": [], "style": "normal" }, { "_key": "bee2e2706672", "_type": "block", "children": [ { "_key": "bd54d5c12ab3", "_type": "span", "marks": [], "text": "Most people regret the decision. We all have expectations about our website, but we've spoken with countless companies over the years who wish they had never spent this amount of money in the first place. They did not get what they were looking for, and the whole project has created more headaches than it was worth." } ], "level": 1, "listItem": "number", "markDefs": [], "style": "normal" }, { "_key": "5554e796e453", "_type": "block", "children": [ { "_key": "0fd09b2ec06c", ""type": "span", "marks": [], "text": "There are great tools for doing this project yourself. The obvious front runners are " }, { "_key": "6cae965d1e3f", "_type": "span", "marks": ["274e2e128233"], "text": "WebFlow.com" }, { "_key": "8a3e7134e080", "_type": "span", "marks": [], "text": ", " }, { "_key": "27118780c844", "_type": "span", "marks": ["2d798e33c2a3"], "text": "Wix.com" }, { "_key": "cbf3baad95b1", "_type": "span", "marks": [], "text": ", and " }, { "_key": "7129a6e176ac", "_type": "span", "marks": ["5bd7f3e61b6c"], "text": "Squarespace.com" }, { "_key": "8fce938373a7", "_type": "span", "marks": [], "text": ". Each platform allows you to pay a low monthly fee to host your website and provides intuitive tools for crafting a nice website. Honestly, with ChatGPT and YouTube answering your questions, you can certainly pull it off and reduce the cost of building your website." } ], "level": 1, "listItem": "number", "markDefs": [ { "_key": "274e2e128233", "_type": "link", "href": "http://webflow.com" } ], "style": "normal" } ] } ] } } } } } ] }); }); ```