-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (38 loc) · 2.45 KB
/
Copy pathindex.html
File metadata and controls
45 lines (38 loc) · 2.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Here's My Church</title>
<meta name="description" content="An interactive map of Christian churches in the U.S. Find your church or find a new church. 100% free and crowd-sourced." />
<link rel="canonical" id="hmc-canonical-link" href="https://heresmychurch.com/" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Here's My Church" />
<meta property="og:locale" content="en_US" />
<meta property="og:url" content="https://heresmychurch.com" />
<meta property="og:title" content="Here's My Church" />
<meta property="og:description" content="An interactive map of Christian churches in the U.S. Find your church or find a new church. 100% free and crowd-sourced." />
<meta property="og:image" content="https://heresmychurch.com/og-image.png" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://heresmychurch.com" />
<meta name="twitter:title" content="Here's My Church" />
<meta name="twitter:description" content="An interactive map of Christian churches in the U.S. Find your church or find a new church. 100% free and crowd-sourced." />
<meta name="twitter:image" content="https://heresmychurch.com/og-image.png" />
<!-- JSON-LD WebSite (SEO / LLMs) -->
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","name":"Here's My Church","url":"https://heresmychurch.com","description":"An interactive map of Christian churches in the U.S. Find your church or find a new church. 100% free and crowd-sourced.","inLanguage":"en-US","publisher":{"@type":"Organization","name":"Here's My Church","url":"https://heresmychurch.com"}}
</script>
<!-- Fathom - beautiful, simple website analytics -->
<script src="https://cdn.usefathom.com/script.js" data-site="FIHVDBJH" defer></script>
<!-- / Fathom -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>