-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (31 loc) · 2.04 KB
/
Copy pathindex.html
File metadata and controls
34 lines (31 loc) · 2.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
<meta name="theme-color" content="#3D52F5" />
<title>US Freelance Net Income & Tax Calculator 2026</title>
<meta name="description" content="Calculate your true take-home pay as a US freelancer on Upwork, Fiverr, or direct clients. Accurately estimates 2026 self-employment taxes, Social Security caps, and platform fees." />
<meta name="keywords" content="freelance tax calculator, self-employment tax 2026, upwork tax calculator, fiverr fees, quarterly estimated tax, 1099 calculator, freelancer take home pay" />
<meta name="author" content="Abu Sufyan" />
<meta name="robots" content="index, follow" />
<meta name="google-site-verification" content="YIQ5ceSSy2Yp295KArnRNuotFF7Tm8gd1uOacvaAiY8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta property="og:type" content="website" />
<meta property="og:title" content="US Freelance Net Income & Tax Calculator 2026" />
<meta property="og:description" content="Calculate your true take-home pay as a US freelancer on Upwork, Fiverr, or direct clients." />
<meta property="og:image" content="/opengraph.jpg" />
<meta property="og:site_name" content="Tax For Freelancers" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="US Freelance Net Income & Tax Calculator 2026" />
<meta name="twitter:description" content="Calculate your true take-home pay as a US freelancer on Upwork, Fiverr, or direct clients." />
<meta name="twitter:image" content="/opengraph.jpg" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>