-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
102 lines (92 loc) · 4.55 KB
/
index.html
File metadata and controls
102 lines (92 loc) · 4.55 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>BehindText Effect - Create Text Behind Image Effects Online | Free AI-Powered Editor</title>
<meta name="title" content="BehindText Effect - Create Text Behind Image Effects Online | Free AI-Powered Editor" />
<meta name="description"
content="Create stunning text behind image effects with our free AI-powered editor. Remove backgrounds, add text between subject and background, and export as images or animated videos. Perfect for social media, marketing, and creative projects." />
<meta name="keywords"
content="behindtext effect, text behind image, text in between image effect, background removal, AI image editor, text overlay, image editing, social media graphics, text behind subject, photo editing tool, text behind person, text behind object" />
<meta name="author" content="BehindText" />
<meta name="robots" content="index, follow" />
<!-- Canonical URL -->
<link rel="canonical" href="https://behindtext.xyz" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://behindtext.xyz/" />
<meta property="og:title" content="BehindText Effect - Create Text Behind Image Effects Online Free" />
<meta property="og:description"
content="Create stunning text behind image effects with our free AI-powered editor. Remove backgrounds, add text between subject and background, and export as images or animated videos." />
<meta property="og:image" content="https://behindtext.xyz/og.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:site_name" content="BehindText" />
<meta property="og:locale" content="en_US" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@behindtext" />
<meta name="twitter:creator" content="@behindtext" />
<meta name="twitter:url" content="https://behindtext.xyz/" />
<meta name="twitter:title" content="BehindText Effect - Create Text Behind Image Effects Online" />
<meta name="twitter:description"
content="Create stunning text behind image effects with our free AI-powered editor. Remove backgrounds, add text between subject and background." />
<meta name="twitter:image" content="https://behindtext.xyz/og.png" />
<meta name="twitter:image:alt" content="BehindText Effect - Create text behind image effects for free" />
<!-- Additional SEO Meta Tags -->
<meta name="theme-color" content="#8b5cf6" />
<meta name="msapplication-TileColor" content="#8b5cf6" />
<meta name="application-name" content="BehindText" />
<!-- Hotjar Tracking Code for behindtext.xyz -->
<script>
(function (h, o, t, j, a, r) {
h.hj = h.hj || function () { (h.hj.q = h.hj.q || []).push(arguments) };
h._hjSettings = { hjid: 6444663, hjsv: 6 };
a = o.getElementsByTagName('head')[0];
r = o.createElement('script'); r.async = 1;
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
a.appendChild(r);
})(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv=');
</script>
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "BehindText Effect Editor",
"description": "Free AI-powered tool to create text behind image effects. Remove backgrounds and add text between subject and background layers.",
"url": "https://behindtext.xyz",
"applicationCategory": "DesignApplication",
"operatingSystem": "Web Browser",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"featureList": [
"AI Background Removal",
"Text Behind Image Effect",
"Text Between Image Layers",
"Animated Video Export",
"Real-time Preview",
"Multiple Export Formats"
],
"screenshot": "https://behindtext.xyz/og.jpg",
"author": {
"@type": "Organization",
"name": "BehindText"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>