-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (60 loc) · 3.36 KB
/
index.html
File metadata and controls
66 lines (60 loc) · 3.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#0f172a" />
<!-- Preconnect to external domains for better performance -->
<link rel="preconnect" href="https://www.googletagmanager.com" crossorigin />
<link rel="dns-prefetch" href="https://www.googletagmanager.com" />
<!-- Favicons (early in head so tab icon shows immediately) -->
<link rel="icon" type="image/x-icon" href="/favicon.ico" sizes="48x48 32x32 16x16" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" sizes="any" />
<!-- PRIMARY META -->
<title>Free HTML Entity Encoder & Decoder | Encode HTML Characters Online</title>
<meta name="description" content="Encode and decode HTML entities instantly. Convert special characters to HTML entities and back. Supports named and numeric entities. 100% free, no signup." />
<meta name="keywords" content="html entity encoder, html entity decoder, html encode, html decode, html special characters, html entities, encode html online, decode html entities" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://free-html-entity.codama.dev/" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Free HTML Entity Encoder & Decoder | Encode HTML Characters Online" />
<meta property="og:description" content="Encode and decode HTML entities instantly. Convert special characters to HTML entities and back. Supports named and numeric entities. 100% free, no signup." />
<meta property="og:url" content="https://free-html-entity.codama.dev/" />
<meta property="og:site_name" content="Free HTML Entity Encoder & Decoder" />
<meta property="og:locale" content="en_US" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Free HTML Entity Encoder & Decoder | Encode HTML Characters Online" />
<meta name="twitter:description" content="Encode and decode HTML entities instantly. Convert special characters to HTML entities and back. Supports named and numeric entities. 100% free, no signup." />
<!-- JSON-LD structured data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Free HTML Entity Encoder & Decoder",
"description": "Encode and decode HTML entities instantly. Convert special characters to HTML entities and back. Supports named and numeric entities.",
"url": "https://free-html-entity.codama.dev/",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Any",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"featureList": [
"Encode special characters to HTML entities",
"Decode HTML entities back to characters",
"Support named entities (&) and numeric (&)",
"Common entity reference table",
"No registration, no limits, works in browser"
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>