import{j as e,_ as r,a3 as t,D as s,a5 as a,T as n,J as o,a0 as i,s as l,b as d}from"./ui-0c1fdf09.js";import{H as c}from"./index-c49ab0da.js";import{r as m,L as x}from"./vendor-d03f97b3.js";import{R as g,L as h,C as u,X as p,Y as y,T as b,b as f,a as j,c as v,B as k}from"./LineChart-15c3244c.js";import{B as w}from"./BarChart-cb2f5678.js";import"./isPlainObject-bf45ffc7.js";const N=()=>{const[i,l]=m.useState({monthlyInvestment:2e3,keywords:[{keyword:"seo services",currentPosition:12,monthlyVolume:2900,conversionRate:3}],averageCustomerValue:2500,timeframe:24,industryType:"saas",includeCompounding:!0}),[d,c]=m.useState(null),[x,N]=m.useState(!1),[C,R]=m.useState("input"),O={saas:{improvementRate:2.1,convMultiplier:1.2,aiDiscoveryBoost:1.3},ecommerce:{improvementRate:1.8,convMultiplier:1.4,aiDiscoveryBoost:1.2},local:{improvementRate:2.4,convMultiplier:1.5,aiDiscoveryBoost:1.4},b2b:{improvementRate:1.7,convMultiplier:1.1,aiDiscoveryBoost:1.2},other:{improvementRate:1.9,convMultiplier:1.2,aiDiscoveryBoost:1.2}},S={1:26.8,2:14.3,3:9.6,4:7.2,5:5.5,6:4.1,7:3,8:2.4,9:1.9,10:1.6,11:.4,12:.3,13:.2,14:.2,15:.1},I=(e,r,t)=>{l((s=>{const a=[...s.keywords];return a[e]={...a[e],[r]:"keyword"===r?t:Number(t)},{...s,keywords:a}}))},E=e=>{const{name:r,value:t,type:s}=e.target;l((a=>({...a,[r]:"checkbox"===s?e.target.checked:"number"===s||"timeframe"===r?parseFloat(t):t})))},M=e=>new Intl.NumberFormat("en-US",{style:"currency",currency:"USD",maximumFractionDigits:0}).format(e);return e.jsxs("div",{className:"bg-white dark:bg-gray-800 rounded-xl shadow-md overflow-hidden border border-gray-100 dark:border-gray-700",children:[e.jsx("div",{className:"border-b border-gray-200 dark:border-gray-700",children:e.jsxs("div",{className:"flex",children:[e.jsx("button",{className:"px-4 py-3 font-medium text-sm sm:text-base "+("input"===C?"text-green-600 dark:text-green-400 border-b-2 border-green-600 dark:border-green-400":"text-gray-500 dark:text-gray-400 hover:text-gray-700 dark:hover:text-gray-300"),onClick:()=>R("input"),children:e.jsxs("div",{className:"flex items-center",children:[e.jsx("span",{className:"flex items-center justify-center bg-green-50 dark:bg-green-900/20 p-1.5 rounded-md mr-2",children:e.jsx(r,{className:"h-3.5 w-3.5 text-green-600 dark:text-green-400"})}),"Calculator"]})}),e.jsx("button",{className:"px-4 py-3 font-medium text-sm sm:text-base "+("results"===C?"text-green-600 dark:text-green-400 border-b-2 border-green-600 dark:border-green-400":"text-gray-500 dark:text-gray-400 hover:text-gray-700 dark:hover:text-gray-300"),onClick:()=>R("results"),disabled:!d,children:e.jsxs("div",{className:"flex items-center",children:[e.jsx("span",{className:"flex items-center justify-center bg-green-50 dark:bg-green-900/20 p-1.5 rounded-md mr-2",children:e.jsx(t,{className:"h-3.5 w-3.5 text-green-600 dark:text-green-400"})}),"Results"]})})]})}),"input"===C&&e.jsx("div",{className:"p-4 sm:p-6",children:e.jsxs("div",{className:"space-y-4 sm:space-y-6",children:[e.jsxs("div",{children:[e.jsx("label",{className:"block text-sm font-medium text-gray-700 dark:text-gray-300 mb-1",htmlFor:"monthlyInvestment",children:"Monthly SEO Investment ($)"}),e.jsxs("div",{className:"flex items-center",children:[e.jsx("div",{className:"bg-green-50 dark:bg-green-900/20 p-2.5 rounded-l-md border border-r-0 border-green-200 dark:border-green-800 flex items-center justify-center w-12",children:e.jsx(s,{className:"h-5 w-5 text-green-600 dark:text-green-400"})}),e.jsx("input",{type:"number",id:"monthlyInvestment",name:"monthlyInvestment",value:i.monthlyInvestment,onChange:E,min:"0",className:"flex-1 block w-full rounded-r-md border-gray-300 dark:border-gray-600 shadow-sm focus:border-green-500 focus:ring-green-500 sm:text-sm dark:bg-gray-800 dark:text-white"})]}),e.jsx("input",{type:"range",id:"monthlyInvestmentRange",name:"monthlyInvestment",min:"500",max:"10000",step:"500",value:i.monthlyInvestment,onChange:E,className:"mt-2 w-full h-2 bg-gray-200 rounded-lg appearance-none cursor-pointer dark:bg-gray-700"}),e.jsxs("div",{className:"flex justify-between text-xs text-gray-500 dark:text-gray-400 mt-1",children:[e.jsx("span",{children:"$500"}),e.jsx("span",{children:"$10,000"})]})]}),e.jsxs("div",{children:[e.jsx("label",{className:"block text-sm font-medium text-gray-700 dark:text-gray-300 mb-1",htmlFor:"averageCustomerValue",children:"Average Customer Value ($)"}),e.jsxs("div",{className:"flex items-center",children:[e.jsx("div",{className:"bg-blue-50 dark:bg-blue-900/20 p-2.5 rounded-l-md border border-r-0 border-blue-200 dark:border-blue-800 flex items-center justify-center w-12",children:e.jsx(a,{className:"h-5 w-5 text-blue-600 dark:text-blue-400"})}),e.jsx("input",{type:"number",id:"averageCustomerValue",name:"averageCustomerValue",value:i.averageCustomerValue,onChange:E,min:"0",className:"flex-1 block w-full rounded-r-md border-gray-300 dark:border-gray-600 shadow-sm focus:border-blue-500 focus:ring-blue-500 sm:text-sm dark:bg-gray-800 dark:text-white"})]}),e.jsx("input",{type:"range",id:"averageCustomerValueRange",name:"averageCustomerValue",min:"100",max:"10000",step:"100",value:i.averageCustomerValue,onChange:E,className:"mt-2 w-full h-2 bg-gray-200 rounded-lg appearance-none cursor-pointer dark:bg-gray-700"}),e.jsxs("div",{className:"flex justify-between text-xs text-gray-500 dark:text-gray-400 mt-1",children:[e.jsx("span",{children:"$100"}),e.jsx("span",{children:"$10,000"})]})]}),e.jsxs("div",{children:[e.jsx("label",{className:"block text-sm font-medium text-gray-700 dark:text-gray-300 mb-1",htmlFor:"industryType",children:"Industry"}),e.jsxs("div",{className:"flex items-center",children:[e.jsx("div",{className:"bg-purple-50 dark:bg-purple-900/20 p-2.5 rounded-l-md border border-r-0 border-purple-200 dark:border-purple-800 flex items-center justify-center w-12",children:e.jsx(n,{className:"h-5 w-5 text-purple-600 dark:text-purple-400"})}),e.jsxs("select",{id:"industryType",name:"industryType",value:i.industryType,onChange:E,className:"flex-1 block w-full rounded-r-md border-gray-300 dark:border-gray-600 shadow-sm focus:border-purple-500 focus:ring-purple-500 sm:text-sm dark:bg-gray-800 dark:text-white",children:[e.jsx("option",{value:"saas",children:"SaaS / Software"}),e.jsx("option",{value:"ecommerce",children:"E-commerce"}),e.jsx("option",{value:"local",children:"Local Business"}),e.jsx("option",{value:"b2b",children:"B2B Services"}),e.jsx("option",{value:"other",children:"Other"})]})]})]}),e.jsxs("div",{children:[e.jsxs("label",{className:"block text-sm font-medium text-gray-700 dark:text-gray-300 mb-1",htmlFor:"timeframe",children:["Timeframe (Months): ",e.jsx("span",{className:"font-semibold",children:i.timeframe})]}),e.jsx("input",{type:"range",min:"6",max:"36",step:"6",id:"timeframe",name:"timeframe",value:i.timeframe,onChange:E,className:"w-full h-2 bg-gray-200 rounded-lg appearance-none cursor-pointer dark:bg-gray-700"}),e.jsxs("div",{className:"flex justify-between text-xs text-gray-500 dark:text-gray-400 mt-1",children:[e.jsx("span",{children:"6"}),e.jsx("span",{children:"12"}),e.jsx("span",{children:"18"}),e.jsx("span",{children:"24"}),e.jsx("span",{children:"30"}),e.jsx("span",{children:"36"})]})]}),e.jsxs("div",{children:[e.jsxs("div",{className:"flex justify-between mb-2",children:[e.jsx("label",{className:"block text-sm font-medium text-gray-700 dark:text-gray-300",children:"Target Keywords"}),e.jsxs("button",{onClick:()=>{l((e=>({...e,keywords:[...e.keywords,{keyword:"",currentPosition:11,monthlyVolume:1e3,conversionRate:2.5}]})))},className:"text-green-600 dark:text-green-400 text-sm hover:underline flex items-center",children:[e.jsx("span",{children:"Add Keyword"}),e.jsx("span",{className:"ml-1 w-4 h-4 bg-green-100 dark:bg-green-900/30 rounded-full flex items-center justify-center",children:"+"})]})]}),e.jsx("div",{className:"overflow-x-auto border border-gray-200 dark:border-gray-700 rounded-lg",children:e.jsxs("table",{className:"w-full",children:[e.jsx("thead",{children:e.jsxs("tr",{className:"text-left text-sm bg-gray-50 dark:bg-gray-800/50",children:[e.jsx("th",{className:"p-2",children:"Keyword"}),e.jsx("th",{className:"p-2",children:"Current Position"}),e.jsx("th",{className:"p-2",children:"Monthly Searches"}),e.jsx("th",{className:"p-2",children:"Conv. Rate (%)"}),e.jsx("th",{className:"p-2 w-10"})]})}),e.jsx("tbody",{children:i.keywords.map(((r,t)=>e.jsxs("tr",{className:"border-t border-gray-200 dark:border-gray-700",children:[e.jsx("td",{className:"p-2",children:e.jsxs("div",{className:"flex items-center",children:[e.jsx("div",{className:"mr-2",children:e.jsx(o,{className:"h-4 w-4 text-gray-400 dark:text-gray-500"})}),e.jsx("input",{type:"text",value:r.keyword,onChange:e=>I(t,"keyword",e.target.value),className:"w-full p-1 border border-gray-300 dark:border-gray-600 rounded shadow-sm focus:border-green-500 focus:ring-green-500 sm:text-sm dark:bg-gray-800 dark:text-white",placeholder:"e.g., seo services"})]})}),e.jsx("td",{className:"p-2",children:e.jsx("input",{type:"number",value:r.currentPosition,onChange:e=>I(t,"currentPosition",e.target.value),className:"w-full p-1 border border-gray-300 dark:border-gray-600 rounded shadow-sm focus:border-green-500 focus:ring-green-500 sm:text-sm dark:bg-gray-800 dark:text-white",min:"1",max:"100"})}),e.jsx("td",{className:"p-2",children:e.jsx("input",{type:"number",value:r.monthlyVolume,onChange:e=>I(t,"monthlyVolume",e.target.value),className:"w-full p-1 border border-gray-300 dark:border-gray-600 rounded shadow-sm focus:border-green-500 focus:ring-green-500 sm:text-sm dark:bg-gray-800 dark:text-white",min:"0"})}),e.jsx("td",{className:"p-2",children:e.jsx("input",{type:"number",value:r.conversionRate,onChange:e=>I(t,"conversionRate",e.target.value),className:"w-full p-1 border border-gray-300 dark:border-gray-600 rounded shadow-sm focus:border-green-500 focus:ring-green-500 sm:text-sm dark:bg-gray-800 dark:text-white",min:"0",step:"0.1"})}),e.jsx("td",{className:"p-2",children:i.keywords.length>1&&e.jsx("button",{onClick:()=>(e=>{l((r=>({...r,keywords:r.keywords.filter(((r,t)=>t!==e))})))})(t),className:"text-red-500 hover:text-red-700",children:"×"})})]},t)))})]})})]}),e.jsx("div",{children:e.jsxs("label",{className:"flex items-center text-sm",children:[e.jsx("input",{type:"checkbox",name:"includeCompounding",checked:i.includeCompounding,onChange:E,className:"h-4 w-4 text-green-600 focus:ring-green-500 border-gray-300 rounded"}),e.jsx("span",{className:"ml-2 text-gray-700 dark:text-gray-300",children:"Include compounding effects (SEO benefits accelerate over time)"})]})}),e.jsx("button",{onClick:()=>{N(!0),setTimeout((()=>{const e=O[i.industryType]||O.other,r=[];for(let a=1;a<=i.timeframe;a++){let t=0,s=0;i.keywords.forEach((r=>{const n=e.improvementRate*a*(i.includeCompounding?1/(1+Math.exp(-.5*(a-4))):1),o=Math.max(1,r.currentPosition-n),l=Math.round(o),d=S[l]||.1,c=r.monthlyVolume*(d/100)*e.aiDiscoveryBoost,m=c*(r.conversionRate/100)*e.convMultiplier;t+=c,s+=m}));const n=s*i.averageCustomerValue,o=i.monthlyInvestment,l=(a>1?r[a-2].totalRevenue:0)+n,d=(a>1?r[a-2].totalCost:0)+o,c=(l-d)/d*100;r.push({month:a,traffic:Math.round(t),conversions:Math.round(10*s)/10,revenue:Math.round(n),cost:o,totalRevenue:l,totalCost:d,roi:Math.round(100*c)/100})}const t=r[r.length-1],s=r.findIndex((e=>e.totalRevenue>=e.totalCost))+1;c({months:r,summary:{totalTraffic:r.reduce(((e,r)=>e+r.traffic),0),totalConversions:r.reduce(((e,r)=>e+r.conversions),0),totalRevenue:t.totalRevenue,totalCost:t.totalCost,totalROI:t.roi,breakEvenMonth:s||0}}),N(!1),R("results")}),500)},disabled:x,className:"w-full py-2 px-4 bg-green-600 hover:bg-green-700 dark:bg-green-700 dark:hover:bg-green-600 text-white font-medium rounded-md shadow-sm transition-colors disabled:bg-green-300 disabled:cursor-not-allowed flex items-center justify-center",children:x?e.jsxs(e.Fragment,{children:[e.jsxs("svg",{className:"animate-spin -ml-1 mr-2 h-4 w-4 text-white",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",children:[e.jsx("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),e.jsx("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})]}),"Calculating..."]}):"Calculate SEO ROI"})]})}),"results"===C&&d&&e.jsx("div",{className:"p-4 sm:p-6",children:e.jsxs("div",{className:"space-y-6",children:[e.jsxs("div",{className:"grid grid-cols-2 md:grid-cols-4 gap-4",children:[e.jsxs("div",{className:"bg-green-50 dark:bg-green-900/20 p-4 rounded-lg",children:[e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Total ROI"}),e.jsxs("p",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:[d.summary.totalROI.toFixed(2),"%"]})]}),e.jsxs("div",{className:"bg-blue-50 dark:bg-blue-900/20 p-4 rounded-lg",children:[e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Break-even"}),e.jsxs("p",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:["Month ",d.summary.breakEvenMonth||"—"]})]}),e.jsxs("div",{className:"bg-purple-50 dark:bg-purple-900/20 p-4 rounded-lg",children:[e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Total Revenue"}),e.jsx("p",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:M(d.summary.totalRevenue)})]}),e.jsxs("div",{className:"bg-amber-50 dark:bg-amber-900/20 p-4 rounded-lg",children:[e.jsx("p",{className:"text-sm text-gray-600 dark:text-gray-400",children:"Total Investment"}),e.jsx("p",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:M(d.summary.totalCost)})]})]}),e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-6",children:[e.jsxs("div",{className:"bg-white dark:bg-gray-900/50 p-4 rounded-lg border border-gray-200 dark:border-gray-700",children:[e.jsx("h3",{className:"text-lg font-medium text-gray-900 dark:text-white mb-2",children:"ROI Over Time"}),e.jsx("div",{className:"h-64",children:e.jsx(g,{width:"100%",height:"100%",children:e.jsxs(h,{data:d.months,children:[e.jsx(u,{strokeDasharray:"3 3"}),e.jsx(p,{dataKey:"month",label:{value:"Month",position:"insideBottom",offset:-5},stroke:"#9ca3af"}),e.jsx(y,{label:{value:"ROI (%)",angle:-90,position:"insideLeft"},stroke:"#9ca3af"}),e.jsx(b,{formatter:e=>[`${e}%`,"ROI"],contentStyle:{backgroundColor:"rgba(255, 255, 255, 0.95)",borderRadius:"6px",border:"1px solid #e5e7eb",color:"#1f2937"}}),e.jsx(f,{y:0,stroke:"#ef4444"}),e.jsx(j,{type:"monotone",dataKey:"roi",stroke:"#10b981",strokeWidth:2,dot:!1,activeDot:{r:6,stroke:"#10b981",strokeWidth:2,fill:"#fff"}})]})})})]}),e.jsxs("div",{className:"bg-white dark:bg-gray-900/50 p-4 rounded-lg border border-gray-200 dark:border-gray-700",children:[e.jsx("h3",{className:"text-lg font-medium text-gray-900 dark:text-white mb-2",children:"Revenue vs. Cost"}),e.jsx("div",{className:"h-64",children:e.jsx(g,{width:"100%",height:"100%",children:e.jsxs(h,{data:d.months,children:[e.jsx(u,{strokeDasharray:"3 3"}),e.jsx(p,{dataKey:"month",label:{value:"Month",position:"insideBottom",offset:-5},stroke:"#9ca3af"}),e.jsx(y,{label:{value:"Amount ($)",angle:-90,position:"insideLeft"},stroke:"#9ca3af"}),e.jsx(b,{formatter:e=>[`$${e.toLocaleString()}`,""],contentStyle:{backgroundColor:"rgba(255, 255, 255, 0.95)",borderRadius:"6px",border:"1px solid #e5e7eb",color:"#1f2937"}}),e.jsx(v,{}),e.jsx(j,{type:"monotone",dataKey:"totalRevenue",name:"Total Revenue",stroke:"#10b981",strokeWidth:2,dot:!1,activeDot:{r:6,stroke:"#10b981",strokeWidth:2,fill:"#fff"}}),e.jsx(j,{type:"monotone",dataKey:"totalCost",name:"Total Cost",stroke:"#f59e0b",strokeWidth:2,dot:!1,activeDot:{r:6,stroke:"#f59e0b",strokeWidth:2,fill:"#fff"}})]})})})]})]}),e.jsxs("div",{className:"bg-white dark:bg-gray-900/50 p-4 rounded-lg border border-gray-200 dark:border-gray-700",children:[e.jsx("h3",{className:"text-lg font-medium text-gray-900 dark:text-white mb-2",children:"Traffic & Conversions"}),e.jsx("div",{className:"h-64",children:e.jsx(g,{width:"100%",height:"100%",children:e.jsxs(w,{data:d.months,children:[e.jsx(u,{strokeDasharray:"3 3"}),e.jsx(p,{dataKey:"month",label:{value:"Month",position:"insideBottom",offset:-5},stroke:"#9ca3af"}),e.jsx(y,{yAxisId:"left",orientation:"left",stroke:"#8b5cf6"}),e.jsx(y,{yAxisId:"right",orientation:"right",stroke:"#3b82f6"}),e.jsx(b,{contentStyle:{backgroundColor:"rgba(255, 255, 255, 0.95)",borderRadius:"6px",border:"1px solid #e5e7eb",color:"#1f2937"}}),e.jsx(v,{}),e.jsx(k,{yAxisId:"left",dataKey:"traffic",name:"Organic Traffic",fill:"#8b5cf6"}),e.jsx(k,{yAxisId:"right",dataKey:"conversions",name:"Conversions",fill:"#3b82f6"})]})})})]}),e.jsxs("div",{className:"bg-gray-50 dark:bg-gray-800/50 p-4 rounded-lg border border-gray-200 dark:border-gray-700",children:[e.jsxs("h3",{className:"text-lg font-medium text-gray-900 dark:text-white mb-4 flex items-center",children:[e.jsx(n,{className:"h-5 w-5 mr-2 text-green-600 dark:text-green-400"}),"Next Steps for SEO Success"]}),e.jsxs("div",{className:"space-y-4",children:[e.jsxs("div",{className:"flex items-start gap-4",children:[e.jsx("div",{className:"bg-green-100 dark:bg-green-900/30 p-2 rounded-lg",children:e.jsx("span",{className:"text-green-700 dark:text-green-400 font-bold",children:"1"})}),e.jsxs("div",{children:[e.jsx("h4",{className:"font-medium text-gray-900 dark:text-white",children:"Target your highest-value keywords first"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-300",children:"Focus on keywords with high search volume, strong conversion potential, and reasonable competition."})]})]}),e.jsxs("div",{className:"flex items-start gap-4",children:[e.jsx("div",{className:"bg-green-100 dark:bg-green-900/30 p-2 rounded-lg",children:e.jsx("span",{className:"text-green-700 dark:text-green-400 font-bold",children:"2"})}),e.jsxs("div",{children:[e.jsx("h4",{className:"font-medium text-gray-900 dark:text-white",children:"Build comprehensive content assets"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-300",children:"Develop detailed, authoritative content that aligns with search intent and positions you as an industry leader."})]})]}),e.jsxs("div",{className:"flex items-start gap-4",children:[e.jsx("div",{className:"bg-green-100 dark:bg-green-900/30 p-2 rounded-lg",children:e.jsx("span",{className:"text-green-700 dark:text-green-400 font-bold",children:"3"})}),e.jsxs("div",{children:[e.jsx("h4",{className:"font-medium text-gray-900 dark:text-white",children:"Focus on technical excellence"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-300",children:"Ensure your site provides an exceptional user experience with fast loading times and solid technical foundation."})]})]})]})]}),e.jsx("button",{onClick:()=>R("input"),className:"w-full py-2 px-4 bg-white dark:bg-gray-800 border border-green-600 dark:border-green-500 text-green-600 dark:text-green-400 font-medium rounded-md shadow-sm hover:bg-green-50 dark:hover:bg-green-900/20 transition-colors",children:"Modify Calculations"})]})})]})},C=()=>{const r="https://enrizhulati.com",t=`${r}/tools/seo-roi-calculator`,s=`${r}/logo.png`;return e.jsxs(e.Fragment,{children:[e.jsxs(c,{children:[e.jsx("title",{children:"SEO ROI Calculator | Measure Your Search Investment Returns"}),e.jsx("meta",{name:"description",content:"Calculate your SEO investment returns with our data-driven ROI calculator. Forecast traffic growth, conversion improvements, and revenue potential based on industry-specific benchmarks."}),e.jsx("meta",{name:"keywords",content:"seo roi calculator, seo investment returns, search optimization roi, keyword ranking calculator, organic traffic estimator, seo revenue forecasting, marketing roi tool, search engine optimization returns"}),e.jsx("link",{rel:"canonical",href:t}),e.jsx("meta",{property:"og:title",content:"SEO ROI Calculator | Measure Your Search Investment Returns"}),e.jsx("meta",{property:"og:description",content:"Calculate your SEO investment returns with our data-driven ROI calculator. Forecast traffic growth, conversion improvements, and revenue potential based on industry benchmarks."}),e.jsx("meta",{property:"og:url",content:t}),e.jsx("meta",{property:"og:type",content:"website"}),e.jsx("meta",{property:"og:image",content:`${r}/images/seo-roi-calculator-preview.jpg`}),e.jsx("meta",{name:"twitter:card",content:"summary_large_image"}),e.jsx("meta",{name:"twitter:title",content:"SEO ROI Calculator | Measure Your Search Investment Returns"}),e.jsx("meta",{name:"twitter:description",content:"Calculate your SEO investment returns with our data-driven ROI calculator. Forecast traffic growth and revenue potential for your business."}),e.jsx("meta",{name:"twitter:image",content:`${r}/images/seo-roi-calculator-preview.jpg`}),e.jsx("meta",{name:"robots",content:"index, follow"}),e.jsx("meta",{name:"author",content:"Enri Zhulati"}),e.jsx("script",{type:"application/ld+json",children:JSON.stringify({"@context":"https://schema.org","@type":"WebApplication",name:"SEO ROI Calculator",description:"Forecast the financial impact of your SEO investments with our data-driven calculator. See potential keyword improvements, traffic growth, and revenue impact over time.",url:t,applicationCategory:"BusinessApplication",offers:{"@type":"Offer",price:"0",priceCurrency:"USD"},author:{"@type":"Person",name:"Enri Zhulati",url:r},publisher:{"@type":"Person",name:"Enri Zhulati",logo:{"@type":"ImageObject",url:s}}})}),e.jsx("script",{type:"application/ld+json",children:JSON.stringify({"@context":"https://schema.org","@type":"BreadcrumbList",itemListElement:[{"@type":"ListItem",position:1,name:"Home",item:r},{"@type":"ListItem",position:2,name:"Tools",item:`${r}/tools`},{"@type":"ListItem",position:3,name:"SEO ROI Calculator",item:t}]})})]}),e.jsx("div",{className:"bg-gradient-to-b from-gray-50 to-white dark:from-gray-900 dark:to-gray-900/50 pt-16 sm:pt-18 md:pt-20 pb-16",children:e.jsxs("div",{className:"max-w-5xl mx-auto px-4 sm:px-6 lg:px-8",children:[e.jsxs("div",{className:"mb-8 sm:mb-10",children:[e.jsxs(x,{to:"/tools",className:"inline-flex items-center text-sm font-medium text-gray-500 hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-300 mb-4",children:[e.jsx(i,{className:"mr-1 h-4 w-4"}),"Back to Tools"]}),e.jsxs("h1",{className:"text-3xl sm:text-4xl font-bold text-gray-900 dark:text-white md:text-5xl",children:["SEO ",e.jsx("span",{className:"text-green-600 dark:text-green-400",children:"ROI"})," Calculator"]}),e.jsx("p",{className:"mt-3 sm:mt-4 text-lg text-gray-600 dark:text-gray-300 max-w-3xl",children:"Forecast the return on your SEO investment. Calculate how improved rankings can impact your traffic, conversions, and revenue over time."})]}),e.jsx("div",{className:"mb-8 sm:mb-10 bg-white dark:bg-gray-800 p-4 sm:p-6 rounded-xl shadow border border-gray-100 dark:border-gray-700",children:e.jsxs("div",{className:"flex items-start space-x-4",children:[e.jsx("div",{className:"flex-shrink-0 bg-green-100 dark:bg-green-900/30 p-2 rounded-lg",children:e.jsx(o,{className:"h-6 w-6 text-green-700 dark:text-green-400"})}),e.jsxs("div",{children:[e.jsx("h2",{className:"text-lg font-semibold text-gray-900 dark:text-white",children:"How This Calculator Works"}),e.jsx("p",{className:"mt-1 text-gray-600 dark:text-gray-300",children:"This calculator uses industry data to estimate how SEO investments improve keyword rankings over time. It factors in:"}),e.jsxs("ul",{className:"mt-2 space-y-1 text-gray-600 dark:text-gray-300 list-disc list-inside",children:[e.jsx("li",{children:"Industry-specific improvement rates"}),e.jsx("li",{children:"Click-through rates by position"}),e.jsx("li",{children:"Conversion rate optimization effects"}),e.jsx("li",{children:"Compounding benefits over time"})]})]})]})}),e.jsx(N,{}),e.jsxs("div",{className:"mt-10 sm:mt-12 space-y-8",children:[e.jsxs("div",{className:"bg-white dark:bg-gray-800 rounded-xl shadow-md overflow-hidden border border-gray-100 dark:border-gray-700 p-6",children:[e.jsxs("h2",{className:"text-xl sm:text-2xl font-bold text-gray-900 dark:text-white mb-4 flex items-center",children:[e.jsx(l,{className:"mr-3 h-6 w-6 text-green-600 dark:text-green-400"}),"Understanding SEO ROI"]}),e.jsxs("div",{className:"space-y-4 text-gray-600 dark:text-gray-300",children:[e.jsx("p",{children:"Search Engine Optimization (SEO) is a long-term investment that continues to deliver returns over time. Unlike paid advertising that stops generating leads when you stop paying, SEO creates a sustainable foundation for organic growth."}),e.jsx("p",{children:"When calculating SEO ROI, it's important to consider these factors:"}),e.jsxs("ul",{className:"space-y-2 list-disc list-inside",children:[e.jsxs("li",{children:[e.jsx("strong",{children:"Time Horizon:"})," SEO typically takes 3-6 months to show initial results, with significant returns appearing after 6-12 months."]}),e.jsxs("li",{children:[e.jsx("strong",{children:"Compounding Effects:"})," As your authority grows, each new piece of content benefits from your existing reputation."]}),e.jsxs("li",{children:[e.jsx("strong",{children:"Keyword Research:"})," Targeting the right keywords with appropriate difficulty and search volume is crucial for success."]}),e.jsxs("li",{children:[e.jsx("strong",{children:"Conversion Rate:"})," Your site's ability to convert visitors affects the ultimate ROI of your SEO efforts."]})]})]})]}),e.jsxs("div",{className:"bg-white dark:bg-gray-800 rounded-xl shadow-md overflow-hidden border border-gray-100 dark:border-gray-700 p-6",children:[e.jsxs("h2",{className:"text-xl sm:text-2xl font-bold text-gray-900 dark:text-white mb-4 flex items-center",children:[e.jsx(l,{className:"mr-3 h-6 w-6 text-green-600 dark:text-green-400"}),"Maximize Your SEO Results"]}),e.jsxs("div",{className:"grid md:grid-cols-2 gap-6",children:[e.jsxs("div",{className:"space-y-4",children:[e.jsx("h3",{className:"text-lg font-semibold text-gray-900 dark:text-white",children:"Strategic Advice"}),e.jsxs("ul",{className:"space-y-3 text-gray-600 dark:text-gray-300",children:[e.jsxs("li",{className:"flex items-start",children:[e.jsx("span",{className:"flex-shrink-0 h-5 w-5 bg-green-100 dark:bg-green-900/30 rounded-full flex items-center justify-center text-green-600 dark:text-green-400 font-bold text-xs mr-2 mt-0.5",children:"1"}),e.jsxs("span",{children:[e.jsx("strong",{children:"Balance your keyword portfolio"})," with a mix of short-term wins (lower difficulty) and long-term value (higher volume)."]})]}),e.jsxs("li",{className:"flex items-start",children:[e.jsx("span",{className:"flex-shrink-0 h-5 w-5 bg-green-100 dark:bg-green-900/30 rounded-full flex items-center justify-center text-green-600 dark:text-green-400 font-bold text-xs mr-2 mt-0.5",children:"2"}),e.jsxs("span",{children:[e.jsx("strong",{children:"Optimize your conversion paths"})," to maximize the value of organic traffic you're already receiving."]})]}),e.jsxs("li",{className:"flex items-start",children:[e.jsx("span",{className:"flex-shrink-0 h-5 w-5 bg-green-100 dark:bg-green-900/30 rounded-full flex items-center justify-center text-green-600 dark:text-green-400 font-bold text-xs mr-2 mt-0.5",children:"3"}),e.jsxs("span",{children:[e.jsx("strong",{children:"Reinvest in content refreshes"})," to maintain ranking positions and keep content relevant."]})]})]})]}),e.jsxs("div",{className:"space-y-4",children:[e.jsx("h3",{className:"text-lg font-semibold text-gray-900 dark:text-white",children:"Need Expert Guidance?"}),e.jsx("p",{className:"text-gray-600 dark:text-gray-300",children:"While this calculator provides estimates, every business is unique. For a personalized SEO strategy tailored to your specific goals and market:"}),e.jsxs("a",{href:"/contact",className:"inline-flex items-center px-4 py-2 border border-transparent text-base font-medium rounded-md shadow-sm text-white bg-green-600 hover:bg-green-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-green-500 transition-colors",children:[e.jsx("span",{children:"Schedule a free consultation"}),e.jsx(d,{className:"ml-2 h-4 w-4"})]})]})]})]})]})]})})]})};export{C as default};
//# sourceMappingURL=SEORoiCalculator-dfd48211.js.map