-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
135 lines (123 loc) · 5.16 KB
/
index.html
File metadata and controls
135 lines (123 loc) · 5.16 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!doctype html>
<html lang="id">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/assets/web_icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Theme Color for Mobile -->
<meta name="theme-color" content="#536E96" />
<!-- SEO Meta Tags -->
<title>Kalkulator Deposito Indonesia - Hitung Bunga Bersih Gratis | InvestCount</title>
<meta name="description"
content="Kalkulator deposito gratis untuk menghitung bunga bersih setelah pajak 20%. Bandingkan suku bunga deposito dari berbagai bank Indonesia. Simulasi ARO, Non-ARO, dan ARO+. Transparan dan mudah digunakan." />
<meta name="keywords"
content="kalkulator deposito, hitung bunga deposito, simulasi deposito, deposito bank, bunga deposito, pajak deposito 20%, deposito indonesia, kalkulator bunga deposito, deposito online, ARO deposito" />
<meta name="author" content="Syubban Fakhriya" />
<meta name="robots" content="index, follow" />
<!-- Open Graph for Social Sharing -->
<meta property="og:title" content="Kalkulator Deposito Indonesia - Hitung Bunga Bersih Gratis" />
<meta property="og:description"
content="Kalkulator deposito gratis untuk menghitung bunga bersih setelah pajak 20%. Bandingkan suku bunga dari berbagai bank Indonesia." />
<meta property="og:image" content="https://investtcount.mattrmost.com/assets/web_icon.svg" />
<meta property="og:site_name" content="InvestCount" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="id_ID" />
<meta property="og:url" content="https://investtcount.mattrmost.com/" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Kalkulator Deposito Indonesia - Hitung Bunga Bersih Gratis" />
<meta name="twitter:description"
content="Kalkulator deposito gratis untuk menghitung bunga bersih setelah pajak 20%. Bandingkan suku bunga dari berbagai bank Indonesia." />
<meta name="twitter:image" content="https://investtcount.mattrmost.com/assets/web_icon.svg" />
<!-- Canonical URL -->
<link rel="canonical" href="https://investtcount.mattrmost.com/" />
<!-- Structured Data: WebSite -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "InvestCount",
"url": "https://investtcount.mattrmost.com/",
"inLanguage": "id-ID",
"potentialAction": {
"@type": "SearchAction",
"target": "https://investtcount.mattrmost.com/?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<!-- Structured Data: SoftwareApplication (menjelaskan app kalkulator web) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Kalkulator Deposito InvestCount",
"applicationCategory": "FinanceApplication",
"operatingSystem": "Web",
"url": "https://investtcount.mattrmost.com/",
"price": "0",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "IDR"
}
}
</script>
<!-- Structured Data: FAQ (bantu rich results) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Bagaimana cara menghitung bunga deposito?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Masukkan modal, tenor, dan suku bunga. InvestCount menghitung bunga kotor, pajak deposito (20%), dan hasil bersih. Anda juga dapat mengaktifkan simulasi ARO untuk compounding."
}
},
{
"@type": "Question",
"name": "Berapa pajak deposito di Indonesia?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Pajak bunga deposito umumnya 20% sesuai ketentuan yang berlaku untuk nominal tertentu. Hasil perhitungan InvestCount sudah memperhitungkan pajak ini."
}
},
{
"@type": "Question",
"name": "Apakah InvestCount mendukung ARO (perpanjangan otomatis)?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Ya. Aktifkan opsi ARO untuk melihat efek perpanjangan otomatis pada akhir tenor dan dampaknya terhadap total keuntungan bersih."
}
}
]
}
</script>
<!-- Structured Data: Organization -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "InvestCount",
"url": "https://investtcount.mattrmost.com/",
"logo": "https://investtcount.mattrmost.com/assets/web_icon.svg",
"description": "Kalkulator deposito gratis untuk menghitung bunga bersih dari berbagai bank di Indonesia",
"founder": {
"@type": "Person",
"name": "Syubban Fakhriya"
},
"sameAs": [
"https://github.com/HellBus1",
"https://www.linkedin.com/in/syubban-fakhriya/"
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>