-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (49 loc) · 2.91 KB
/
index.html
File metadata and controls
53 lines (49 loc) · 2.91 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
<!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" />
<link rel="preconnect" href="https://www.googletagmanager.com" crossorigin />
<link rel="dns-prefetch" href="https://www.googletagmanager.com" />
<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" />
<title>Free Lorem Ipsum Generator | Generate Placeholder Text Online</title>
<meta name="description" content="Generate lorem ipsum placeholder text for your designs and mockups. Choose paragraphs, sentences, or words. Copy with one click. 100% free, no signup." />
<meta name="keywords" content="lorem ipsum generator, placeholder text, dummy text generator, lipsum, lorem ipsum copy paste, generate lorem ipsum, filler text" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://free-lorem-ipsum.codama.dev/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Free Lorem Ipsum Generator | Generate Placeholder Text Online" />
<meta property="og:description" content="Generate lorem ipsum placeholder text for your designs and mockups. Choose paragraphs, sentences, or words. Copy with one click. 100% free, no signup." />
<meta property="og:url" content="https://free-lorem-ipsum.codama.dev/" />
<meta property="og:site_name" content="Free Lorem Ipsum Generator" />
<meta property="og:locale" content="en_US" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Free Lorem Ipsum Generator | Generate Placeholder Text Online" />
<meta name="twitter:description" content="Generate lorem ipsum placeholder text for your designs and mockups. Choose paragraphs, sentences, or words. Copy with one click. 100% free, no signup." />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Free Lorem Ipsum Generator",
"description": "Generate lorem ipsum placeholder text for your designs and mockups. Choose paragraphs, sentences, or words.",
"url": "https://free-lorem-ipsum.codama.dev/",
"applicationCategory": "UtilitiesApplication",
"operatingSystem": "Any",
"offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" },
"featureList": [
"Generate lorem ipsum paragraphs, sentences, or words",
"Custom amount of text",
"Copy with one click",
"No registration, no limits, works in browser"
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>